aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-08 20:00:52 +0100
committerChocobozzz <me@florianbigard.com>2020-01-08 20:00:52 +0100
commitf332ffa2a2e9bd7d223c78b6123dbba272f21e84 (patch)
tree891da70dc1f2cc7d508477364ec557110c0d1ad2
parentba5b1b50a531d58cb70dc606e47648e19772cf12 (diff)
downloadPeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.tar.gz
PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.tar.zst
PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.zip
Generate translations
-rw-r--r--client/src/app/shared/user-subscription/subscribe-button.component.ts4
-rw-r--r--client/src/app/shared/video/modals/video-download.component.html5
-rw-r--r--client/src/locale/angular.ar-001.xlf315
-rw-r--r--client/src/locale/angular.ca-ES.xlf987
-rw-r--r--client/src/locale/angular.cs-CZ.xlf343
-rw-r--r--client/src/locale/angular.da-DK.xlf301
-rw-r--r--client/src/locale/angular.de-DE.xlf408
-rw-r--r--client/src/locale/angular.el-GR.xlf292
-rw-r--r--client/src/locale/angular.en-GB.xlf302
-rw-r--r--client/src/locale/angular.en-US.xlf333
-rw-r--r--client/src/locale/angular.eo.xlf292
-rw-r--r--client/src/locale/angular.es-ES.xlf976
-rw-r--r--client/src/locale/angular.eu-ES.xlf352
-rw-r--r--client/src/locale/angular.fa-IR.xlf993
-rw-r--r--client/src/locale/angular.fi-FI.xlf343
-rw-r--r--client/src/locale/angular.fr-FR.xlf940
-rw-r--r--client/src/locale/angular.gd.xlf412
-rw-r--r--client/src/locale/angular.gl-ES.xlf278
-rw-r--r--client/src/locale/angular.hu-HU.xlf407
-rw-r--r--client/src/locale/angular.it-IT.xlf292
-rw-r--r--client/src/locale/angular.ja-JP.xlf297
-rw-r--r--client/src/locale/angular.jbo.xlf279
-rw-r--r--client/src/locale/angular.ko-KR.xlf340
-rw-r--r--client/src/locale/angular.lt-LT.xlf350
-rw-r--r--client/src/locale/angular.nb-NO.xlf350
-rw-r--r--client/src/locale/angular.nl-NL.xlf292
-rw-r--r--client/src/locale/angular.oc.xlf343
-rw-r--r--client/src/locale/angular.pl-PL.xlf324
-rw-r--r--client/src/locale/angular.pt-BR.xlf302
-rw-r--r--client/src/locale/angular.pt-PT.xlf292
-rw-r--r--client/src/locale/angular.ru-RU.xlf346
-rw-r--r--client/src/locale/angular.sk-SK.xlf350
-rw-r--r--client/src/locale/angular.sl-SI.xlf265
-rw-r--r--client/src/locale/angular.sv-SE.xlf954
-rw-r--r--client/src/locale/angular.ta.xlf305
-rw-r--r--client/src/locale/angular.th-TH.xlf972
-rw-r--r--client/src/locale/angular.tr-TR.xlf338
-rw-r--r--client/src/locale/angular.uk-UA.xlf325
-rw-r--r--client/src/locale/angular.vi-VN.xlf282
-rw-r--r--client/src/locale/angular.xlf260
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf292
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf960
42 files changed, 10787 insertions, 6606 deletions
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.ts b/client/src/app/shared/user-subscription/subscribe-button.component.ts
index 7180400b5..0407856cb 100644
--- a/client/src/app/shared/user-subscription/subscribe-button.component.ts
+++ b/client/src/app/shared/user-subscription/subscribe-button.component.ts
@@ -70,9 +70,7 @@ export class SubscribeButtonComponent implements OnInit {
70 this.subscribed = true 70 this.subscribed = true
71 71
72 this.notifier.success( 72 this.notifier.success(
73 this.i18n( 73 this.i18n('Subscribed to {{nameWithHost}}. You will be notified of all their new videos.',
74 'Subscribed to {{nameWithHost}}. ' +
75 'You will be notified of all their new videos.',
76 { nameWithHost: this.videoChannel.displayName } 74 { nameWithHost: this.videoChannel.displayName }
77 ), 75 ),
78 this.i18n('Subscribed') 76 this.i18n('Subscribed')
diff --git a/client/src/app/shared/video/modals/video-download.component.html b/client/src/app/shared/video/modals/video-download.component.html
index ed61198c4..8cca985b1 100644
--- a/client/src/app/shared/video/modals/video-download.component.html
+++ b/client/src/app/shared/video/modals/video-download.component.html
@@ -1,9 +1,10 @@
1<ng-template #modal let-hide="close"> 1<ng-template #modal let-hide="close">
2 <div class="modal-header"> 2 <div class="modal-header">
3 <h4 i18n class="modal-title">Download 3 <h4 class="modal-title">Download
4 <span *ngIf="!videoCaptions" i18n>video</span> 4 <span *ngIf="!videoCaptions" i18n>video</span>
5
5 <div *ngIf="videoCaptions" ngbDropdown class="d-inline-block"> 6 <div *ngIf="videoCaptions" ngbDropdown class="d-inline-block">
6 <span id="dropdownDownloadType" ngbDropdownToggle i18n> 7 <span id="dropdownDownloadType" ngbDropdownToggle>
7 {{ type }} 8 {{ type }}
8 </span> 9 </span>
9 <div ngbDropdownMenu aria-labelledby="dropdownDownloadType"> 10 <div ngbDropdownMenu aria-labelledby="dropdownDownloadType">
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index 422d0baca..c7aef2413 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.xlf
@@ -426,11 +426,8 @@
426 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 426 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
427 <source>Options</source> 427 <source>Options</source>
428 <target state="translated">الخيارات</target> 428 <target state="translated">الخيارات</target>
429 <context-group purpose="location"> 429
430 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
431 <context context-type="linenumber">9</context>
432 </context-group>
433 </trans-unit>
434 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 431 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
435 <source>Start at</source> 432 <source>Start at</source>
436 <target state="new">Start at</target> 433 <target state="new">Start at</target>
@@ -472,31 +469,40 @@
472 <context context-type="linenumber">74</context> 469 <context context-type="linenumber">74</context>
473 </context-group> 470 </context-group>
474 471
475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
476 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 473 <source>video</source><target state="new">video</target>
477 <source>Download video</source> 474 <context-group purpose="location">
478 <target>تنزيل الفيديو</target> 475 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
479 <context-group name="null"> 476 <context context-type="linenumber">4</context>
480 <context context-type="linenumber">3</context> 477 </context-group>
478 <context-group purpose="location">
479 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
480 <context context-type="linenumber">12</context>
481 </context-group>
482 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
483 <source>subtitles</source><target state="new">subtitles</target>
484 <context-group purpose="location">
485 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
486 <context context-type="linenumber">11</context>
481 </context-group> 487 </context-group>
482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
483 </trans-unit> 488 </trans-unit>
489
484 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 490 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
485 <source>Direct download</source> 491 <source>Direct download</source>
486 <target>تنزيل مباشِر</target> 492 <target>تنزيل مباشِر</target>
487 <context-group name="null"> 493 <context-group name="null">
488 <context context-type="linenumber">27</context> 494 <context context-type="linenumber">27</context>
489 </context-group> 495 </context-group>
490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 496
491 </trans-unit> 497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
492 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 498 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
493 <source>Torrent (.torrent file)</source> 499 <source>Torrent (.torrent file)</source>
494 <target>ملف تورنت</target> 500 <target>ملف تورنت</target>
495 <context-group name="null"> 501 <context-group name="null">
496 <context context-type="linenumber">32</context> 502 <context context-type="linenumber">32</context>
497 </context-group> 503 </context-group>
498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 504
499 </trans-unit> 505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
500 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 506 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
501 <source>Cancel</source> 507 <source>Cancel</source>
502 <target>إلغاء</target> 508 <target>إلغاء</target>
@@ -505,15 +511,15 @@
505 </context-group> 511 </context-group>
506 512
507 513
508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
509 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 515 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
510 <source>Download</source> 516 <source>Download</source>
511 <target>تنزيل</target> 517 <target>تنزيل</target>
512 <context-group name="null"> 518 <context-group name="null">
513 <context context-type="linenumber">43</context> 519 <context context-type="linenumber">43</context>
514 </context-group> 520 </context-group>
515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 521
516 </trans-unit> 522 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
517 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 523 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
518 <source>Report video</source> 524 <source>Report video</source>
519 <target>الإبلاغ عن الفيديو</target> 525 <target>الإبلاغ عن الفيديو</target>
@@ -591,43 +597,37 @@
591 <context-group name="null"> 597 <context-group name="null">
592 <context context-type="linenumber">6</context> 598 <context context-type="linenumber">6</context>
593 </context-group> 599 </context-group>
594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 600
595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 601
596 </trans-unit> 602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
597 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 603 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
598 <source>Private</source> 604 <source>Private</source>
599 <target>خاص</target> 605 <target>خاص</target>
600 <context-group name="null"> 606 <context-group name="null">
601 <context context-type="linenumber">7</context> 607 <context context-type="linenumber">7</context>
602 </context-group> 608 </context-group>
603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 609
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 610
605 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 611
606 </trans-unit> 612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
607 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 613 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
608 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 614 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
609 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> مشاهدات</target> 615 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> مشاهدات</target>
610 <context-group purpose="location"> 616
611 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
612 <context context-type="linenumber">24</context>
613 </context-group>
614 </trans-unit>
615 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 618 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
616 <source>Blacklisted</source> 619 <source>Blacklisted</source>
617 <target>تم حجبه</target> 620 <target>تم حجبه</target>
618 <context-group name="null"> 621 <context-group name="null">
619 <context context-type="linenumber">42</context> 622 <context context-type="linenumber">42</context>
620 </context-group> 623 </context-group>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 624
622 </trans-unit> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
623 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 626 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
624 <source>Sensitive</source> 627 <source>Sensitive</source>
625 <target state="translated">حساسة</target> 628 <target state="translated">حساسة</target>
626 <context-group purpose="location"> 629
627 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
628 <context context-type="linenumber">46</context>
629 </context-group>
630 </trans-unit>
631 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 631 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
632 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 632 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
633 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 633 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -666,7 +666,7 @@
666 <source>Deleted</source> 666 <source>Deleted</source>
667 <target state="new">Deleted</target> 667 <target state="new">Deleted</target>
668 668
669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
670 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 670 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
671 <source>Edit starts/stops at</source> 671 <source>Edit starts/stops at</source>
672 <target state="new">Edit starts/stops at</target> 672 <target state="new">Edit starts/stops at</target>
@@ -700,16 +700,16 @@
700 <context-group name="null"> 700 <context-group name="null">
701 <context context-type="linenumber">20</context> 701 <context context-type="linenumber">20</context>
702 </context-group> 702 </context-group>
703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 704
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 705
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 706
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 707
708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 708
709 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 709
710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 710
711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 711
712 </trans-unit> 712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
713 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 713 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
714 <source>Delete</source> 714 <source>Delete</source>
715 <target>حذف</target> 715 <target>حذف</target>
@@ -974,7 +974,7 @@
974 </context-group> 974 </context-group>
975 975
976 976
977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
978 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 978 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
979 <source>users</source> 979 <source>users</source>
980 <target state="translated">مستخدمون</target> 980 <target state="translated">مستخدمون</target>
@@ -1191,7 +1191,7 @@
1191 </context-group> 1191 </context-group>
1192 1192
1193 1193
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1195 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1195 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1196 <source>Forgot your password</source> 1196 <source>Forgot your password</source>
1197 <target>نسيتَ كلمتَك السرية</target> 1197 <target>نسيتَ كلمتَك السرية</target>
@@ -1581,7 +1581,7 @@
1581 </context-group> 1581 </context-group>
1582 1582
1583 1583
1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1585 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1585 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1586 <source>Help to translate PeerTube!</source> 1586 <source>Help to translate PeerTube!</source>
1587 <target state="translated">ساهموا في ترجمة PeerTube!</target> 1587 <target state="translated">ساهموا في ترجمة PeerTube!</target>
@@ -1607,6 +1607,12 @@
1607 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1607 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1608 <context context-type="linenumber">29</context> 1608 <context context-type="linenumber">29</context>
1609 </context-group> 1609 </context-group>
1610 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1611 <source>Help</source><target state="new">Help</target>
1612 <context-group purpose="location">
1613 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1614 <context context-type="linenumber">35</context>
1615 </context-group>
1610 </trans-unit> 1616 </trans-unit>
1611 1617
1612 1618
@@ -1614,7 +1620,7 @@
1614 <source>Log out</source> 1620 <source>Log out</source>
1615 <target state="translated">الخروج</target> 1621 <target state="translated">الخروج</target>
1616 1622
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1623 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1618 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1624 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1619 <source>Create an account</source> 1625 <source>Create an account</source>
1620 <target>إنشاء حساب</target> 1626 <target>إنشاء حساب</target>
@@ -1622,7 +1628,7 @@
1622 <context context-type="linenumber">33</context> 1628 <context context-type="linenumber">33</context>
1623 </context-group> 1629 </context-group>
1624 1630
1625 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1626 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1632 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1627 <source>My library</source> 1633 <source>My library</source>
1628 <target>مكتبتي</target> 1634 <target>مكتبتي</target>
@@ -1630,7 +1636,7 @@
1630 <context context-type="linenumber">37</context> 1636 <context context-type="linenumber">37</context>
1631 </context-group> 1637 </context-group>
1632 1638
1633 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1634 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1640 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1635 <source>Videos</source> 1641 <source>Videos</source>
1636 <target>فيديوهات</target> 1642 <target>فيديوهات</target>
@@ -1641,12 +1647,12 @@
1641 1647
1642 1648
1643 1649
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1645 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1651 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1646 <source>Playlists</source> 1652 <source>Playlists</source>
1647 <target state="new">Playlists</target> 1653 <target state="new">Playlists</target>
1648 1654
1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1655 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1650 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1656 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1651 <source>Subscriptions</source> 1657 <source>Subscriptions</source>
1652 <target>الإشتراكات</target> 1658 <target>الإشتراكات</target>
@@ -1654,17 +1660,17 @@
1654 <context context-type="linenumber">51</context> 1660 <context context-type="linenumber">51</context>
1655 </context-group> 1661 </context-group>
1656 1662
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1663 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1658 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1664 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1659 <source>History</source> 1665 <source>History</source>
1660 <target state="new">History</target> 1666 <target state="new">History</target>
1661 1667
1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1668 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1663 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1669 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1664 <source>Discover</source> 1670 <source>Discover</source>
1665 <target state="translated">اكتشف</target> 1671 <target state="translated">اكتشف</target>
1666 1672
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1668 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1674 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1669 <source>Trending</source> 1675 <source>Trending</source>
1670 <target>الشائعة</target> 1676 <target>الشائعة</target>
@@ -1672,12 +1678,12 @@
1672 <context context-type="linenumber">71</context> 1678 <context context-type="linenumber">71</context>
1673 </context-group> 1679 </context-group>
1674 1680
1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1676 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1682 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1677 <source>Most liked</source> 1683 <source>Most liked</source>
1678 <target state="new">Most liked</target> 1684 <target state="new">Most liked</target>
1679 1685
1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1681 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1687 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1682 <source>Recently added</source> 1688 <source>Recently added</source>
1683 <target>التي تم إضافتها حديثًا</target> 1689 <target>التي تم إضافتها حديثًا</target>
@@ -1685,7 +1691,7 @@
1685 <context context-type="linenumber">81</context> 1691 <context context-type="linenumber">81</context>
1686 </context-group> 1692 </context-group>
1687 1693
1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1689 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1695 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1690 <source>More</source> 1696 <source>More</source>
1691 <target>المزيد</target> 1697 <target>المزيد</target>
@@ -1693,7 +1699,7 @@
1693 <context context-type="linenumber">91</context> 1699 <context context-type="linenumber">91</context>
1694 </context-group> 1700 </context-group>
1695 1701
1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1697 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1703 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1698 <source>Administration</source> 1704 <source>Administration</source>
1699 <target>الإدارة</target> 1705 <target>الإدارة</target>
@@ -1701,7 +1707,7 @@
1701 <context context-type="linenumber">95</context> 1707 <context context-type="linenumber">95</context>
1702 </context-group> 1708 </context-group>
1703 1709
1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1710 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1705 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1711 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1706 <source>About</source> 1712 <source>About</source>
1707 <target>عن</target> 1713 <target>عن</target>
@@ -1711,12 +1717,12 @@
1711 1717
1712 1718
1713 1719
1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1720 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1715 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1721 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1716 <source>Show keyboard shortcuts</source> 1722 <source>Show keyboard shortcuts</source>
1717 <target state="new">Show keyboard shortcuts</target> 1723 <target state="new">Show keyboard shortcuts</target>
1718 1724
1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1725 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1720 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1726 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1721 <source>View your notifications</source> 1727 <source>View your notifications</source>
1722 <target state="new">View your notifications</target> 1728 <target state="new">View your notifications</target>
@@ -1732,15 +1738,9 @@
1732 1738
1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1734 <source>Mark all as read</source><target state="new">Mark all as read</target> 1740 <source>Mark all as read</source><target state="new">Mark all as read</target>
1735 <context-group purpose="location"> 1741
1736 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1742
1737 <context context-type="linenumber">18</context> 1743 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1738 </context-group>
1739 <context-group purpose="location">
1740 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1741 <context context-type="linenumber">9</context>
1742 </context-group>
1743 </trans-unit>
1744 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1744 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1745 <source>Update your notification preferences</source> 1745 <source>Update your notification preferences</source>
1746 <target state="new">Update your notification preferences</target> 1746 <target state="new">Update your notification preferences</target>
@@ -1838,7 +1838,7 @@
1838 <context context-type="linenumber">45</context> 1838 <context context-type="linenumber">45</context>
1839 </context-group> 1839 </context-group>
1840 1840
1841 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1841 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1842 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1842 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1843 <source>Display sensitive content</source> 1843 <source>Display sensitive content</source>
1844 <target>عرض المحتوى الحساس</target> 1844 <target>عرض المحتوى الحساس</target>
@@ -1971,10 +1971,8 @@
1971 <context context-type="linenumber">115</context> 1971 <context context-type="linenumber">115</context>
1972 </context-group> 1972 </context-group>
1973 1973
1974 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1974 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1975 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1975 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1976 <source>Display unlisted and private videos</source>
1977 <target state="new">Display unlisted and private videos</target>
1978 <context-group purpose="location"> 1976 <context-group purpose="location">
1979 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1977 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1980 <context context-type="linenumber">14</context> 1978 <context context-type="linenumber">14</context>
@@ -2004,6 +2002,17 @@
2004 <context context-type="linenumber">14</context> 2002 <context context-type="linenumber">14</context>
2005 </context-group> 2003 </context-group>
2006 </trans-unit> 2004 </trans-unit>
2005 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
2006 <source>Display unlisted and private videos</source>
2007 <target state="new">Display unlisted and private videos</target>
2008
2009
2010
2011
2012
2013
2014
2015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2007 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 2016 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
2008 <source>Add caption</source> 2017 <source>Add caption</source>
2009 <target state="new">Add caption</target> 2018 <target state="new">Add caption</target>
@@ -2797,14 +2806,14 @@
2797 <context context-type="linenumber">211</context> 2806 <context context-type="linenumber">211</context>
2798 </context-group> 2807 </context-group>
2799 2808
2800 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2809 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2801 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2810 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2802 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2811 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2803 <target state="new"> 2812 <target state="new">
2804 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2813 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2805 </target> 2814 </target>
2806 2815
2807 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2816 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2808 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2817 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2809 <source>More information</source> 2818 <source>More information</source>
2810 <target>المزيد من التفاصيل</target> 2819 <target>المزيد من التفاصيل</target>
@@ -2812,7 +2821,7 @@
2812 <context context-type="linenumber">215</context> 2821 <context context-type="linenumber">215</context>
2813 </context-group> 2822 </context-group>
2814 2823
2815 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2824 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2816 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2825 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2817 <source>Get more information</source> 2826 <source>Get more information</source>
2818 <target>احصل على معلومات أكثر</target> 2827 <target>احصل على معلومات أكثر</target>
@@ -2820,7 +2829,7 @@
2820 <context context-type="linenumber">215</context> 2829 <context context-type="linenumber">215</context>
2821 </context-group> 2830 </context-group>
2822 2831
2823 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2832 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2824 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2833 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2825 <source>OK</source> 2834 <source>OK</source>
2826 <target>نعم</target> 2835 <target>نعم</target>
@@ -2828,7 +2837,7 @@
2828 <context context-type="linenumber">218</context> 2837 <context context-type="linenumber">218</context>
2829 </context-group> 2838 </context-group>
2830 2839
2831 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2840 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2832 <source>1 Comment</source><target state="new">1 Comment</target> 2841 <source>1 Comment</source><target state="new">1 Comment</target>
2833 <context-group purpose="location"> 2842 <context-group purpose="location">
2834 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2843 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2987,7 +2996,7 @@
2987 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2996 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2988 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2997 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2989 2998
2990 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2999 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2991 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3000 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2992 <source>Users</source> 3001 <source>Users</source>
2993 <target>المستخدِمون</target> 3002 <target>المستخدِمون</target>
@@ -3130,7 +3139,37 @@
3130 3139
3131 3140
3132 3141
3133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3143 <source>Delayed.</source><target state="new">Delayed.</target>
3144 <context-group purpose="location">
3145 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3146 <context context-type="linenumber">42</context>
3147 </context-group>
3148 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3149 <source>Will start soon...</source><target state="new">Will start soon...</target>
3150 <context-group purpose="location">
3151 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3152 <context context-type="linenumber">43</context>
3153 </context-group>
3154 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3155 <source>Running...</source><target state="new">Running...</target>
3156 <context-group purpose="location">
3157 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3158 <context context-type="linenumber">44</context>
3159 </context-group>
3160 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3161 <source>Finished</source><target state="new">Finished</target>
3162 <context-group purpose="location">
3163 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3164 <context context-type="linenumber">45</context>
3165 </context-group>
3166 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3167 <source>Failed</source><target state="new">Failed</target>
3168 <context-group purpose="location">
3169 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3170 <context context-type="linenumber">46</context>
3171 </context-group>
3172 </trans-unit>
3134 3173
3135 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3174 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3136 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3175 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3141,7 +3180,7 @@
3141 3180
3142 3181
3143 3182
3144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3145 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3184 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3146 <source>Accepted</source> 3185 <source>Accepted</source>
3147 <target>تم القبول</target> 3186 <target>تم القبول</target>
@@ -3824,6 +3863,18 @@
3824 <context context-type="linenumber">2</context> 3863 <context context-type="linenumber">2</context>
3825 </context-group> 3864 </context-group>
3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3866 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3867 <source>Job type</source><target state="new">Job type</target>
3868 <context-group purpose="location">
3869 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3870 <context context-type="linenumber">5</context>
3871 </context-group>
3872 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3873 <source>Job state</source><target state="new">Job state</target>
3874 <context-group purpose="location">
3875 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3876 <context context-type="linenumber">14</context>
3877 </context-group>
3827 </trans-unit> 3878 </trans-unit>
3828 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3879 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3829 <source>Type</source> 3880 <source>Type</source>
@@ -3833,16 +3884,8 @@
3833 </context-group> 3884 </context-group>
3834 3885
3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3836 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3887
3837 <source>Processed on</source> 3888
3838 <target state="new">Processed on</target>
3839
3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3841 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3842 <source>Finished on</source>
3843 <target state="new">Finished on</target>
3844
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3846 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3889 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3847 <source>Refresh</source> 3890 <source>Refresh</source>
3848 <target state="new">Refresh</target> 3891 <target state="new">Refresh</target>
@@ -4451,15 +4494,23 @@
4451 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4494 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4452 <context context-type="linenumber">486</context> 4495 <context context-type="linenumber">486</context>
4453 </context-group> 4496 </context-group>
4454 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4497 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4455 <source> 4498 <source>
4456 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4499 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4457 4500
4458 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4501 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4502
4503 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4504
4505 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4459 </source><target state="new"> 4506 </source><target state="new">
4460 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4507 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4461 4508
4462 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4509 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4510
4511 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4512
4513 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4463 </target> 4514 </target>
4464 <context-group purpose="location"> 4515 <context-group purpose="location">
4465 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4516 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4495,47 +4546,44 @@
4495 4546
4496 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4547 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4497 </target> 4548 </target>
4498 <context-group purpose="location"> 4549
4499 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4500 <context context-type="linenumber">518</context>
4501 </context-group>
4502 </trans-unit>
4503 4551
4504 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4552 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4505 <source>HLS support enabled</source> 4553 <source>HLS support enabled</source>
4506 <target state="new">HLS support enabled</target> 4554 <target state="new">HLS support enabled</target>
4507 4555
4508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4509 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4557 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4510 <source>Transcoding threads</source> 4558 <source>Transcoding threads</source>
4511 <target state="new">Transcoding threads</target> 4559 <target state="new">Transcoding threads</target>
4512 4560
4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4514 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4562 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4515 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4563 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4516 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4564 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4517 4565
4518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4519 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4567 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4520 <source>Cache</source> 4568 <source>Cache</source>
4521 <target state="new">Cache</target> 4569 <target state="new">Cache</target>
4522 4570
4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4524 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4572 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4525 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4573 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4526 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4574 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4527 4575
4528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4529 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4577 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4530 <source>Previews cache size</source> 4578 <source>Previews cache size</source>
4531 <target state="new">Previews cache size</target> 4579 <target state="new">Previews cache size</target>
4532 4580
4533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4534 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4582 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4535 <source>Video captions cache size</source> 4583 <source>Video captions cache size</source>
4536 <target state="new">Video captions cache size</target> 4584 <target state="new">Video captions cache size</target>
4537 4585
4538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4539 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4587 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4540 <source>Customizations</source> 4588 <source>Customizations</source>
4541 <target>التخصيصات</target> 4589 <target>التخصيصات</target>
@@ -4543,7 +4591,7 @@
4543 <context context-type="linenumber">570</context> 4591 <context context-type="linenumber">570</context>
4544 </context-group> 4592 </context-group>
4545 4593
4546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4547 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4595 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4548 <source>JavaScript</source> 4596 <source>JavaScript</source>
4549 <target>الجافا سكريبت</target> 4597 <target>الجافا سكريبت</target>
@@ -4551,14 +4599,14 @@
4551 <context context-type="linenumber">575</context> 4599 <context context-type="linenumber">575</context>
4552 </context-group> 4600 </context-group>
4553 4601
4554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4555 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4603 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4556 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4604 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4557 <target state="new"> 4605 <target state="new">
4558 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4606 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4559 </target> 4607 </target>
4560 4608
4561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4562 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4610 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4563 <source> 4611 <source>
4564 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4612 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4587,7 +4635,7 @@
4587<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4635<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4588 </target> 4636 </target>
4589 4637
4590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4591 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4639 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4592 <source>Advanced configuration</source> 4640 <source>Advanced configuration</source>
4593 <target>الإعدادات المتقدمة</target> 4641 <target>الإعدادات المتقدمة</target>
@@ -4600,12 +4648,12 @@
4600 <source>Update configuration</source> 4648 <source>Update configuration</source>
4601 <target state="new">Update configuration</target> 4649 <target state="new">Update configuration</target>
4602 4650
4603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4604 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4652 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4605 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4653 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4606 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4654 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4607 4655
4608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4609 <source>Total video quota:</source><target state="new">Total video quota:</target> 4657 <source>Total video quota:</source><target state="new">Total video quota:</target>
4610 <context-group purpose="location"> 4658 <context-group purpose="location">
4611 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4659 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5103,11 +5151,8 @@ When you will upload a video in this channel, the video support field will be au
5103 </context-group> 5151 </context-group>
5104 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5152 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5105 <source>All read</source><target state="new">All read</target> 5153 <source>All read</source><target state="new">All read</target>
5106 <context-group purpose="location"> 5154
5107 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5155 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5108 <context context-type="linenumber">12</context>
5109 </context-group>
5110 </trans-unit>
5111 5156
5112 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5157 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5113 <source>Activities</source> 5158 <source>Activities</source>
@@ -6158,6 +6203,12 @@ When you will upload a video in this channel, the video support field will be au
6158 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6203 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6159 <context context-type="linenumber">1</context> 6204 <context context-type="linenumber">1</context>
6160 </context-group> 6205 </context-group>
6206 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6207 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6208 <context-group purpose="location">
6209 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6210 <context context-type="linenumber">1</context>
6211 </context-group>
6161 </trans-unit> 6212 </trans-unit>
6162 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6213 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6163 <source>240p</source> 6214 <source>240p</source>
@@ -9310,6 +9361,12 @@ When you will upload a video in this channel, the video support field will be au
9310 <context context-type="linenumber">1</context> 9361 <context context-type="linenumber">1</context>
9311 </context-group> 9362 </context-group>
9312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9363 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9364 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9365 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9366 <context-group purpose="location">
9367 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9368 <context context-type="linenumber">1</context>
9369 </context-group>
9313 </trans-unit> 9370 </trans-unit>
9314 9371
9315 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9372 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9501,6 +9558,18 @@ When you will upload a video in this channel, the video support field will be au
9501 <context context-type="linenumber">1</context> 9558 <context context-type="linenumber">1</context>
9502 </context-group> 9559 </context-group>
9503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9561 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9562 <source>Add to watch later</source><target state="new">Add to watch later</target>
9563 <context-group purpose="location">
9564 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9565 <context context-type="linenumber">1</context>
9566 </context-group>
9567 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9568 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9569 <context-group purpose="location">
9570 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9571 <context context-type="linenumber">1</context>
9572 </context-group>
9504 </trans-unit> 9573 </trans-unit>
9505 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9574 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9506 <source>Only I can see this video</source> 9575 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index 48c69a66f..dff19c1b9 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -276,8 +276,8 @@
276 </context-group> 276 </context-group>
277 </trans-unit> 277 </trans-unit>
278 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 278 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
279 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 279 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
280 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> va publicar un nou vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 280 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> va publicar un nou vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
281 <context-group purpose="location"> 281 <context-group purpose="location">
282 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 282 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
283 <context context-type="linenumber">15</context> 283 <context context-type="linenumber">15</context>
@@ -292,28 +292,28 @@
292 </context-group> 292 </context-group>
293 </trans-unit> 293 </trans-unit>
294 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 294 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
295 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 295 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
296 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s'ha desactivat </target> 296 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s'ha desactivat </target>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
298 </trans-unit> 298 </trans-unit>
299 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 299 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
300 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 300 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
301 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s'ha desactivat </target> 301 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s'ha desactivat </target>
302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
303 </trans-unit> 303 </trans-unit>
304 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 304 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
305 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 305 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
306 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s'ha creat en vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 306 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s'ha creat en vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
308 </trans-unit> 308 </trans-unit>
309 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 309 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
310 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 310 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
311 <target state="translated">El recent vídeo afegit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 311 <target state="translated">El recent vídeo afegit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
313 </trans-unit> 313 </trans-unit>
314 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 314 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
315 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 315 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
316 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> va comentar el teu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 316 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> va comentar el teu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
317 <context-group purpose="location"> 317 <context-group purpose="location">
318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
319 <context context-type="linenumber">69</context> 319 <context context-type="linenumber">69</context>
@@ -328,28 +328,28 @@
328 </context-group> 328 </context-group>
329 </trans-unit> 329 </trans-unit>
330 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 330 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
331 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 331 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
332 <target state="translated">El teu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sigut publicat </target> 332 <target state="translated">El teu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sigut publicat </target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
334 </trans-unit> 334 </trans-unit>
335 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 335 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
336 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 336 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
337 <target state="new"> 337 <target state="new">
338 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 338 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
339 </target> 339 </target>
340 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 340 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
341 </trans-unit> 341 </trans-unit>
342 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 342 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
343 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 343 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
344 <target state="new"> 344 <target state="new">
345 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 345 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
346 </target> 346 </target>
347 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 347 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
348 </trans-unit> 348 </trans-unit>
349 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 349 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
350 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 350 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
351 <target state="new"> 351 <target state="new">
352 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance 352 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance
353 </target> 353 </target>
354 <context-group purpose="location"> 354 <context-group purpose="location">
355 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 355 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -357,34 +357,42 @@
357 </context-group> 357 </context-group>
358 </trans-unit> 358 </trans-unit>
359 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 359 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
360 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 360 <source>
361 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
362
363 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
364 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
365 </source>
361 <target state="new"> 366 <target state="new">
362 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 367 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
363 368
364 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 369 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
365 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 370 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
366 </target> 371 </target>
367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
368 </trans-unit> 373 </trans-unit>
369 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 374 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
370 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 375 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
371 <target state="new"> 376 <target state="new">
372 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 377 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
373 </target> 378 </target>
374 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 379 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
375 </trans-unit> 380 </trans-unit>
376 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 381 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
377 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 382 <source>
383 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
384 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
385 </source>
378 <target state="new"> 386 <target state="new">
379 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 387 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
380 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 388 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
381 </target> 389 </target>
382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
383 </trans-unit> 391 </trans-unit>
384 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 392 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
385 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 393 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
386 <target state="new"> 394 <target state="new">
387 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 395 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
388 </target> 396 </target>
389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 397 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
390 </trans-unit> 398 </trans-unit>
@@ -409,11 +417,8 @@
409 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 417 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
410 <source>Options</source> 418 <source>Options</source>
411 <target state="new">Options</target> 419 <target state="new">Options</target>
412 <context-group purpose="location"> 420
413 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
414 <context context-type="linenumber">9</context>
415 </context-group>
416 </trans-unit>
417 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
418 <source>Start at</source> 423 <source>Start at</source>
419 <target state="new">Start at</target> 424 <target state="new">Start at</target>
@@ -457,48 +462,54 @@
457 <context context-type="linenumber">74</context> 462 <context context-type="linenumber">74</context>
458 </context-group> 463 </context-group>
459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
460 </trans-unit> 465 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
461 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 466 <source>video</source><target state="new">video</target>
462 <source>Download video</source> 467 <context-group purpose="location">
463 <target>Descàrrega el vídeo</target> 468 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
464 <context-group name="null"> 469 <context context-type="linenumber">4</context>
465 <context context-type="linenumber">3</context> 470 </context-group>
471 <context-group purpose="location">
472 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
473 <context context-type="linenumber">12</context>
474 </context-group>
475 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
476 <source>subtitles</source><target state="new">subtitles</target>
477 <context-group purpose="location">
478 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
479 <context context-type="linenumber">11</context>
466 </context-group> 480 </context-group>
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
468 </trans-unit> 481 </trans-unit>
482
469 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 483 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
470 <source>Direct download</source> 484 <source>Direct download</source>
471 <target>Descàrrega directe</target> 485 <target>Descàrrega directe</target>
472 <context-group name="null"> 486 <context-group name="null">
473 <context context-type="linenumber">27</context> 487 <context context-type="linenumber">27</context>
474 </context-group> 488 </context-group>
475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 489
476 </trans-unit> 490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
477 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 491 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
478 <source>Torrent (.torrent file)</source> 492 <source>Torrent (.torrent file)</source>
479 <target state="new">Torrent (.torrent file)</target> 493 <target state="new">Torrent (.torrent file)</target>
480 <context-group purpose="location"> 494
481 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
482 <context context-type="linenumber">32</context>
483 </context-group>
484 </trans-unit>
485 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 496 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
486 <source>Cancel</source> 497 <source>Cancel</source>
487 <target state="new"> 498 <target state="new">
488 Cancel 499 Cancel
489 </target> 500 </target>
490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 501
491 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 502
492 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 503
493 </trans-unit> 504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
494 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 505 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
495 <source>Download</source> 506 <source>Download</source>
496 <target>Descàrrega</target> 507 <target>Descàrrega</target>
497 <context-group name="null"> 508 <context-group name="null">
498 <context context-type="linenumber">43</context> 509 <context context-type="linenumber">43</context>
499 </context-group> 510 </context-group>
500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 511
501 </trans-unit> 512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
502 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 513 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
503 <source>Report video</source> 514 <source>Report video</source>
504 <target>Denúncia el vídeo</target> 515 <target>Denúncia el vídeo</target>
@@ -508,10 +519,13 @@
508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
509 </trans-unit> 520 </trans-unit>
510 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html"> 521 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html">
511 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 522 <source>
523 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
524 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
525 </source>
512 <target state="new"> 526 <target state="new">
513 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 527 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
514 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 528 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
515 </target> 529 </target>
516 <context-group purpose="location"> 530 <context-group purpose="location">
517 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 531 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -581,57 +595,33 @@
581 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 595 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
582 <source>Unlisted</source> 596 <source>Unlisted</source>
583 <target state="new">Unlisted</target> 597 <target state="new">Unlisted</target>
584 <context-group purpose="location"> 598
585 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 599
586 <context context-type="linenumber">12</context> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
587 </context-group>
588 <context-group purpose="location">
589 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
590 <context context-type="linenumber">6</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 601 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
594 <source>Private</source> 602 <source>Private</source>
595 <target state="new">Private</target> 603 <target state="new">Private</target>
596 <context-group purpose="location"> 604
597 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 605
598 <context context-type="linenumber">13</context> 606
599 </context-group> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
600 <context-group purpose="location">
601 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
602 <context context-type="linenumber">33</context>
603 </context-group>
604 <context-group purpose="location">
605 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
606 <context context-type="linenumber">7</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 608 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
610 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 609 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
611 <target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 610 <target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
612 <context-group purpose="location"> 611
613 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
614 <context context-type="linenumber">24</context>
615 </context-group>
616 </trans-unit>
617 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 613 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
618 <source>Blacklisted</source> 614 <source>Blacklisted</source>
619 <target state="new">Blacklisted</target> 615 <target state="new">Blacklisted</target>
620 <context-group purpose="location"> 616
621 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
622 <context context-type="linenumber">42</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 618 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
626 <source>Sensitive</source> 619 <source>Sensitive</source>
627 <target state="new"> 620 <target state="new">
628 Sensitive 621 Sensitive
629 </target> 622 </target>
630 <context-group purpose="location"> 623
631 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
632 <context context-type="linenumber">46</context>
633 </context-group>
634 </trans-unit>
635 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 625 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
636 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 626 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
637 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 627 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -669,9 +659,9 @@
669 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 659 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
670 <source>Deleted</source> 660 <source>Deleted</source>
671 <target state="new">Deleted</target> 661 <target state="new">Deleted</target>
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 662
673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 663
674 </trans-unit> 664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
675 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 665 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
676 <source>Edit starts/stops at</source> 666 <source>Edit starts/stops at</source>
677 <target state="new">Edit starts/stops at</target> 667 <target state="new">Edit starts/stops at</target>
@@ -705,16 +695,16 @@
705 <context-group name="null"> 695 <context-group name="null">
706 <context context-type="linenumber">20</context> 696 <context context-type="linenumber">20</context>
707 </context-group> 697 </context-group>
708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 698
709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 699
710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 700
711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 701
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 702
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 703
714 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 704
715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 705
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 706
717 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
718 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 708 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
719 <source>Delete</source> 709 <source>Delete</source>
720 <target>Esborra</target> 710 <target>Esborra</target>
@@ -842,10 +832,13 @@
842 </context-group> 832 </context-group>
843 </trans-unit> 833 </trans-unit>
844 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
845 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 835 <source>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </source>
846 <target state="new"> 839 <target state="new">
847 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 840 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
848 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 841 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
849 </target> 842 </target>
850 <context-group purpose="location"> 843 <context-group purpose="location">
851 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 844 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
@@ -853,9 +846,12 @@
853 </context-group> 846 </context-group>
854 </trans-unit> 847 </trans-unit>
855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 848 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
856 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 849 <source>
850 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
851 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
852 </source>
857 <target state="new"> 853 <target state="new">
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 854 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 855 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </target> 856 </target>
861 <context-group purpose="location"> 857 <context-group purpose="location">
@@ -864,9 +860,12 @@
864 </context-group> 860 </context-group>
865 </trans-unit> 861 </trans-unit>
866 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 862 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
867 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 863 <source>
864 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
865 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
866 </source>
868 <target state="new"> 867 <target state="new">
869 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 868 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
870 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 869 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
871 </target> 870 </target>
872 <context-group purpose="location"> 871 <context-group purpose="location">
@@ -883,10 +882,13 @@
883 </context-group> 882 </context-group>
884 </trans-unit> 883 </trans-unit>
885 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 884 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
886 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 885 <source>
886 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
887 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
888 </source>
887 <target state="new"> 889 <target state="new">
888 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 890 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
889 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 891 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
890 </target> 892 </target>
891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
892 </trans-unit> 894 </trans-unit>
@@ -917,9 +919,9 @@
917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
918 </trans-unit> 920 </trans-unit>
919 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html"> 921 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
920 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 922 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
921 <target state="new"> 923 <target state="new">
922 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 924 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
923 </target> 925 </target>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group> 926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group>
925 </trans-unit> 927 </trans-unit>
@@ -965,9 +967,9 @@
965 <context-group name="null"> 967 <context-group name="null">
966 <context context-type="linenumber">86</context> 968 <context context-type="linenumber">86</context>
967 </context-group> 969 </context-group>
968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 970
969 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 971
970 </trans-unit> 972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
971 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 973 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
972 <source>users</source> 974 <source>users</source>
973 <target state="new">users</target> 975 <target state="new">users</target>
@@ -1186,9 +1188,9 @@
1186 <context-group name="null"> 1188 <context-group name="null">
1187 <context context-type="linenumber">32</context> 1189 <context context-type="linenumber">32</context>
1188 </context-group> 1190 </context-group>
1189 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1191
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1192
1191 </trans-unit> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1192 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1194 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1193 <source>Forgot your password</source> 1195 <source>Forgot your password</source>
1194 <target>Has oblidat la teva contrasenya</target> 1196 <target>Has oblidat la teva contrasenya</target>
@@ -1283,9 +1285,9 @@
1283 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group> 1285 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
1284 </trans-unit> 1286 </trans-unit>
1285 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1287 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1286 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1288 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1287 <target> 1289 <target>
1288 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1290 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1289 </target> 1291 </target>
1290 <context-group name="null"> 1292 <context-group name="null">
1291 <context context-type="linenumber">6</context> 1293 <context context-type="linenumber">6</context>
@@ -1293,10 +1295,13 @@
1293 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1295 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1294 </trans-unit> 1296 </trans-unit>
1295 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1297 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1296 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1298 <source>
1299 Filters
1300 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1301 </source>
1297 <target state="new"> 1302 <target state="new">
1298 Filters 1303 Filters
1299 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1304 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1300 </target> 1305 </target>
1301 <context-group purpose="location"> 1306 <context-group purpose="location">
1302 <context context-type="sourcefile">src/app/search/search.component.html</context> 1307 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1330,7 +1335,8 @@
1330 </context-group> 1335 </context-group>
1331 </trans-unit> 1336 </trans-unit>
1332 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1337 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1333 <source>CLI documentation</source> 1338 <source>CLI
1339 documentation</source>
1334 <target state="new">CLI 1340 <target state="new">CLI
1335 documentation</target> 1341 documentation</target>
1336 <context-group purpose="location"> 1342 <context-group purpose="location">
@@ -1347,7 +1353,8 @@
1347 </context-group> 1353 </context-group>
1348 </trans-unit> 1354 </trans-unit>
1349 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1355 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1350 <source>Administer documentation</source> 1356 <source>Administer
1357 documentation</source>
1351 <target state="new">Administer 1358 <target state="new">Administer
1352 documentation</target> 1359 documentation</target>
1353 <context-group purpose="location"> 1360 <context-group purpose="location">
@@ -1364,7 +1371,8 @@
1364 </context-group> 1371 </context-group>
1365 </trans-unit> 1372 </trans-unit>
1366 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1373 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1367 <source>Use documentation</source> 1374 <source>Use
1375 documentation</source>
1368 <target state="new">Use 1376 <target state="new">Use
1369 documentation</target> 1377 documentation</target>
1370 <context-group purpose="location"> 1378 <context-group purpose="location">
@@ -1389,16 +1397,16 @@
1389 </context-group> 1397 </context-group>
1390 </trans-unit> 1398 </trans-unit>
1391 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1399 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1392 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1400 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1393 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1401 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1394 <context-group purpose="location"> 1402 <context-group purpose="location">
1395 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1403 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1396 <context context-type="linenumber">44</context> 1404 <context context-type="linenumber">44</context>
1397 </context-group> 1405 </context-group>
1398 </trans-unit> 1406 </trans-unit>
1399 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1407 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1400 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1408 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1401 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1409 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1402 </target> 1410 </target>
1403 <context-group purpose="location"> 1411 <context-group purpose="location">
1404 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1412 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1414,10 +1422,14 @@
1414 </context-group> 1422 </context-group>
1415 </trans-unit> 1423 </trans-unit>
1416 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1424 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1417 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1425 <source>
1426 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1427 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1428 is very important for visitors to understand on what type of instance they are.
1429 </source>
1418 <target state="new"> 1430 <target state="new">
1419 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1431 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1420 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1432 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1421 is very important for visitors to understand on what type of instance they are. 1433 is very important for visitors to understand on what type of instance they are.
1422 </target> 1434 </target>
1423 <context-group purpose="location"> 1435 <context-group purpose="location">
@@ -1426,12 +1438,18 @@
1426 </context-group> 1438 </context-group>
1427 </trans-unit> 1439 </trans-unit>
1428 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1440 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1429 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1441 <source>
1442 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1443 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1444 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1445 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1446 PeerTube instance.
1447 </source>
1430 <target state="new"> 1448 <target state="new">
1431 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1449 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1432 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1450 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1433 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1451 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1434 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1452 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1435 PeerTube instance. 1453 PeerTube instance.
1436 </target> 1454 </target>
1437 <context-group purpose="location"> 1455 <context-group purpose="location">
@@ -1565,9 +1583,9 @@
1565 <context-group name="null"> 1583 <context-group name="null">
1566 <context context-type="linenumber">107</context> 1584 <context context-type="linenumber">107</context>
1567 </context-group> 1585 </context-group>
1568 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1586
1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1587
1570 </trans-unit> 1588 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1571 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1589 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1572 <source>Help to translate PeerTube!</source> 1590 <source>Help to translate PeerTube!</source>
1573 <target state="new"> 1591 <target state="new">
@@ -1601,108 +1619,114 @@
1601 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1619 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1602 <context context-type="linenumber">29</context> 1620 <context context-type="linenumber">29</context>
1603 </context-group> 1621 </context-group>
1622 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1623 <source>Help</source><target state="new">Help</target>
1624 <context-group purpose="location">
1625 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1626 <context context-type="linenumber">35</context>
1627 </context-group>
1604 </trans-unit> 1628 </trans-unit>
1605 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1629 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1606 <source>Log out</source> 1630 <source>Log out</source>
1607 <target state="new">Log out</target> 1631 <target state="new">Log out</target>
1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1632
1609 </trans-unit> 1633 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1610 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1634 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1611 <source>Create an account</source> 1635 <source>Create an account</source>
1612 <target>Registrar un compte</target> 1636 <target>Registrar un compte</target>
1613 <context-group name="null"> 1637 <context-group name="null">
1614 <context context-type="linenumber">33</context> 1638 <context context-type="linenumber">33</context>
1615 </context-group> 1639 </context-group>
1616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1640
1617 </trans-unit> 1641 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1618 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1642 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1619 <source>My library</source> 1643 <source>My library</source>
1620 <target state="new">My library</target> 1644 <target state="new">My library</target>
1621 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1645
1622 </trans-unit> 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1623 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1647 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1624 <source>Videos</source> 1648 <source>Videos</source>
1625 <target>Vídeos</target> 1649 <target>Vídeos</target>
1626 <context-group name="null"> 1650 <context-group name="null">
1627 <context context-type="linenumber">24</context> 1651 <context context-type="linenumber">24</context>
1628 </context-group> 1652 </context-group>
1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1653
1630 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1654
1631 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1655
1632 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1656
1633 </trans-unit> 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1634 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1658 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1635 <source>Playlists</source> 1659 <source>Playlists</source>
1636 <target state="new">Playlists</target> 1660 <target state="new">Playlists</target>
1637 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1661
1638 </trans-unit> 1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1639 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1663 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1640 <source>Subscriptions</source> 1664 <source>Subscriptions</source>
1641 <target state="new">Subscriptions</target> 1665 <target state="new">Subscriptions</target>
1642 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1666
1643 </trans-unit> 1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1644 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1668 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1645 <source>History</source> 1669 <source>History</source>
1646 <target state="new">History</target> 1670 <target state="new">History</target>
1647 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1671
1648 </trans-unit> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1649 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1673 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1650 <source>Discover</source> 1674 <source>Discover</source>
1651 <target state="new">Discover</target> 1675 <target state="new">Discover</target>
1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1676
1653 </trans-unit> 1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1654 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1678 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1655 <source>Trending</source> 1679 <source>Trending</source>
1656 <target>Tendència</target> 1680 <target>Tendència</target>
1657 <context-group name="null"> 1681 <context-group name="null">
1658 <context context-type="linenumber">71</context> 1682 <context context-type="linenumber">71</context>
1659 </context-group> 1683 </context-group>
1660 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1684
1661 </trans-unit> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1662 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1686 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1663 <source>Most liked</source> 1687 <source>Most liked</source>
1664 <target state="new">Most liked</target> 1688 <target state="new">Most liked</target>
1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1689
1666 </trans-unit> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1667 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1691 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1668 <source>Recently added</source> 1692 <source>Recently added</source>
1669 <target>Afegits fa poc</target> 1693 <target>Afegits fa poc</target>
1670 <context-group name="null"> 1694 <context-group name="null">
1671 <context context-type="linenumber">81</context> 1695 <context context-type="linenumber">81</context>
1672 </context-group> 1696 </context-group>
1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1697
1674 </trans-unit> 1698 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1675 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1699 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1676 <source>More</source> 1700 <source>More</source>
1677 <target>Més</target> 1701 <target>Més</target>
1678 <context-group name="null"> 1702 <context-group name="null">
1679 <context context-type="linenumber">91</context> 1703 <context context-type="linenumber">91</context>
1680 </context-group> 1704 </context-group>
1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1705
1682 </trans-unit> 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1683 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1707 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1684 <source>Administration</source> 1708 <source>Administration</source>
1685 <target>Administració</target> 1709 <target>Administració</target>
1686 <context-group name="null"> 1710 <context-group name="null">
1687 <context context-type="linenumber">95</context> 1711 <context context-type="linenumber">95</context>
1688 </context-group> 1712 </context-group>
1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1713
1690 </trans-unit> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1691 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1715 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1692 <source>About</source> 1716 <source>About</source>
1693 <target>Quant a</target> 1717 <target>Quant a</target>
1694 <context-group name="null"> 1718 <context-group name="null">
1695 <context context-type="linenumber">26</context> 1719 <context context-type="linenumber">26</context>
1696 </context-group> 1720 </context-group>
1697 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1721
1698 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1722
1699 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1723
1700 </trans-unit> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1701 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1725 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1702 <source>Show keyboard shortcuts</source> 1726 <source>Show keyboard shortcuts</source>
1703 <target state="new">Show keyboard shortcuts</target> 1727 <target state="new">Show keyboard shortcuts</target>
1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1728
1705 </trans-unit> 1729 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1706 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1730 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1707 <source>View your notifications</source> 1731 <source>View your notifications</source>
1708 <target state="new">View your notifications</target> 1732 <target state="new">View your notifications</target>
@@ -1720,15 +1744,9 @@
1720 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1744 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1721 <source>Mark all as read</source> 1745 <source>Mark all as read</source>
1722 <target state="new">Mark all as read</target> 1746 <target state="new">Mark all as read</target>
1723 <context-group purpose="location"> 1747
1724 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1748
1725 <context context-type="linenumber">18</context> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1726 </context-group>
1727 <context-group purpose="location">
1728 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1729 <context context-type="linenumber">9</context>
1730 </context-group>
1731 </trans-unit>
1732 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1750 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1733 <source>Update your notification preferences</source> 1751 <source>Update your notification preferences</source>
1734 <target state="new">Update your notification preferences</target> 1752 <target state="new">Update your notification preferences</target>
@@ -1826,8 +1844,8 @@
1826 <context-group name="null"> 1844 <context-group name="null">
1827 <context context-type="linenumber">45</context> 1845 <context context-type="linenumber">45</context>
1828 </context-group> 1846 </context-group>
1829 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1847
1830 </trans-unit> 1848 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1831 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1849 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1832 <source>Display sensitive content</source> 1850 <source>Display sensitive content</source>
1833 <target>Mostra contingut sensible</target> 1851 <target>Mostra contingut sensible</target>
@@ -1966,10 +1984,8 @@
1966 <context context-type="linenumber">115</context> 1984 <context context-type="linenumber">115</context>
1967 </context-group> 1985 </context-group>
1968 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 1986 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
1969 </trans-unit> 1987 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1970 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1988 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1971 <source>Display unlisted and private videos</source>
1972 <target state="new">Display unlisted and private videos</target>
1973 <context-group purpose="location"> 1989 <context-group purpose="location">
1974 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1990 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1975 <context context-type="linenumber">14</context> 1991 <context context-type="linenumber">14</context>
@@ -1999,6 +2015,17 @@
1999 <context context-type="linenumber">14</context> 2015 <context context-type="linenumber">14</context>
2000 </context-group> 2016 </context-group>
2001 </trans-unit> 2017 </trans-unit>
2018 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
2019 <source>Display unlisted and private videos</source>
2020 <target state="new">Display unlisted and private videos</target>
2021
2022
2023
2024
2025
2026
2027
2028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2002 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 2029 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
2003 <source>Add caption</source> 2030 <source>Add caption</source>
2004 <target state="new">Add caption</target> 2031 <target state="new">Add caption</target>
@@ -2069,10 +2096,14 @@
2069 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2096 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2070 </trans-unit> 2097 </trans-unit>
2071 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2098 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2072 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2099 <source>
2100 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2101 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2102 Press Enter to add a new tag.
2103 </source>
2073 <target state="new"> 2104 <target state="new">
2074 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2105 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2075 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2106 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2076 Press Enter to add a new tag. 2107 Press Enter to add a new tag.
2077 </target> 2108 </target>
2078 <context-group purpose="location"> 2109 <context-group purpose="location">
@@ -2212,7 +2243,7 @@
2212 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2213 </trans-unit> 2244 </trans-unit>
2214 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2245 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2215 <source>Already uploaded ✔</source> 2246 <source>Already uploaded ✔</source>
2216 <target state="new">Already uploaded ✔</target> 2247 <target state="new">Already uploaded ✔</target>
2217 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2248 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2218 </trans-unit> 2249 </trans-unit>
@@ -2311,9 +2342,13 @@
2311 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2342 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2312 </trans-unit> 2343 </trans-unit>
2313 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2344 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2314 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2345 <source>
2346 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2347 or URL that points to a raw MP4 file.
2348 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2349 </source>
2315 <target state="new"> 2350 <target state="new">
2316 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2351 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2317 or URL that points to a raw MP4 file. 2352 or URL that points to a raw MP4 file.
2318 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2353 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2319 </target> 2354 </target>
@@ -2383,10 +2418,14 @@
2383 </context-group> 2418 </context-group>
2384 </trans-unit> 2419 </trans-unit>
2385 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2420 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2386 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2421 <source>
2422 Image that will be merged with your audio file.
2423 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2424 The chosen image will be definitive and cannot be modified.
2425 </source>
2387 <target state="new"> 2426 <target state="new">
2388 Image that will be merged with your audio file. 2427 Image that will be merged with your audio file.
2389 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2428 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2390 The chosen image will be definitive and cannot be modified. 2429 The chosen image will be definitive and cannot be modified.
2391 </target> 2430 </target>
2392 <context-group purpose="location"> 2431 <context-group purpose="location">
@@ -2445,7 +2484,10 @@
2445 </context-group> 2484 </context-group>
2446 </trans-unit> 2485 </trans-unit>
2447 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2486 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2448 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2487 <source>
2488 You can import any torrent file that points to a mp4 file.
2489 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2490 </source>
2449 <target state="new"> 2491 <target state="new">
2450 You can import any torrent file that points to a mp4 file. 2492 You can import any torrent file that points to a mp4 file.
2451 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2493 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
@@ -2466,11 +2508,15 @@
2466 </context-group> 2508 </context-group>
2467 </trans-unit> 2509 </trans-unit>
2468 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2510 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2469 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2511 <source>
2512 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2513 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2514 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2515 </source>
2470 <target state="new"> 2516 <target state="new">
2471 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2517 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2472 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2518 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2473 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2519 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2474 </target> 2520 </target>
2475 <context-group purpose="location"> 2521 <context-group purpose="location">
2476 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2522 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2698,9 +2744,9 @@
2698 </context-group> 2744 </context-group>
2699 </trans-unit> 2745 </trans-unit>
2700 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2746 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2701 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2747 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2702 <target state="new"> 2748 <target state="new">
2703 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2749 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2704 </target> 2750 </target>
2705 <context-group purpose="location"> 2751 <context-group purpose="location">
2706 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2752 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2708,9 +2754,9 @@
2708 </context-group> 2754 </context-group>
2709 </trans-unit> 2755 </trans-unit>
2710 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2756 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2711 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2757 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2712 <target state="new"> 2758 <target state="new">
2713 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2759 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2714 </target> 2760 </target>
2715 <context-group purpose="location"> 2761 <context-group purpose="location">
2716 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2762 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2789,31 +2835,31 @@
2789 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2835 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2790 <source>Friendly Reminder:</source> 2836 <source>Friendly Reminder:</source>
2791 <target state="new">Friendly Reminder: </target> 2837 <target state="new">Friendly Reminder: </target>
2792 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2838
2793 </trans-unit> 2839 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2794 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2840 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2795 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2841 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2796 <target state="new"> 2842 <target state="new">
2797 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2843 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2798 </target> 2844 </target>
2799 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2845
2800 </trans-unit> 2846 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2801 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2847 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2802 <source>More information</source> 2848 <source>More information</source>
2803 <target>Més informació</target> 2849 <target>Més informació</target>
2804 <context-group name="null"> 2850 <context-group name="null">
2805 <context context-type="linenumber">215</context> 2851 <context context-type="linenumber">215</context>
2806 </context-group> 2852 </context-group>
2807 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2853
2808 </trans-unit> 2854 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2809 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2855 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2810 <source>Get more information</source> 2856 <source>Get more information</source>
2811 <target>Obtenir més informació</target> 2857 <target>Obtenir més informació</target>
2812 <context-group name="null"> 2858 <context-group name="null">
2813 <context context-type="linenumber">215</context> 2859 <context context-type="linenumber">215</context>
2814 </context-group> 2860 </context-group>
2815 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2861
2816 </trans-unit> 2862 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2817 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2863 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2818 <source>OK</source> 2864 <source>OK</source>
2819 <target> 2865 <target>
@@ -2822,8 +2868,8 @@
2822 <context-group name="null"> 2868 <context-group name="null">
2823 <context context-type="linenumber">218</context> 2869 <context context-type="linenumber">218</context>
2824 </context-group> 2870 </context-group>
2825 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2871
2826 </trans-unit> 2872 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2827 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2873 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2828 <source>1 Comment</source> 2874 <source>1 Comment</source>
2829 <target state="new">1 Comment</target> 2875 <target state="new">1 Comment</target>
@@ -2956,7 +3002,11 @@
2956 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
2957 </trans-unit> 3003 </trans-unit>
2958 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html"> 3004 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html">
2959 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3005 <source>
3006 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
3007 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3008 from within the software's interface.
3009 </source>
2960 <target state="new"> 3010 <target state="new">
2961 Otherwise, you can comment using an account on any ActivityPub-compatible instance. 3011 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2962 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3012 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -2990,8 +3040,8 @@
2990 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3040 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2991 <source>This comment has been deleted</source> 3041 <source>This comment has been deleted</source>
2992 <target state="new">This comment has been deleted</target> 3042 <target state="new">This comment has been deleted</target>
2993 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 3043
2994 </trans-unit> 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2995 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3045 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2996 <source>Users</source> 3046 <source>Users</source>
2997 <target> 3047 <target>
@@ -3149,22 +3199,52 @@
3149 <context-group name="null"> 3199 <context-group name="null">
3150 <context context-type="linenumber">10</context> 3200 <context context-type="linenumber">10</context>
3151 </context-group> 3201 </context-group>
3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3202
3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3203
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3205 <source>Delayed.</source><target state="new">Delayed.</target>
3206 <context-group purpose="location">
3207 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3208 <context context-type="linenumber">42</context>
3209 </context-group>
3210 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3211 <source>Will start soon...</source><target state="new">Will start soon...</target>
3212 <context-group purpose="location">
3213 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3214 <context context-type="linenumber">43</context>
3215 </context-group>
3216 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3217 <source>Running...</source><target state="new">Running...</target>
3218 <context-group purpose="location">
3219 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3220 <context context-type="linenumber">44</context>
3221 </context-group>
3222 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3223 <source>Finished</source><target state="new">Finished</target>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3226 <context context-type="linenumber">45</context>
3227 </context-group>
3228 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3229 <source>Failed</source><target state="new">Failed</target>
3230 <context-group purpose="location">
3231 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3232 <context context-type="linenumber">46</context>
3233 </context-group>
3154 </trans-unit> 3234 </trans-unit>
3155 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3235 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3156 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3236 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3157 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3237 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3158 <context-group name="null"> 3238 <context-group name="null">
3159 <context context-type="linenumber">11</context> 3239 <context context-type="linenumber">11</context>
3160 </context-group> 3240 </context-group>
3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3241
3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3242
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3243
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3244
3165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3245
3166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3246
3167 </trans-unit> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3168 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3248 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3169 <source>Accepted</source> 3249 <source>Accepted</source>
3170 <target state="new">Accepted</target> 3250 <target state="new">Accepted</target>
@@ -3198,8 +3278,8 @@
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3199 </trans-unit> 3279 </trans-unit>
3200 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3280 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3201 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3281 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3202 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3282 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3203 <context-group purpose="location"> 3283 <context-group purpose="location">
3204 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3284 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3205 <context context-type="linenumber">21</context> 3285 <context context-type="linenumber">21</context>
@@ -3263,9 +3343,12 @@
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 3343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group>
3264 </trans-unit> 3344 </trans-unit>
3265 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345"> 3345 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
3266 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3346 <source>
3347 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3348 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3349 </source>
3267 <target> 3350 <target>
3268 La transcodificació està habilitada al servidor. La quota de vídeo només té en compte el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vídeo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> original. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3351 La transcodificació està habilitada al servidor. La quota de vídeo només té en compte el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vídeo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> original. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3269 Com a màxim, aquest usuari pot utilitzar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3352 Com a màxim, aquest usuari pot utilitzar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3270 </target> 3353 </target>
3271 <context-group name="null"> 3354 <context-group name="null">
@@ -3379,16 +3462,16 @@
3379 </context-group> 3462 </context-group>
3380 </trans-unit> 3463 </trans-unit>
3381 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3464 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3382 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3465 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3383 <target>Nom d'usuari <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3466 <target>Nom d'usuari <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3384 <context-group name="null"> 3467 <context-group name="null">
3385 <context context-type="linenumber">40</context> 3468 <context context-type="linenumber">40</context>
3386 </context-group> 3469 </context-group>
3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group>
3388 </trans-unit> 3471 </trans-unit>
3389 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3472 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3390 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3473 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3391 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3474 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3392 <context-group purpose="location"> 3475 <context-group purpose="location">
3393 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3476 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3394 <context context-type="linenumber">42</context> 3477 <context context-type="linenumber">42</context>
@@ -3479,8 +3562,8 @@
3479 </context-group> 3562 </context-group>
3480 </trans-unit> 3563 </trans-unit>
3481 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3564 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3482 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3565 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3483 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3566 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3484 <context-group purpose="location"> 3567 <context-group purpose="location">
3485 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3568 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3486 <context context-type="linenumber">8</context> 3569 <context context-type="linenumber">8</context>
@@ -3503,8 +3586,8 @@
3503 </context-group> 3586 </context-group>
3504 </trans-unit> 3587 </trans-unit>
3505 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3588 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3506 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3589 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3507 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3590 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3508 <context-group purpose="location"> 3591 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3592 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3510 <context context-type="linenumber">11</context> 3593 <context context-type="linenumber">11</context>
@@ -3585,15 +3668,15 @@
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group> 3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
3586 </trans-unit> 3669 </trans-unit>
3587 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3670 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3588 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3671 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3589 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3672 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group>
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group>
3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3593 </trans-unit> 3676 </trans-unit>
3594 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3677 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3595 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3678 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3596 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3679 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3597 <context-group purpose="location"> 3680 <context-group purpose="location">
3598 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3681 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3599 <context context-type="linenumber">18</context> 3682 <context context-type="linenumber">18</context>
@@ -3645,8 +3728,8 @@
3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3646 </trans-unit> 3729 </trans-unit>
3647 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3730 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3648 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3731 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3649 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3732 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3650 <context-group purpose="location"> 3733 <context-group purpose="location">
3651 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3734 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3652 <context context-type="linenumber">9</context> 3735 <context context-type="linenumber">9</context>
@@ -3852,6 +3935,18 @@
3852 <context context-type="linenumber">2</context> 3935 <context context-type="linenumber">2</context>
3853 </context-group> 3936 </context-group>
3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3938 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3939 <source>Job type</source><target state="new">Job type</target>
3940 <context-group purpose="location">
3941 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3942 <context context-type="linenumber">5</context>
3943 </context-group>
3944 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3945 <source>Job state</source><target state="new">Job state</target>
3946 <context-group purpose="location">
3947 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3948 <context context-type="linenumber">14</context>
3949 </context-group>
3855 </trans-unit> 3950 </trans-unit>
3856 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3951 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3857 <source>Type</source> 3952 <source>Type</source>
@@ -3861,24 +3956,16 @@
3861 </context-group> 3956 </context-group>
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3863 </trans-unit> 3958 </trans-unit>
3864 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3959
3865 <source>Processed on</source> 3960
3866 <target state="new">Processed on</target>
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3868 </trans-unit>
3869 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3870 <source>Finished on</source>
3871 <target state="new">Finished on</target>
3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3873 </trans-unit>
3874 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3961 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3875 <source>Refresh</source> 3962 <source>Refresh</source>
3876 <target state="new">Refresh</target> 3963 <target state="new">Refresh</target>
3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3878 </trans-unit> 3965 </trans-unit>
3879 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3966 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3880 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 3967 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3881 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 3968 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3882 <context-group purpose="location"> 3969 <context-group purpose="location">
3883 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 3970 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3884 <context context-type="linenumber">32</context> 3971 <context context-type="linenumber">32</context>
@@ -3951,9 +4038,12 @@
3951 </context-group> 4038 </context-group>
3952 </trans-unit> 4039 </trans-unit>
3953 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 4040 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3954 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4041 <source>
4042 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4043 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4044 </source>
3955 <target state="new"> 4045 <target state="new">
3956 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4046 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3957 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4047 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3958 </target> 4048 </target>
3959 <context-group purpose="location"> 4049 <context-group purpose="location">
@@ -3970,9 +4060,9 @@
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group> 4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group>
3971 </trans-unit> 4061 </trans-unit>
3972 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 4062 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3973 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4063 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
3974 <target state="new"> 4064 <target state="new">
3975 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4065 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
3976 </target> 4066 </target>
3977 <context-group purpose="location"> 4067 <context-group purpose="location">
3978 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4068 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4393,12 +4483,18 @@
4393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group> 4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group>
4394 </trans-unit> 4484 </trans-unit>
4395 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 4485 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
4396 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4486 <source>
4487 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4488 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4489 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4490 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4491 to see if you instance is whitelisted.
4492 </source>
4397 <target state="new"> 4493 <target state="new">
4398 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4494 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4399 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4495 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4400 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4496 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4401 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4497 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4402 to see if you instance is whitelisted. 4498 to see if you instance is whitelisted.
4403 </target> 4499 </target>
4404 <context-group purpose="location"> 4500 <context-group purpose="location">
@@ -4469,19 +4565,30 @@
4469 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4565 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4470 <context context-type="linenumber">486</context> 4566 <context context-type="linenumber">486</context>
4471 </context-group> 4567 </context-group>
4472 </trans-unit> 4568 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4473 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4569 <source>
4474 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4570 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4475 <target state="new"> 4571
4476 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4572 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4477 4573
4478 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4574 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4575
4576 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4577 </source><target state="new">
4578 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4579
4580 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4581
4582 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4583
4584 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4479 </target> 4585 </target>
4480 <context-group purpose="location"> 4586 <context-group purpose="location">
4481 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4587 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4482 <context context-type="linenumber">501</context> 4588 <context context-type="linenumber">501</context>
4483 </context-group> 4589 </context-group>
4484 </trans-unit> 4590 </trans-unit>
4591
4485 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4592 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4486 <source>WebTorrent support enabled</source> 4593 <source>WebTorrent support enabled</source>
4487 <target state="new">WebTorrent support enabled</target> 4594 <target state="new">WebTorrent support enabled</target>
@@ -4491,108 +4598,128 @@
4491 </context-group> 4598 </context-group>
4492 </trans-unit> 4599 </trans-unit>
4493 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4600 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4494 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4601 <source>
4602 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4603
4604 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4605 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4606 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4607 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4608 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4609 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4610
4611 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4612 </source>
4495 <target state="new"> 4613 <target state="new">
4496 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4614 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4497 4615
4498 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4616 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4499 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4617 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4500 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4618 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4501 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4619 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4502 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4620 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4503 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4621 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4504 4622
4505 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4623 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4506 </target> 4624 </target>
4507 <context-group purpose="location"> 4625
4508 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4509 <context context-type="linenumber">518</context>
4510 </context-group>
4511 </trans-unit>
4512 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4627 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4513 <source>HLS support enabled</source> 4628 <source>HLS support enabled</source>
4514 <target state="new">HLS support enabled</target> 4629 <target state="new">HLS support enabled</target>
4515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4630
4516 </trans-unit> 4631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4517 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4632 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4518 <source>Transcoding threads</source> 4633 <source>Transcoding threads</source>
4519 <target>Subprocessos per la transcodificació</target> 4634 <target>Subprocessos per la transcodificació</target>
4520 <context-group name="null"> 4635 <context-group name="null">
4521 <context context-type="linenumber">517</context> 4636 <context context-type="linenumber">517</context>
4522 </context-group> 4637 </context-group>
4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4638
4524 </trans-unit> 4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4525 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4640 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4526 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4641 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4527 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4642 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4643
4529 </trans-unit> 4644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4530 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4645 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4531 <source>Cache</source> 4646 <source>Cache</source>
4532 <target>Memòria cau</target> 4647 <target>Memòria cau</target>
4533 <context-group name="null"> 4648 <context-group name="null">
4534 <context context-type="linenumber">541</context> 4649 <context context-type="linenumber">541</context>
4535 </context-group> 4650 </context-group>
4536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4651
4537 </trans-unit> 4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4538 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4653 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4539 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4654 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4540 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4655 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4656
4542 </trans-unit> 4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4543 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4658 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4544 <source>Previews cache size</source> 4659 <source>Previews cache size</source>
4545 <target>Memòria cau per a visualitzacions prèvies</target> 4660 <target>Memòria cau per a visualitzacions prèvies</target>
4546 <context-group name="null"> 4661 <context-group name="null">
4547 <context context-type="linenumber">552</context> 4662 <context context-type="linenumber">552</context>
4548 </context-group> 4663 </context-group>
4549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4664
4550 </trans-unit> 4665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4551 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4666 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4552 <source>Video captions cache size</source> 4667 <source>Video captions cache size</source>
4553 <target state="new">Video captions cache size</target> 4668 <target state="new">Video captions cache size</target>
4554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4669
4555 </trans-unit> 4670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4556 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4671 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4557 <source>Customizations</source> 4672 <source>Customizations</source>
4558 <target>Personalitzacions</target> 4673 <target>Personalitzacions</target>
4559 <context-group name="null"> 4674 <context-group name="null">
4560 <context context-type="linenumber">570</context> 4675 <context context-type="linenumber">570</context>
4561 </context-group> 4676 </context-group>
4562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4677
4563 </trans-unit> 4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4564 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4679 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4565 <source>JavaScript</source> 4680 <source>JavaScript</source>
4566 <target>JavaScript</target> 4681 <target>JavaScript</target>
4567 <context-group name="null"> 4682 <context-group name="null">
4568 <context context-type="linenumber">575</context> 4683 <context context-type="linenumber">575</context>
4569 </context-group> 4684 </context-group>
4570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4685
4571 </trans-unit> 4686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4572 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4687 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4573 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4688 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4574 <target state="new"> 4689 <target state="new">
4575 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4690 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4576 </target> 4691 </target>
4577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4692
4578 </trans-unit> 4693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4579 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4694 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4580 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4695 <source>
4696 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4697<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4698 color: red;
4699<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4700<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4701
4702 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4703<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4704 color: red;
4705<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4706<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4707 </source>
4581 <target state="new"> 4708 <target state="new">
4582 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4709 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4583<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4710<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4584 color: red; 4711 color: red;
4585<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4712<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4586<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4713<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4587 4714
4588 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4715 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4589<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4716<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4590 color: red; 4717 color: red;
4591<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4718<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4592<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4719<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4593 </target> 4720 </target>
4594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4721
4595 </trans-unit> 4722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4596 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4723 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4597 <source>Advanced configuration</source> 4724 <source>Advanced configuration</source>
4598 <target>Configuració avançada</target> 4725 <target>Configuració avançada</target>
@@ -4607,13 +4734,13 @@
4607 <context-group name="null"> 4734 <context-group name="null">
4608 <context context-type="linenumber">628</context> 4735 <context context-type="linenumber">628</context>
4609 </context-group> 4736 </context-group>
4610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4737
4611 </trans-unit> 4738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4612 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4739 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4613 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4740 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4614 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4741 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4742
4616 </trans-unit> 4743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4617 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4744 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4618 <source>Total video quota:</source> 4745 <source>Total video quota:</source>
4619 <target state="new">Total video quota:</target> 4746 <target state="new">Total video quota:</target>
@@ -4706,9 +4833,9 @@
4706 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
4707 </trans-unit> 4834 </trans-unit>
4708 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4835 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4709 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4836 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4710 <target state="new"> 4837 <target state="new">
4711 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4838 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4712 </target> 4839 </target>
4713 <context-group purpose="location"> 4840 <context-group purpose="location">
4714 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4841 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -4764,9 +4891,9 @@
4764 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 4891 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
4765 </trans-unit> 4892 </trans-unit>
4766 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4893 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4767 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4894 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4768 <target state="new"> 4895 <target state="new">
4769 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4896 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4770</target> 4897</target>
4771 <context-group purpose="location"> 4898 <context-group purpose="location">
4772 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4899 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4774,9 +4901,9 @@
4774 </context-group> 4901 </context-group>
4775 </trans-unit> 4902 </trans-unit>
4776 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4903 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4777 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4904 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4778 <target state="new"> 4905 <target state="new">
4779 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification 4906 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification
4780</target> 4907</target>
4781 <context-group purpose="location"> 4908 <context-group purpose="location">
4782 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4909 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4886,10 +5013,13 @@
4886 </context-group> 5013 </context-group>
4887 </trans-unit> 5014 </trans-unit>
4888 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5015 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4889 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5016 <source>
5017 Created
5018 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5019 </source>
4890 <target state="new"> 5020 <target state="new">
4891 Created 5021 Created
4892 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5022 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4893 </target> 5023 </target>
4894 <context-group purpose="location"> 5024 <context-group purpose="location">
4895 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5025 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4970,8 +5100,9 @@
4970 </context-group> 5100 </context-group>
4971 </trans-unit> 5101 </trans-unit>
4972 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 5102 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
4973 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5103 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4974 <target>Text breu per dir a la gent com poden donar suport al teu canal (plataforma de pertinença ...).S&lt;br /&gt;&lt;br /&gt; 5104When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5105 <target>Text breu per dir a la gent com poden donar suport al teu canal (plataforma de pertinença ...).S&lt;br />&lt;br />
4975Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirà automàticament amb aquest text.</target> 5106Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirà automàticament amb aquest text.</target>
4976 <context-group name="null"> 5107 <context-group name="null">
4977 <context context-type="linenumber">52</context> 5108 <context context-type="linenumber">52</context>
@@ -5082,9 +5213,12 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5082 </context-group> 5213 </context-group>
5083 </trans-unit> 5214 </trans-unit>
5084 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5215 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5085 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5216 <source>
5217 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5218 Delete history
5219 </source>
5086 <target state="new"> 5220 <target state="new">
5087 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5221 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5088 Delete history 5222 Delete history
5089 </target> 5223 </target>
5090 <context-group purpose="location"> 5224 <context-group purpose="location">
@@ -5101,9 +5235,12 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5101 </context-group> 5235 </context-group>
5102 </trans-unit> 5236 </trans-unit>
5103 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5237 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5104 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5238 <source>
5239 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5240 Notification preferences
5241 </source>
5105 <target state="new"> 5242 <target state="new">
5106 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5243 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5107 Notification preferences 5244 Notification preferences
5108 </target> 5245 </target>
5109 <context-group purpose="location"> 5246 <context-group purpose="location">
@@ -5114,11 +5251,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5114 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5251 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5115 <source>All read</source> 5252 <source>All read</source>
5116 <target state="new">All read</target> 5253 <target state="new">All read</target>
5117 <context-group purpose="location"> 5254
5118 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5255 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5119 <context context-type="linenumber">12</context>
5120 </context-group>
5121 </trans-unit>
5122 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5256 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5123 <source>Activities</source> 5257 <source>Activities</source>
5124 <target state="new">Activities</target> 5258 <target state="new">Activities</target>
@@ -5179,9 +5313,9 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5179 </context-group> 5313 </context-group>
5180 </trans-unit> 5314 </trans-unit>
5181 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5315 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5182 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5316 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5183 <target state="new"> 5317 <target state="new">
5184 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5318 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5185 </target> 5319 </target>
5186 <context-group purpose="location"> 5320 <context-group purpose="location">
5187 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5321 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5582,10 +5716,13 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5582 </context-group> 5716 </context-group>
5583 </trans-unit> 5717 </trans-unit>
5584 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5718 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5585 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5719 <source>
5720 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5721 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5722 </source>
5586 <target state="new"> 5723 <target state="new">
5587 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 5724 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5588 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5725 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5589 </target> 5726 </target>
5590 <context-group purpose="location"> 5727 <context-group purpose="location">
5591 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5728 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5593,9 +5730,9 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5593 </context-group> 5730 </context-group>
5594 </trans-unit> 5731 </trans-unit>
5595 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5732 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5596 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5733 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5597 <target state="new"> 5734 <target state="new">
5598 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5735 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5599 </target> 5736 </target>
5600 <context-group purpose="location"> 5737 <context-group purpose="location">
5601 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5738 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5603,7 +5740,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5603 </context-group> 5740 </context-group>
5604 </trans-unit> 5741 </trans-unit>
5605 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5742 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5606 <source>Use PeerTube documentation</source> 5743 <source>Use PeerTube
5744 documentation</source>
5607 <target state="new">Use PeerTube 5745 <target state="new">Use PeerTube
5608 documentation</target> 5746 documentation</target>
5609 <context-group purpose="location"> 5747 <context-group purpose="location">
@@ -5622,7 +5760,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5622 </context-group> 5760 </context-group>
5623 </trans-unit> 5761 </trans-unit>
5624 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5762 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5625 <source>PeerTube Applications</source> 5763 <source>PeerTube
5764 Applications</source>
5626 <target state="new">PeerTube 5765 <target state="new">PeerTube
5627 Applications</target> 5766 Applications</target>
5628 <context-group purpose="location"> 5767 <context-group purpose="location">
@@ -5641,7 +5780,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5641 </context-group> 5780 </context-group>
5642 </trans-unit> 5781 </trans-unit>
5643 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5782 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5644 <source>Contribute on PeerTube</source> 5783 <source>Contribute on
5784 PeerTube</source>
5645 <target state="new">Contribute on 5785 <target state="new">Contribute on
5646 PeerTube</target> 5786 PeerTube</target>
5647 <context-group purpose="location"> 5787 <context-group purpose="location">
@@ -5668,7 +5808,10 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5808 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5669 </trans-unit> 5809 </trans-unit>
5670 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5810 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5671 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5811 <source>
5812 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5813 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5814 </source>
5672 <target state="new"> 5815 <target state="new">
5673 PeerTube uses the BitTorrent protocol to share bandwidth between users. 5816 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5674 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 5817 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
@@ -5687,7 +5830,10 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5687 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5830 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5688 </trans-unit> 5831 </trans-unit>
5689 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5832 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5690 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5833 <source>
5834 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5835 In practice, this is much more difficult because:
5836 </source>
5691 <target state="new"> 5837 <target state="new">
5692 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 5838 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5693 In practice, this is much more difficult because: 5839 In practice, this is much more difficult because:
@@ -5698,7 +5844,10 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5698 </context-group> 5844 </context-group>
5699 </trans-unit> 5845 </trans-unit>
5700 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5846 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5701 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5847 <source>
5848 An HTTP request has to be sent on each tracker for each video to spy.
5849 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5850 </source>
5702 <target state="new"> 5851 <target state="new">
5703 An HTTP request has to be sent on each tracker for each video to spy. 5852 An HTTP request has to be sent on each tracker for each video to spy.
5704 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 5853 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -5709,7 +5858,11 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5709 </context-group> 5858 </context-group>
5710 </trans-unit> 5859 </trans-unit>
5711 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5860 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5712 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5861 <source>
5862 For each request sent, the tracker returns random peers at a limited number.
5863 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5864 requests sent to know every peers in the swarm
5865 </source>
5713 <target state="new"> 5866 <target state="new">
5714 For each request sent, the tracker returns random peers at a limited number. 5867 For each request sent, the tracker returns random peers at a limited number.
5715 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 5868 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
@@ -5731,7 +5884,10 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5731 </context-group> 5884 </context-group>
5732 </trans-unit> 5885 </trans-unit>
5733 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5886 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5734 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5887 <source>
5888 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5889 video
5890 </source>
5735 <target state="new"> 5891 <target state="new">
5736 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 5892 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5737 video 5893 video
@@ -5752,13 +5908,19 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5752 </context-group> 5908 </context-group>
5753 </trans-unit> 5909 </trans-unit>
5754 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5910 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5755 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5911 <source>
5912 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5913 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5914 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5915 to forward the information to.
5916 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5917 </source>
5756 <target state="new"> 5918 <target state="new">
5757 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 5919 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5758 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 5920 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5759 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 5921 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5760 to forward the information to. 5922 to forward the information to.
5761 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 5923 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5762 </target> 5924 </target>
5763 <context-group purpose="location"> 5925 <context-group purpose="location">
5764 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5926 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5766,7 +5928,10 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5766 </context-group> 5928 </context-group>
5767 </trans-unit> 5929 </trans-unit>
5768 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5930 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5769 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5931 <source>
5932 The worst-case scenario of an average person spying on their friends is quite unlikely.
5933 There are much more effective ways to get that kind of information.
5934 </source>
5770 <target state="new"> 5935 <target state="new">
5771 The worst-case scenario of an average person spying on their friends is quite unlikely. 5936 The worst-case scenario of an average person spying on their friends is quite unlikely.
5772 There are much more effective ways to get that kind of information. 5937 There are much more effective ways to get that kind of information.
@@ -5782,7 +5947,11 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5782 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5947 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5783 </trans-unit> 5948 </trans-unit>
5784 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5949 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5785 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5950 <source>
5951 The threats to privacy in YouTube are different from PeerTube's.
5952 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5953 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5954 </source>
5786 <target state="new"> 5955 <target state="new">
5787 The threats to privacy in YouTube are different from PeerTube's. 5956 The threats to privacy in YouTube are different from PeerTube's.
5788 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 5957 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -5802,7 +5971,12 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5802 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 5971 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5803 </trans-unit> 5972 </trans-unit>
5804 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 5973 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5805 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 5974 <source>
5975 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5976 your IP in their connection logs: ISP/routers/trackers/CDN and more.
5977 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
5978 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
5979 </source>
5806 <target state="new"> 5980 <target state="new">
5807 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 5981 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5808 your IP in their connection logs: ISP/routers/trackers/CDN and more. 5982 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -5823,7 +5997,10 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5823 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 5997 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5824 </trans-unit> 5998 </trans-unit>
5825 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 5999 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5826 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 6000 <source>
6001 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
6002 In the meantime, we want to test different ideas related to this issue:
6003 </source>
5827 <target state="new"> 6004 <target state="new">
5828 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. 6005 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5829 In the meantime, we want to test different ideas related to this issue: 6006 In the meantime, we want to test different ideas related to this issue:
@@ -5866,7 +6043,9 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5866 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6043 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5867 </trans-unit> 6044 </trans-unit>
5868 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 6045 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5869 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 6046 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
6047 automatized program
6048 </source>
5870 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the 6049 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
5871 automatized program 6050 automatized program
5872 </target> 6051 </target>
@@ -5908,8 +6087,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5908 </context-group> 6087 </context-group>
5909 </trans-unit> 6088 </trans-unit>
5910 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6089 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5911 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6090 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5912 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6091 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5913 <context-group purpose="location"> 6092 <context-group purpose="location">
5914 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6093 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5915 <context context-type="linenumber">3</context> 6094 <context context-type="linenumber">3</context>
@@ -5992,9 +6171,12 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
5992 </context-group> 6171 </context-group>
5993 </trans-unit> 6172 </trans-unit>
5994 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6173 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5995 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6174 <source>
6175 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6176 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6177 </source>
5996 <target state="new"> 6178 <target state="new">
5997 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6179 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5998 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6180 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
5999 </target> 6181 </target>
6000 <context-group purpose="location"> 6182 <context-group purpose="location">
@@ -6075,11 +6257,16 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
6075 </context-group> 6257 </context-group>
6076 </trans-unit> 6258 </trans-unit>
6077 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6259 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6078 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6260 <source>
6261 I am at least 16 years old and agree
6262 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6263 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6264 of this instance
6265 </source>
6079 <target state="new"> 6266 <target state="new">
6080 I am at least 16 years old and agree 6267 I am at least 16 years old and agree
6081 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6268 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6082 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6269 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6083 of this instance 6270 of this instance
6084 </target> 6271 </target>
6085 <context-group purpose="location"> 6272 <context-group purpose="location">
@@ -6155,6 +6342,12 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
6155 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6342 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6156 <context context-type="linenumber">1</context> 6343 <context context-type="linenumber">1</context>
6157 </context-group> 6344 </context-group>
6345 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6346 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6347 <context-group purpose="location">
6348 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6349 <context context-type="linenumber">1</context>
6350 </context-group>
6158 </trans-unit> 6351 </trans-unit>
6159 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 6352 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
6160 <source>240p</source> 6353 <source>240p</source>
@@ -6428,8 +6621,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
6428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group> 6621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group>
6429 </trans-unit> 6622 </trans-unit>
6430 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 6623 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6431 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6624 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6432 <target>Si ho confirmes, enviaràs una sol·licitud de seguiment a:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target> 6625 <target>Si ho confirmes, enviaràs una sol·licitud de seguiment a:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6433 <context-group name="null"> 6626 <context-group name="null">
6434 <context context-type="linenumber">1</context> 6627 <context context-type="linenumber">1</context>
6435 </context-group> 6628 </context-group>
@@ -7716,8 +7909,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
7716 </context-group> 7909 </context-group>
7717 </trans-unit> 7910 </trans-unit>
7718 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 7911 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7719 <source>Long (&gt; 10 min)</source> 7912 <source>Long (> 10 min)</source>
7720 <target state="new">Long (&gt; 10 min)</target> 7913 <target state="new">Long (> 10 min)</target>
7721 <context-group purpose="location"> 7914 <context-group purpose="location">
7722 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 7915 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7723 <context context-type="linenumber">1</context> 7916 <context context-type="linenumber">1</context>
@@ -9059,8 +9252,8 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
9059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9060 </trans-unit> 9253 </trans-unit>
9061 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9254 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9062 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9255 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9063 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que suporta:</target> 9256 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible que suporta:</target>
9064 <context-group name="null"> 9257 <context-group name="null">
9065 <context context-type="linenumber">1</context> 9258 <context context-type="linenumber">1</context>
9066 </context-group> 9259 </context-group>
@@ -9337,6 +9530,12 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
9337 <context context-type="linenumber">1</context> 9530 <context context-type="linenumber">1</context>
9338 </context-group> 9531 </context-group>
9339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9533 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9534 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9535 <context-group purpose="location">
9536 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9537 <context context-type="linenumber">1</context>
9538 </context-group>
9340 </trans-unit> 9539 </trans-unit>
9341 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 9540 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
9342 <source>Subscribed</source> 9541 <source>Subscribed</source>
@@ -9528,6 +9727,18 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
9528 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9727 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9529 <context context-type="linenumber">1</context> 9728 <context context-type="linenumber">1</context>
9530 </context-group> 9729 </context-group>
9730 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9731 <source>Add to watch later</source><target state="new">Add to watch later</target>
9732 <context-group purpose="location">
9733 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9734 <context context-type="linenumber">1</context>
9735 </context-group>
9736 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9737 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9738 <context-group purpose="location">
9739 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9740 <context context-type="linenumber">1</context>
9741 </context-group>
9531 </trans-unit> 9742 </trans-unit>
9532 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9743 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9533 <source>Only I can see this video</source> 9744 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index b14b34adb..610d9f691 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -412,8 +412,8 @@
412 <context-group name="null"> 412 <context-group name="null">
413 <context context-type="linenumber">9</context> 413 <context context-type="linenumber">9</context>
414 </context-group> 414 </context-group>
415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 415
416 </trans-unit> 416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
417 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 417 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
418 <source>Start at</source> 418 <source>Start at</source>
419 <target>Začít v čase</target> 419 <target>Začít v čase</target>
@@ -461,31 +461,40 @@
461 <context context-type="linenumber">74</context> 461 <context context-type="linenumber">74</context>
462 </context-group> 462 </context-group>
463 463
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
465 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 465 <source>video</source><target state="new">video</target>
466 <source>Download video</source> 466 <context-group purpose="location">
467 <target>Stáhnout video</target> 467 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
468 <context-group name="null"> 468 <context context-type="linenumber">4</context>
469 <context context-type="linenumber">3</context> 469 </context-group>
470 <context-group purpose="location">
471 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
472 <context context-type="linenumber">12</context>
473 </context-group>
474 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
475 <source>subtitles</source><target state="new">subtitles</target>
476 <context-group purpose="location">
477 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
478 <context context-type="linenumber">11</context>
470 </context-group> 479 </context-group>
471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
472 </trans-unit> 480 </trans-unit>
481
473 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 482 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
474 <source>Direct download</source> 483 <source>Direct download</source>
475 <target>Přímý odkaz</target> 484 <target>Přímý odkaz</target>
476 <context-group name="null"> 485 <context-group name="null">
477 <context context-type="linenumber">27</context> 486 <context context-type="linenumber">27</context>
478 </context-group> 487 </context-group>
479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 488
480 </trans-unit> 489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
481 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 490 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
482 <source>Torrent (.torrent file)</source> 491 <source>Torrent (.torrent file)</source>
483 <target>Torrent (soubor .torrent)</target> 492 <target>Torrent (soubor .torrent)</target>
484 <context-group name="null"> 493 <context-group name="null">
485 <context context-type="linenumber">32</context> 494 <context context-type="linenumber">32</context>
486 </context-group> 495 </context-group>
487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 496
488 </trans-unit> 497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
489 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 498 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
490 <source>Cancel</source> 499 <source>Cancel</source>
491 <target> 500 <target>
@@ -496,15 +505,15 @@
496 </context-group> 505 </context-group>
497 506
498 507
499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
500 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 509 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
501 <source>Download</source> 510 <source>Download</source>
502 <target>Stáhnout</target> 511 <target>Stáhnout</target>
503 <context-group name="null"> 512 <context-group name="null">
504 <context context-type="linenumber">43</context> 513 <context context-type="linenumber">43</context>
505 </context-group> 514 </context-group>
506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 515
507 </trans-unit> 516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
508 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 517 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
509 <source>Report video</source> 518 <source>Report video</source>
510 <target>Nahlásit video</target> 519 <target>Nahlásit video</target>
@@ -584,35 +593,35 @@
584 <context-group name="null"> 593 <context-group name="null">
585 <context context-type="linenumber">6</context> 594 <context context-type="linenumber">6</context>
586 </context-group> 595 </context-group>
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 596
588 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 597
589 </trans-unit> 598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
590 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 599 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
591 <source>Private</source> 600 <source>Private</source>
592 <target>Soukromé</target> 601 <target>Soukromé</target>
593 <context-group name="null"> 602 <context-group name="null">
594 <context context-type="linenumber">7</context> 603 <context context-type="linenumber">7</context>
595 </context-group> 604 </context-group>
596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 605
597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 606
598 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 607
599 </trans-unit> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
600 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 609 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
601 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 610 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
602 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> shlédnutí</target> 611 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> shlédnutí</target>
603 <context-group name="null"> 612 <context-group name="null">
604 <context context-type="linenumber">24</context> 613 <context context-type="linenumber">24</context>
605 </context-group> 614 </context-group>
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 615
607 </trans-unit> 616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
608 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 617 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
609 <source>Blacklisted</source> 618 <source>Blacklisted</source>
610 <target state="new">Blacklisted</target> 619 <target state="new">Blacklisted</target>
611 <context-group name="null"> 620 <context-group name="null">
612 <context context-type="linenumber">42</context> 621 <context context-type="linenumber">42</context>
613 </context-group> 622 </context-group>
614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 623
615 </trans-unit> 624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
616 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 625 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
617 <source>Sensitive</source> 626 <source>Sensitive</source>
618 <target state="new"> 627 <target state="new">
@@ -621,8 +630,8 @@
621 <context-group name="null"> 630 <context-group name="null">
622 <context context-type="linenumber">46</context> 631 <context context-type="linenumber">46</context>
623 </context-group> 632 </context-group>
624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 633
625 </trans-unit> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
626 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 635 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
627 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 636 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
628 <target>{VAR_PLURAL, plural, =0 {Žádná videa} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videí} }</target> 637 <target>{VAR_PLURAL, plural, =0 {Žádná videa} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videí} }</target>
@@ -661,7 +670,7 @@
661 <source>Deleted</source> 670 <source>Deleted</source>
662 <target state="new">Deleted</target> 671 <target state="new">Deleted</target>
663 672
664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
665 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 674 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
666 <source>Edit starts/stops at</source> 675 <source>Edit starts/stops at</source>
667 <target>Upravit čas spuštění/zastavení</target> 676 <target>Upravit čas spuštění/zastavení</target>
@@ -695,16 +704,16 @@
695 <context-group name="null"> 704 <context-group name="null">
696 <context context-type="linenumber">20</context> 705 <context context-type="linenumber">20</context>
697 </context-group> 706 </context-group>
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 707
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 708
700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 709
701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 710
702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 711
703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 712
704 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 713
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 714
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 715
707 </trans-unit> 716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
708 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 717 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
709 <source>Delete</source> 718 <source>Delete</source>
710 <target>Odstranit</target> 719 <target>Odstranit</target>
@@ -979,7 +988,7 @@
979 </context-group> 988 </context-group>
980 989
981 990
982 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
983 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 992 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
984 <source>users</source> 993 <source>users</source>
985 <target state="new">users</target> 994 <target state="new">users</target>
@@ -1202,7 +1211,7 @@
1202 </context-group> 1211 </context-group>
1203 1212
1204 1213
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1214 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1206 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1215 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1207 <source>Forgot your password</source> 1216 <source>Forgot your password</source>
1208 <target>Zapomenuté heslo</target> 1217 <target>Zapomenuté heslo</target>
@@ -1595,7 +1604,7 @@
1595 </context-group> 1604 </context-group>
1596 1605
1597 1606
1598 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1607 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1599 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1608 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1600 <source>Help to translate PeerTube!</source> 1609 <source>Help to translate PeerTube!</source>
1601 <target> 1610 <target>
@@ -1623,6 +1632,12 @@
1623 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1632 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1624 <context context-type="linenumber">29</context> 1633 <context context-type="linenumber">29</context>
1625 </context-group> 1634 </context-group>
1635 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1636 <source>Help</source><target state="new">Help</target>
1637 <context-group purpose="location">
1638 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1639 <context context-type="linenumber">35</context>
1640 </context-group>
1626 </trans-unit> 1641 </trans-unit>
1627 1642
1628 1643
@@ -1633,7 +1648,7 @@
1633 <context context-type="linenumber">25</context> 1648 <context context-type="linenumber">25</context>
1634 </context-group> 1649 </context-group>
1635 1650
1636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1637 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1652 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1638 <source>Create an account</source> 1653 <source>Create an account</source>
1639 <target>Vytvořit účet</target> 1654 <target>Vytvořit účet</target>
@@ -1641,7 +1656,7 @@
1641 <context context-type="linenumber">33</context> 1656 <context context-type="linenumber">33</context>
1642 </context-group> 1657 </context-group>
1643 1658
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1645 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1660 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1646 <source>My library</source> 1661 <source>My library</source>
1647 <target>Moje knihovna</target> 1662 <target>Moje knihovna</target>
@@ -1649,7 +1664,7 @@
1649 <context context-type="linenumber">37</context> 1664 <context context-type="linenumber">37</context>
1650 </context-group> 1665 </context-group>
1651 1666
1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1653 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1668 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1654 <source>Videos</source> 1669 <source>Videos</source>
1655 <target>Videa</target> 1670 <target>Videa</target>
@@ -1660,7 +1675,7 @@
1660 1675
1661 1676
1662 1677
1663 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1664 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1679 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1665 <source>Playlists</source> 1680 <source>Playlists</source>
1666 <target>Seznamy videí</target> 1681 <target>Seznamy videí</target>
@@ -1668,7 +1683,7 @@
1668 <context context-type="linenumber">46</context> 1683 <context context-type="linenumber">46</context>
1669 </context-group> 1684 </context-group>
1670 1685
1671 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1672 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1687 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1673 <source>Subscriptions</source> 1688 <source>Subscriptions</source>
1674 <target>Odběry</target> 1689 <target>Odběry</target>
@@ -1676,7 +1691,7 @@
1676 <context context-type="linenumber">51</context> 1691 <context context-type="linenumber">51</context>
1677 </context-group> 1692 </context-group>
1678 1693
1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1680 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1695 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1681 <source>History</source> 1696 <source>History</source>
1682 <target>Historie</target> 1697 <target>Historie</target>
@@ -1684,7 +1699,7 @@
1684 <context context-type="linenumber">56</context> 1699 <context context-type="linenumber">56</context>
1685 </context-group> 1700 </context-group>
1686 1701
1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1688 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1703 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1689 <source>Discover</source> 1704 <source>Discover</source>
1690 <target state="new">Discover</target> 1705 <target state="new">Discover</target>
@@ -1692,7 +1707,7 @@
1692 <context context-type="linenumber">66</context> 1707 <context context-type="linenumber">66</context>
1693 </context-group> 1708 </context-group>
1694 1709
1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1710 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1696 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1711 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1697 <source>Trending</source> 1712 <source>Trending</source>
1698 <target>Trendy</target> 1713 <target>Trendy</target>
@@ -1700,12 +1715,12 @@
1700 <context context-type="linenumber">71</context> 1715 <context context-type="linenumber">71</context>
1701 </context-group> 1716 </context-group>
1702 1717
1703 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1718 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1704 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1719 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1705 <source>Most liked</source> 1720 <source>Most liked</source>
1706 <target state="new">Most liked</target> 1721 <target state="new">Most liked</target>
1707 1722
1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1709 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1724 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1710 <source>Recently added</source> 1725 <source>Recently added</source>
1711 <target>Nedávno přidané</target> 1726 <target>Nedávno přidané</target>
@@ -1713,7 +1728,7 @@
1713 <context context-type="linenumber">81</context> 1728 <context context-type="linenumber">81</context>
1714 </context-group> 1729 </context-group>
1715 1730
1716 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1731 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1717 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1732 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1718 <source>More</source> 1733 <source>More</source>
1719 <target>Další</target> 1734 <target>Další</target>
@@ -1721,7 +1736,7 @@
1721 <context context-type="linenumber">91</context> 1736 <context context-type="linenumber">91</context>
1722 </context-group> 1737 </context-group>
1723 1738
1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1725 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1740 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1726 <source>Administration</source> 1741 <source>Administration</source>
1727 <target>Administrace</target> 1742 <target>Administrace</target>
@@ -1729,7 +1744,7 @@
1729 <context context-type="linenumber">95</context> 1744 <context context-type="linenumber">95</context>
1730 </context-group> 1745 </context-group>
1731 1746
1732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1747 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1733 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1748 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1734 <source>About</source> 1749 <source>About</source>
1735 <target>O nás</target> 1750 <target>O nás</target>
@@ -1739,7 +1754,7 @@
1739 1754
1740 1755
1741 1756
1742 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1757 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1743 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1758 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1744 <source>Show keyboard shortcuts</source> 1759 <source>Show keyboard shortcuts</source>
1745 <target>Zobrazit klávesové zkratky</target> 1760 <target>Zobrazit klávesové zkratky</target>
@@ -1747,7 +1762,7 @@
1747 <context context-type="linenumber">111</context> 1762 <context context-type="linenumber">111</context>
1748 </context-group> 1763 </context-group>
1749 1764
1750 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1765 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1751 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1766 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1752 <source>View your notifications</source> 1767 <source>View your notifications</source>
1753 <target>Zobrazit vaše oznámení</target> 1768 <target>Zobrazit vaše oznámení</target>
@@ -1766,15 +1781,9 @@
1766 1781
1767 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1782 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1768 <source>Mark all as read</source><target state="new">Mark all as read</target> 1783 <source>Mark all as read</source><target state="new">Mark all as read</target>
1769 <context-group purpose="location"> 1784
1770 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1785
1771 <context context-type="linenumber">18</context> 1786 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1772 </context-group>
1773 <context-group purpose="location">
1774 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1775 <context context-type="linenumber">9</context>
1776 </context-group>
1777 </trans-unit>
1778 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1787 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1779 <source>Update your notification preferences</source> 1788 <source>Update your notification preferences</source>
1780 <target>Aktualizovat vaše předvolby oznámení</target> 1789 <target>Aktualizovat vaše předvolby oznámení</target>
@@ -1887,7 +1896,7 @@
1887 <context context-type="linenumber">45</context> 1896 <context context-type="linenumber">45</context>
1888 </context-group> 1897 </context-group>
1889 1898
1890 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1891 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1900 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1892 <source>Display sensitive content</source> 1901 <source>Display sensitive content</source>
1893 <target>Zobrazit citlivý obsah</target> 1902 <target>Zobrazit citlivý obsah</target>
@@ -2020,21 +2029,51 @@
2020 <context context-type="linenumber">115</context> 2029 <context context-type="linenumber">115</context>
2021 </context-group> 2030 </context-group>
2022 2031
2023 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 2032 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2033 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2034 <context-group purpose="location">
2035 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2036 <context context-type="linenumber">14</context>
2037 </context-group>
2038 <context-group purpose="location">
2039 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2040 <context context-type="linenumber">14</context>
2041 </context-group>
2042 <context-group purpose="location">
2043 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2044 <context context-type="linenumber">14</context>
2045 </context-group>
2046 <context-group purpose="location">
2047 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2048 <context context-type="linenumber">14</context>
2049 </context-group>
2050 <context-group purpose="location">
2051 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2052 <context context-type="linenumber">14</context>
2053 </context-group>
2054 <context-group purpose="location">
2055 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2056 <context context-type="linenumber">14</context>
2057 </context-group>
2058 <context-group purpose="location">
2059 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2060 <context context-type="linenumber">14</context>
2061 </context-group>
2062 </trans-unit>
2024 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2063 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
2025 <source>Display unlisted and private videos</source> 2064 <source>Display unlisted and private videos</source>
2026 <target>Zobrazit neuvedená a soukromá videa</target> 2065 <target>Zobrazit neuvedená a soukromá videa</target>
2027 <context-group name="null"> 2066 <context-group name="null">
2028 <context context-type="linenumber">14</context> 2067 <context context-type="linenumber">14</context>
2029 </context-group> 2068 </context-group>
2030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2069
2031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2070
2032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2071
2033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2072
2034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2073
2035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2074
2036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2075
2037 </trans-unit> 2076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2038 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2077 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2039 <source>Add caption</source> 2078 <source>Add caption</source>
2040 <target>Přidat titulek</target> 2079 <target>Přidat titulek</target>
@@ -2845,14 +2884,14 @@
2845 <source>Friendly Reminder:</source> 2884 <source>Friendly Reminder:</source>
2846 <target state="new">Friendly Reminder: </target> 2885 <target state="new">Friendly Reminder: </target>
2847 2886
2848 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2887 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2849 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2888 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2850 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2889 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2851 <target state="new"> 2890 <target state="new">
2852 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2891 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2853 </target> 2892 </target>
2854 2893
2855 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2894 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2856 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2895 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2857 <source>More information</source> 2896 <source>More information</source>
2858 <target>Více informací</target> 2897 <target>Více informací</target>
@@ -2860,7 +2899,7 @@
2860 <context context-type="linenumber">215</context> 2899 <context context-type="linenumber">215</context>
2861 </context-group> 2900 </context-group>
2862 2901
2863 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2902 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2864 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2903 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2865 <source>Get more information</source> 2904 <source>Get more information</source>
2866 <target>Získat více informací</target> 2905 <target>Získat více informací</target>
@@ -2868,7 +2907,7 @@
2868 <context context-type="linenumber">215</context> 2907 <context context-type="linenumber">215</context>
2869 </context-group> 2908 </context-group>
2870 2909
2871 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2910 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2872 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2911 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2873 <source>OK</source> 2912 <source>OK</source>
2874 <target> 2913 <target>
@@ -2878,7 +2917,7 @@
2878 <context context-type="linenumber">218</context> 2917 <context context-type="linenumber">218</context>
2879 </context-group> 2918 </context-group>
2880 2919
2881 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2920 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2882 <source>1 Comment</source><target state="new">1 Comment</target> 2921 <source>1 Comment</source><target state="new">1 Comment</target>
2883 <context-group purpose="location"> 2922 <context-group purpose="location">
2884 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2923 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -3039,7 +3078,7 @@
3039 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3040 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3079 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3041 3080
3042 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3081 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3043 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3082 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3044 <source>Users</source> 3083 <source>Users</source>
3045 <target> 3084 <target>
@@ -3198,7 +3237,37 @@
3198 3237
3199 3238
3200 3239
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3241 <source>Delayed.</source><target state="new">Delayed.</target>
3242 <context-group purpose="location">
3243 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3244 <context context-type="linenumber">42</context>
3245 </context-group>
3246 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3247 <source>Will start soon...</source><target state="new">Will start soon...</target>
3248 <context-group purpose="location">
3249 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3250 <context context-type="linenumber">43</context>
3251 </context-group>
3252 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3253 <source>Running...</source><target state="new">Running...</target>
3254 <context-group purpose="location">
3255 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3256 <context context-type="linenumber">44</context>
3257 </context-group>
3258 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3259 <source>Finished</source><target state="new">Finished</target>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3262 <context context-type="linenumber">45</context>
3263 </context-group>
3264 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3265 <source>Failed</source><target state="new">Failed</target>
3266 <context-group purpose="location">
3267 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3268 <context context-type="linenumber">46</context>
3269 </context-group>
3270 </trans-unit>
3202 3271
3203 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3272 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3204 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3273 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3212,7 +3281,7 @@
3212 3281
3213 3282
3214 3283
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3216 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3285 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3217 <source>Accepted</source> 3286 <source>Accepted</source>
3218 <target>Přijato</target> 3287 <target>Přijato</target>
@@ -3868,6 +3937,18 @@
3868 <context context-type="linenumber">2</context> 3937 <context context-type="linenumber">2</context>
3869 </context-group> 3938 </context-group>
3870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3940 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3941 <source>Job type</source><target state="new">Job type</target>
3942 <context-group purpose="location">
3943 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3944 <context context-type="linenumber">5</context>
3945 </context-group>
3946 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3947 <source>Job state</source><target state="new">Job state</target>
3948 <context-group purpose="location">
3949 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3950 <context context-type="linenumber">14</context>
3951 </context-group>
3871 </trans-unit> 3952 </trans-unit>
3872 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3953 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3873 <source>Type</source> 3954 <source>Type</source>
@@ -3877,22 +3958,8 @@
3877 </context-group> 3958 </context-group>
3878 3959
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3880 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3961
3881 <source>Processed on</source> 3962
3882 <target>Zpracováno</target>
3883 <context-group name="null">
3884 <context context-type="linenumber">22</context>
3885 </context-group>
3886
3887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3888 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3889 <source>Finished on</source>
3890 <target>Dokončeno</target>
3891 <context-group name="null">
3892 <context context-type="linenumber">23</context>
3893 </context-group>
3894
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3896 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3963 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3897 <source>Refresh</source> 3964 <source>Refresh</source>
3898 <target>Obnovit</target> 3965 <target>Obnovit</target>
@@ -4495,15 +4562,23 @@
4495 <context context-type="linenumber">486</context> 4562 <context context-type="linenumber">486</context>
4496 </context-group> 4563 </context-group>
4497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4498 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4565 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4499 <source> 4566 <source>
4500 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4567 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4501 4568
4502 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4569 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4570
4571 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4572
4573 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4503 </source><target state="new"> 4574 </source><target state="new">
4504 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4575 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4505 4576
4506 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4577 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4578
4579 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4580
4581 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4507 </target> 4582 </target>
4508 <context-group purpose="location"> 4583 <context-group purpose="location">
4509 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4584 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4539,17 +4614,14 @@
4539 4614
4540 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4615 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4541 </target> 4616 </target>
4542 <context-group purpose="location"> 4617
4543 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4544 <context context-type="linenumber">518</context>
4545 </context-group>
4546 </trans-unit>
4547 4619
4548 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4620 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4549 <source>HLS support enabled</source> 4621 <source>HLS support enabled</source>
4550 <target state="new">HLS support enabled</target> 4622 <target state="new">HLS support enabled</target>
4551 4623
4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4553 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4625 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4554 <source>Transcoding threads</source> 4626 <source>Transcoding threads</source>
4555 <target>Vlákna na překódování</target> 4627 <target>Vlákna na překódování</target>
@@ -4557,7 +4629,7 @@
4557 <context context-type="linenumber">517</context> 4629 <context context-type="linenumber">517</context>
4558 </context-group> 4630 </context-group>
4559 4631
4560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4561 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4633 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4562 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4634 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4563 <target>Rozlišení <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> povoleno</target> 4635 <target>Rozlišení <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> povoleno</target>
@@ -4565,7 +4637,7 @@
4565 <context context-type="linenumber">532</context> 4637 <context context-type="linenumber">532</context>
4566 </context-group> 4638 </context-group>
4567 4639
4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4569 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4641 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4570 <source>Cache</source> 4642 <source>Cache</source>
4571 <target>Mezipaměť</target> 4643 <target>Mezipaměť</target>
@@ -4573,7 +4645,7 @@
4573 <context context-type="linenumber">541</context> 4645 <context context-type="linenumber">541</context>
4574 </context-group> 4646 </context-group>
4575 4647
4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4577 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4649 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4578 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4650 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4579 <target>Některé soubory nejsou federované (náhledy, titulky). Získáváme je přímo ze zdrojových instancí a ukládáme do mezipaměti (cache).</target> 4651 <target>Některé soubory nejsou federované (náhledy, titulky). Získáváme je přímo ze zdrojových instancí a ukládáme do mezipaměti (cache).</target>
@@ -4581,7 +4653,7 @@
4581 <context context-type="linenumber">545</context> 4653 <context context-type="linenumber">545</context>
4582 </context-group> 4654 </context-group>
4583 4655
4584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4585 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4657 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4586 <source>Previews cache size</source> 4658 <source>Previews cache size</source>
4587 <target>Velikost mezipaměti náhledů</target> 4659 <target>Velikost mezipaměti náhledů</target>
@@ -4589,7 +4661,7 @@
4589 <context context-type="linenumber">552</context> 4661 <context context-type="linenumber">552</context>
4590 </context-group> 4662 </context-group>
4591 4663
4592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4593 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4665 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4594 <source>Video captions cache size</source> 4666 <source>Video captions cache size</source>
4595 <target>Velikost mezipaměti titulků</target> 4667 <target>Velikost mezipaměti titulků</target>
@@ -4597,7 +4669,7 @@
4597 <context context-type="linenumber">561</context> 4669 <context context-type="linenumber">561</context>
4598 </context-group> 4670 </context-group>
4599 4671
4600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4601 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4673 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4602 <source>Customizations</source> 4674 <source>Customizations</source>
4603 <target>Přizpůsobení</target> 4675 <target>Přizpůsobení</target>
@@ -4605,7 +4677,7 @@
4605 <context context-type="linenumber">570</context> 4677 <context context-type="linenumber">570</context>
4606 </context-group> 4678 </context-group>
4607 4679
4608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4609 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4681 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4610 <source>JavaScript</source> 4682 <source>JavaScript</source>
4611 <target>JavaScript</target> 4683 <target>JavaScript</target>
@@ -4613,14 +4685,14 @@
4613 <context context-type="linenumber">575</context> 4685 <context context-type="linenumber">575</context>
4614 </context-group> 4686 </context-group>
4615 4687
4616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4617 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4689 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4618 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4690 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4619 <target state="new"> 4691 <target state="new">
4620 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4692 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4621 </target> 4693 </target>
4622 4694
4623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4624 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4696 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4625 <source> 4697 <source>
4626 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4698 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4649,7 +4721,7 @@
4649<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4721<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4650 </target> 4722 </target>
4651 4723
4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4653 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4725 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4654 <source>Advanced configuration</source> 4726 <source>Advanced configuration</source>
4655 <target>Pokročilá nastavení</target> 4727 <target>Pokročilá nastavení</target>
@@ -4665,12 +4737,12 @@
4665 <context context-type="linenumber">628</context> 4737 <context context-type="linenumber">628</context>
4666 </context-group> 4738 </context-group>
4667 4739
4668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4669 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4741 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4670 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4742 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4671 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4743 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4672 4744
4673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4674 <source>Total video quota:</source><target state="new">Total video quota:</target> 4746 <source>Total video quota:</source><target state="new">Total video quota:</target>
4675 <context-group purpose="location"> 4747 <context-group purpose="location">
4676 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4748 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5171,11 +5243,8 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
5171 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group> 5243 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group>
5172 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5244 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5173 <source>All read</source><target state="new">All read</target> 5245 <source>All read</source><target state="new">All read</target>
5174 <context-group purpose="location"> 5246
5175 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5176 <context context-type="linenumber">12</context>
5177 </context-group>
5178 </trans-unit>
5179 5248
5180 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5249 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5181 <source>Activities</source> 5250 <source>Activities</source>
@@ -6243,6 +6312,12 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
6243 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6312 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6244 <context context-type="linenumber">1</context> 6313 <context context-type="linenumber">1</context>
6245 </context-group> 6314 </context-group>
6315 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6316 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6317 <context-group purpose="location">
6318 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6319 <context context-type="linenumber">1</context>
6320 </context-group>
6246 </trans-unit> 6321 </trans-unit>
6247 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 6322 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
6248 <source>240p</source> 6323 <source>240p</source>
@@ -9398,6 +9473,12 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
9398 <context context-type="linenumber">1</context> 9473 <context context-type="linenumber">1</context>
9399 </context-group> 9474 </context-group>
9400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9476 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9477 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9478 <context-group purpose="location">
9479 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9480 <context context-type="linenumber">1</context>
9481 </context-group>
9401 </trans-unit> 9482 </trans-unit>
9402 9483
9403 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9484 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9589,6 +9670,18 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
9589 <context context-type="linenumber">1</context> 9670 <context context-type="linenumber">1</context>
9590 </context-group> 9671 </context-group>
9591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9673 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9674 <source>Add to watch later</source><target state="new">Add to watch later</target>
9675 <context-group purpose="location">
9676 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9677 <context context-type="linenumber">1</context>
9678 </context-group>
9679 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9680 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9681 <context-group purpose="location">
9682 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9683 <context context-type="linenumber">1</context>
9684 </context-group>
9592 </trans-unit> 9685 </trans-unit>
9593 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9686 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9594 <source>Only I can see this video</source> 9687 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index d925c39cf..ac9a37e22 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -384,7 +384,7 @@
384 <context-group name="null"> 384 <context-group name="null">
385 <context context-type="linenumber">9</context> 385 <context context-type="linenumber">9</context>
386 </context-group> 386 </context-group>
387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
388 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 388 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
389 <source>Start at</source> 389 <source>Start at</source>
390 <target>Start ved</target> 390 <target>Start ved</target>
@@ -418,28 +418,38 @@
418 <context-group name="null"> 418 <context-group name="null">
419 <context context-type="linenumber">74</context> 419 <context context-type="linenumber">74</context>
420 </context-group> 420 </context-group>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
422 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 422 <source>video</source><target state="new">video</target>
423 <source>Download video</source> 423 <context-group purpose="location">
424 <target>Download video</target> 424 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
425 <context-group name="null"> 425 <context context-type="linenumber">4</context>
426 <context context-type="linenumber">3</context> 426 </context-group>
427 <context-group purpose="location">
428 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
429 <context context-type="linenumber">12</context>
427 </context-group> 430 </context-group>
428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 431 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
432 <source>subtitles</source><target state="new">subtitles</target>
433 <context-group purpose="location">
434 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
435 <context context-type="linenumber">11</context>
436 </context-group>
437 </trans-unit>
438
429 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 439 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
430 <source>Direct download</source> 440 <source>Direct download</source>
431 <target>Direkte download</target> 441 <target>Direkte download</target>
432 <context-group name="null"> 442 <context-group name="null">
433 <context context-type="linenumber">27</context> 443 <context context-type="linenumber">27</context>
434 </context-group> 444 </context-group>
435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
436 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 446 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
437 <source>Torrent (.torrent file)</source> 447 <source>Torrent (.torrent file)</source>
438 <target>Torrent (.torrent-fil)</target> 448 <target>Torrent (.torrent-fil)</target>
439 <context-group name="null"> 449 <context-group name="null">
440 <context context-type="linenumber">32</context> 450 <context context-type="linenumber">32</context>
441 </context-group> 451 </context-group>
442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
443 <source> 453 <source>
444 Cancel 454 Cancel
445 </source><target state="new"> 455 </source><target state="new">
@@ -447,13 +457,10 @@
447 </target> 457 </target>
448 458
449 459
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
451 <source>Download</source><target state="new">Download</target> 461 <source>Download</source><target state="new">Download</target>
452 <context-group purpose="location"> 462
453 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
454 <context context-type="linenumber">43</context>
455 </context-group>
456 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
457 <source>Report video</source><target state="new">Report video</target> 464 <source>Report video</source><target state="new">Report video</target>
458 <context-group purpose="location"> 465 <context-group purpose="location">
459 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 466 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -521,52 +528,31 @@
521 </context-group> 528 </context-group>
522 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 529 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
523 <source>Unlisted</source><target state="new">Unlisted</target> 530 <source>Unlisted</source><target state="new">Unlisted</target>
524 <context-group purpose="location"> 531
525 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 532
526 <context context-type="linenumber">12</context> 533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
527 </context-group>
528 <context-group purpose="location">
529 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
530 <context context-type="linenumber">6</context>
531 </context-group>
532 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
533 <source>Private</source><target state="new">Private</target> 534 <source>Private</source><target state="new">Private</target>
534 <context-group purpose="location"> 535
535 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 536
536 <context context-type="linenumber">13</context> 537
537 </context-group> 538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
538 <context-group purpose="location">
539 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
540 <context context-type="linenumber">33</context>
541 </context-group>
542 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
544 <context context-type="linenumber">7</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 539 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
548 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 540 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
549 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visninger</target> 541 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visninger</target>
550 <context-group name="null"> 542 <context-group name="null">
551 <context context-type="linenumber">24</context> 543 <context context-type="linenumber">24</context>
552 </context-group> 544 </context-group>
553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 545 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
554 <source>Blacklisted</source><target state="new">Blacklisted</target> 546 <source>Blacklisted</source><target state="new">Blacklisted</target>
555 <context-group purpose="location"> 547
556 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 548 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
557 <context context-type="linenumber">42</context>
558 </context-group>
559 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
560 <source> 549 <source>
561 Sensitive 550 Sensitive
562 </source><target state="new"> 551 </source><target state="new">
563 Sensitive 552 Sensitive
564 </target> 553 </target>
565 <context-group purpose="location"> 554
566 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
567 <context context-type="linenumber">46</context>
568 </context-group>
569 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
570 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 556 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
571 <context-group purpose="location"> 557 <context-group purpose="location">
572 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 558 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -599,7 +585,7 @@
599 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 585 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
600 <source>Deleted</source><target state="new">Deleted</target> 586 <source>Deleted</source><target state="new">Deleted</target>
601 587
602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
603 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 589 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
604 <context-group purpose="location"> 590 <context-group purpose="location">
605 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 591 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -625,7 +611,7 @@
625 <context-group name="null"> 611 <context-group name="null">
626 <context context-type="linenumber">20</context> 612 <context context-type="linenumber">20</context>
627 </context-group> 613 </context-group>
628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
629 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 615 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
630 <source>Delete</source> 616 <source>Delete</source>
631 <target>Slette</target> 617 <target>Slette</target>
@@ -828,7 +814,7 @@
828 <context-group name="null"> 814 <context-group name="null">
829 <context context-type="linenumber">86</context> 815 <context context-type="linenumber">86</context>
830 </context-group> 816 </context-group>
831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
832 <source>users</source><target state="new">users</target> 818 <source>users</source><target state="new">users</target>
833 <context-group purpose="location"> 819 <context-group purpose="location">
834 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 820 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1003,7 +989,7 @@
1003 <source>Login</source><target state="new">Login</target> 989 <source>Login</source><target state="new">Login</target>
1004 990
1005 991
1006 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 992 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1007 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 993 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1008 <source>Forgot your password</source> 994 <source>Forgot your password</source>
1009 <target>Glemt din adgangskode</target> 995 <target>Glemt din adgangskode</target>
@@ -1320,7 +1306,7 @@
1320 <context-group name="null"> 1306 <context-group name="null">
1321 <context context-type="linenumber">107</context> 1307 <context context-type="linenumber">107</context>
1322 </context-group> 1308 </context-group>
1323 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1309 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1324 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1310 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1325 <source> 1311 <source>
1326 Help to translate PeerTube! 1312 Help to translate PeerTube!
@@ -1349,6 +1335,12 @@
1349 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1335 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1350 <context context-type="linenumber">29</context> 1336 <context context-type="linenumber">29</context>
1351 </context-group> 1337 </context-group>
1338 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1339 <source>Help</source><target state="new">Help</target>
1340 <context-group purpose="location">
1341 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1342 <context context-type="linenumber">35</context>
1343 </context-group>
1352 </trans-unit> 1344 </trans-unit>
1353 1345
1354 1346
@@ -1358,95 +1350,95 @@
1358 <context-group name="null"> 1350 <context-group name="null">
1359 <context context-type="linenumber">25</context> 1351 <context context-type="linenumber">25</context>
1360 </context-group> 1352 </context-group>
1361 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1362 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1354 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1363 <source>Create an account</source> 1355 <source>Create an account</source>
1364 <target>Opret en konto</target> 1356 <target>Opret en konto</target>
1365 <context-group name="null"> 1357 <context-group name="null">
1366 <context context-type="linenumber">33</context> 1358 <context context-type="linenumber">33</context>
1367 </context-group> 1359 </context-group>
1368 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1369 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1361 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1370 <source>My library</source> 1362 <source>My library</source>
1371 <target>Mit bibliotek</target> 1363 <target>Mit bibliotek</target>
1372 <context-group name="null"> 1364 <context-group name="null">
1373 <context context-type="linenumber">37</context> 1365 <context context-type="linenumber">37</context>
1374 </context-group> 1366 </context-group>
1375 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1376 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1368 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1377 <source>Videos</source> 1369 <source>Videos</source>
1378 <target>Videoer</target> 1370 <target>Videoer</target>
1379 <context-group name="null"> 1371 <context-group name="null">
1380 <context context-type="linenumber">24</context> 1372 <context context-type="linenumber">24</context>
1381 </context-group> 1373 </context-group>
1382 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1383 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1375 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1384 <source>Playlists</source> 1376 <source>Playlists</source>
1385 <target>Afspilningslister</target> 1377 <target>Afspilningslister</target>
1386 <context-group name="null"> 1378 <context-group name="null">
1387 <context context-type="linenumber">46</context> 1379 <context context-type="linenumber">46</context>
1388 </context-group> 1380 </context-group>
1389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1390 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1382 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1391 <source>Subscriptions</source> 1383 <source>Subscriptions</source>
1392 <target>Abonnementer</target> 1384 <target>Abonnementer</target>
1393 <context-group name="null"> 1385 <context-group name="null">
1394 <context context-type="linenumber">51</context> 1386 <context context-type="linenumber">51</context>
1395 </context-group> 1387 </context-group>
1396 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1388 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1397 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1389 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1398 <source>History</source> 1390 <source>History</source>
1399 <target>Historik</target> 1391 <target>Historik</target>
1400 <context-group name="null"> 1392 <context-group name="null">
1401 <context context-type="linenumber">56</context> 1393 <context context-type="linenumber">56</context>
1402 </context-group> 1394 </context-group>
1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1404 <source>Discover</source><target state="new">Discover</target> 1396 <source>Discover</source><target state="new">Discover</target>
1405 1397
1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1407 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1399 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1408 <source>Trending</source><target state="new">Trending</target><context-group name="null"> 1400 <source>Trending</source><target state="new">Trending</target><context-group name="null">
1409 <context context-type="linenumber">71</context> 1401 <context context-type="linenumber">71</context>
1410 </context-group> 1402 </context-group>
1411 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1412 <source>Most liked</source><target state="new">Most liked</target> 1404 <source>Most liked</source><target state="new">Most liked</target>
1413 1405
1414 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1415 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1407 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1416 <source>Recently added</source> 1408 <source>Recently added</source>
1417 <target>Nylig tilføjet</target> 1409 <target>Nylig tilføjet</target>
1418 <context-group name="null"> 1410 <context-group name="null">
1419 <context context-type="linenumber">81</context> 1411 <context context-type="linenumber">81</context>
1420 </context-group> 1412 </context-group>
1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1422 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1414 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1423 <source>More</source> 1415 <source>More</source>
1424 <target>Mere</target> 1416 <target>Mere</target>
1425 <context-group name="null"> 1417 <context-group name="null">
1426 <context context-type="linenumber">91</context> 1418 <context context-type="linenumber">91</context>
1427 </context-group> 1419 </context-group>
1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1420 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1429 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1421 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1430 <source>Administration</source> 1422 <source>Administration</source>
1431 <target>Administration</target> 1423 <target>Administration</target>
1432 <context-group name="null"> 1424 <context-group name="null">
1433 <context context-type="linenumber">95</context> 1425 <context context-type="linenumber">95</context>
1434 </context-group> 1426 </context-group>
1435 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1427 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1436 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1428 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1437 <source>About</source> 1429 <source>About</source>
1438 <target>Om</target> 1430 <target>Om</target>
1439 <context-group name="null"> 1431 <context-group name="null">
1440 <context context-type="linenumber">26</context> 1432 <context context-type="linenumber">26</context>
1441 </context-group> 1433 </context-group>
1442 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1434 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1443 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1435 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1444 <source>Show keyboard shortcuts</source> 1436 <source>Show keyboard shortcuts</source>
1445 <target>Vis tastaturgenveje</target> 1437 <target>Vis tastaturgenveje</target>
1446 <context-group name="null"> 1438 <context-group name="null">
1447 <context context-type="linenumber">111</context> 1439 <context context-type="linenumber">111</context>
1448 </context-group> 1440 </context-group>
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1441 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1450 <source>View your notifications</source><target state="new">View your notifications</target> 1442 <source>View your notifications</source><target state="new">View your notifications</target>
1451 <context-group purpose="location"> 1443 <context-group purpose="location">
1452 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1444 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1458,15 +1450,9 @@
1458 1450
1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1451 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1460 <source>Mark all as read</source><target state="new">Mark all as read</target> 1452 <source>Mark all as read</source><target state="new">Mark all as read</target>
1461 <context-group purpose="location"> 1453
1462 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1454
1463 <context context-type="linenumber">18</context> 1455 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1464 </context-group>
1465 <context-group purpose="location">
1466 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1467 <context context-type="linenumber">9</context>
1468 </context-group>
1469 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1470 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1456 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1471 1457
1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
@@ -1543,7 +1529,7 @@
1543 <context-group name="null"> 1529 <context-group name="null">
1544 <context context-type="linenumber">45</context> 1530 <context context-type="linenumber">45</context>
1545 </context-group> 1531 </context-group>
1546 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1532 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1547 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1533 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1548 1534
1549 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 1535 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
@@ -1644,8 +1630,8 @@
1644 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1630 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1645 <source>Filter</source><target state="new">Filter</target> 1631 <source>Filter</source><target state="new">Filter</target>
1646 1632
1647 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1633 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1648 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1634 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1649 <context-group purpose="location"> 1635 <context-group purpose="location">
1650 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1636 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1651 <context context-type="linenumber">14</context> 1637 <context context-type="linenumber">14</context>
@@ -1674,7 +1660,16 @@
1674 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1660 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1675 <context context-type="linenumber">14</context> 1661 <context context-type="linenumber">14</context>
1676 </context-group> 1662 </context-group>
1677 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1663 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1664 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1665
1666
1667
1668
1669
1670
1671
1672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1678 <source>Add caption</source><target state="new">Add caption</target> 1673 <source>Add caption</source><target state="new">Add caption</target>
1679 <context-group purpose="location"> 1674 <context-group purpose="location">
1680 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1675 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2257,27 +2252,27 @@
2257 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2252 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2258 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2253 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2259 2254
2260 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2255 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2261 <source> 2256 <source>
2262 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2257 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2263 </source><target state="new"> 2258 </source><target state="new">
2264 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2259 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2265 </target> 2260 </target>
2266 2261
2267 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2262 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2268 <source>More information</source><target state="new">More information</target> 2263 <source>More information</source><target state="new">More information</target>
2269 2264
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2265 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2271 <source>Get more information</source><target state="new">Get more information</target> 2266 <source>Get more information</source><target state="new">Get more information</target>
2272 2267
2273 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2268 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2274 <source> 2269 <source>
2275 OK 2270 OK
2276 </source><target state="new"> 2271 </source><target state="new">
2277 OK 2272 OK
2278 </target> 2273 </target>
2279 2274
2280 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2281 <source>1 Comment</source><target state="new">1 Comment</target> 2276 <source>1 Comment</source><target state="new">1 Comment</target>
2282 <context-group purpose="location"> 2277 <context-group purpose="location">
2283 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2278 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2409,7 +2404,7 @@
2409 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2404 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2410 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2405 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2411 2406
2412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2407 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2413 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2408 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2414 <source> 2409 <source>
2415 Users 2410 Users
@@ -2548,7 +2543,37 @@
2548 2543
2549 2544
2550 2545
2551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2547 <source>Delayed.</source><target state="new">Delayed.</target>
2548 <context-group purpose="location">
2549 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2550 <context context-type="linenumber">42</context>
2551 </context-group>
2552 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2553 <source>Will start soon...</source><target state="new">Will start soon...</target>
2554 <context-group purpose="location">
2555 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2556 <context context-type="linenumber">43</context>
2557 </context-group>
2558 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2559 <source>Running...</source><target state="new">Running...</target>
2560 <context-group purpose="location">
2561 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2562 <context context-type="linenumber">44</context>
2563 </context-group>
2564 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2565 <source>Finished</source><target state="new">Finished</target>
2566 <context-group purpose="location">
2567 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2568 <context context-type="linenumber">45</context>
2569 </context-group>
2570 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2571 <source>Failed</source><target state="new">Failed</target>
2572 <context-group purpose="location">
2573 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2574 <context context-type="linenumber">46</context>
2575 </context-group>
2576 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2552 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2577 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2553 2578
2554 2579
@@ -2556,7 +2581,7 @@
2556 2581
2557 2582
2558 2583
2559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2560 <source>Accepted</source><target state="new">Accepted</target> 2585 <source>Accepted</source><target state="new">Accepted</target>
2561 2586
2562 2587
@@ -3132,16 +3157,22 @@
3132 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3157 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3133 <context context-type="linenumber">2</context> 3158 <context context-type="linenumber">2</context>
3134 </context-group> 3159 </context-group>
3160 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3161 <source>Job type</source><target state="new">Job type</target>
3162 <context-group purpose="location">
3163 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3164 <context context-type="linenumber">5</context>
3165 </context-group>
3166 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3167 <source>Job state</source><target state="new">Job state</target>
3168 <context-group purpose="location">
3169 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3170 <context context-type="linenumber">14</context>
3171 </context-group>
3135 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3172 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3136 <source>Type</source><target state="new">Type</target> 3173 <source>Type</source><target state="new">Type</target>
3137 3174
3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3139 <source>Processed on</source><target state="new">Processed on</target>
3140
3141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3142 <source>Finished on</source><target state="new">Finished on</target>
3143
3144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3145 <source>Refresh</source><target state="new">Refresh</target> 3176 <source>Refresh</source><target state="new">Refresh</target>
3146 3177
3147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3632,15 +3663,23 @@
3632 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3663 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3633 <context context-type="linenumber">486</context> 3664 <context context-type="linenumber">486</context>
3634 </context-group> 3665 </context-group>
3635 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3666 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3636 <source> 3667 <source>
3637 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3668 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3638 3669
3639 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3670 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3671
3672 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3673
3674 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3640 </source><target state="new"> 3675 </source><target state="new">
3641 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3676 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3642 3677
3643 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3678 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3679
3680 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3681
3682 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3644 </target> 3683 </target>
3645 <context-group purpose="location"> 3684 <context-group purpose="location">
3646 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3685 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3676,49 +3715,46 @@
3676 3715
3677 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3716 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3678 </target> 3717 </target>
3679 <context-group purpose="location"> 3718
3680 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3681 <context context-type="linenumber">518</context>
3682 </context-group>
3683 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3684 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3720 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3685 3721
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3687 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3723 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3688 3724
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3690 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3726 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3691 3727
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3693 <source>Cache</source><target state="new">Cache</target> 3729 <source>Cache</source><target state="new">Cache</target>
3694 3730
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3696 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3732 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3697 3733
3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3699 <source>Previews cache size</source><target state="new">Previews cache size</target> 3735 <source>Previews cache size</source><target state="new">Previews cache size</target>
3700 3736
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3702 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3738 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3703 3739
3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3705 <source>Customizations</source><target state="new">Customizations</target> 3741 <source>Customizations</source><target state="new">Customizations</target>
3706 3742
3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3708 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3744 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3709 <source>JavaScript</source> 3745 <source>JavaScript</source>
3710 <target>JavaScript</target> 3746 <target>JavaScript</target>
3711 <context-group name="null"> 3747 <context-group name="null">
3712 <context context-type="linenumber">575</context> 3748 <context context-type="linenumber">575</context>
3713 </context-group> 3749 </context-group>
3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3715 <source> 3751 <source>
3716 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3752 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3717 </source><target state="new"> 3753 </source><target state="new">
3718 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3754 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3719 </target> 3755 </target>
3720 3756
3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3722 <source> 3758 <source>
3723 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3759 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3724<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3760<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3745,7 +3781,7 @@
3745<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3781<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3746 </target> 3782 </target>
3747 3783
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 3784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
3749 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 3785 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3750 <source>Advanced configuration</source> 3786 <source>Advanced configuration</source>
3751 <target>Avanceret konfiguration</target> 3787 <target>Avanceret konfiguration</target>
@@ -3755,10 +3791,10 @@
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">452</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">452</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3756 <source>Update configuration</source><target state="new">Update configuration</target> 3792 <source>Update configuration</source><target state="new">Update configuration</target>
3757 3793
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3759 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3795 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3760 3796
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3762 <source>Total video quota:</source><target state="new">Total video quota:</target> 3798 <source>Total video quota:</source><target state="new">Total video quota:</target>
3763 <context-group purpose="location"> 3799 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3800 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4155,11 +4191,8 @@ When you will upload a video in this channel, the video support field will be au
4155 </context-group> 4191 </context-group>
4156 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4192 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4157 <source>All read</source><target state="new">All read</target> 4193 <source>All read</source><target state="new">All read</target>
4158 <context-group purpose="location"> 4194
4159 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4160 <context context-type="linenumber">12</context>
4161 </context-group>
4162 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4163 <source>Activities</source><target state="new">Activities</target> 4196 <source>Activities</source><target state="new">Activities</target>
4164 <context-group purpose="location"> 4197 <context-group purpose="location">
4165 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4198 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5054,6 +5087,12 @@ When you will upload a video in this channel, the video support field will be au
5054 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5087 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5055 <context context-type="linenumber">1</context> 5088 <context context-type="linenumber">1</context>
5056 </context-group> 5089 </context-group>
5090 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5091 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5092 <context-group purpose="location">
5093 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5094 <context context-type="linenumber">1</context>
5095 </context-group>
5057 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5096 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5058 <source>240p</source><target state="new">240p</target> 5097 <source>240p</source><target state="new">240p</target>
5059 <context-group purpose="location"> 5098 <context-group purpose="location">
@@ -7545,6 +7584,12 @@ When you will upload a video in this channel, the video support field will be au
7545 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7584 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7546 <context context-type="linenumber">1</context> 7585 <context context-type="linenumber">1</context>
7547 </context-group> 7586 </context-group>
7587 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7588 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7589 <context-group purpose="location">
7590 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7591 <context context-type="linenumber">1</context>
7592 </context-group>
7548 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7593 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7549 <source>Subscribed</source><target state="new">Subscribed</target> 7594 <source>Subscribed</source><target state="new">Subscribed</target>
7550 <context-group purpose="location"> 7595 <context-group purpose="location">
@@ -7688,7 +7733,19 @@ When you will upload a video in this channel, the video support field will be au
7688 <context-group name="null"> 7733 <context-group name="null">
7689 <context context-type="linenumber">1</context> 7734 <context context-type="linenumber">1</context>
7690 </context-group> 7735 </context-group>
7691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7737 <source>Add to watch later</source><target state="new">Add to watch later</target>
7738 <context-group purpose="location">
7739 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7740 <context context-type="linenumber">1</context>
7741 </context-group>
7742 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7743 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7744 <context-group purpose="location">
7745 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7746 <context context-type="linenumber">1</context>
7747 </context-group>
7748 </trans-unit>
7692 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 7749 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
7693 <source>Only I can see this video</source> 7750 <source>Only I can see this video</source>
7694 <target>Kun jeg kan se denne video</target> 7751 <target>Kun jeg kan se denne video</target>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index 8e023a81b..3c142660b 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -403,8 +403,8 @@
403 <context-group name="null"> 403 <context-group name="null">
404 <context context-type="linenumber">9</context> 404 <context context-type="linenumber">9</context>
405 </context-group> 405 </context-group>
406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 406
407 </trans-unit> 407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
408 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 408 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
409 <source>Start at</source> 409 <source>Start at</source>
410 <target>Beginne bei</target> 410 <target>Beginne bei</target>
@@ -452,31 +452,40 @@
452 <context context-type="linenumber">74</context> 452 <context context-type="linenumber">74</context>
453 </context-group> 453 </context-group>
454 454
455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
456 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 456 <source>video</source><target state="new">video</target>
457 <source>Download video</source> 457 <context-group purpose="location">
458 <target>Video herunterladen</target> 458 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
459 <context-group name="null"> 459 <context context-type="linenumber">4</context>
460 <context context-type="linenumber">3</context> 460 </context-group>
461 <context-group purpose="location">
462 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
463 <context context-type="linenumber">12</context>
464 </context-group>
465 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
466 <source>subtitles</source><target state="new">subtitles</target>
467 <context-group purpose="location">
468 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
469 <context context-type="linenumber">11</context>
461 </context-group> 470 </context-group>
462 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
463 </trans-unit> 471 </trans-unit>
472
464 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 473 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
465 <source>Direct download</source> 474 <source>Direct download</source>
466 <target>Direkter Download</target> 475 <target>Direkter Download</target>
467 <context-group name="null"> 476 <context-group name="null">
468 <context context-type="linenumber">27</context> 477 <context context-type="linenumber">27</context>
469 </context-group> 478 </context-group>
470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 479
471 </trans-unit> 480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
472 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 481 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
473 <source>Torrent (.torrent file)</source> 482 <source>Torrent (.torrent file)</source>
474 <target>Torrent (Torrent-Datei)</target> 483 <target>Torrent (Torrent-Datei)</target>
475 <context-group name="null"> 484 <context-group name="null">
476 <context context-type="linenumber">32</context> 485 <context context-type="linenumber">32</context>
477 </context-group> 486 </context-group>
478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 487
479 </trans-unit> 488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
480 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 489 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
481 <source>Cancel</source> 490 <source>Cancel</source>
482 <target> 491 <target>
@@ -485,18 +494,18 @@
485 <context-group name="null"> 494 <context-group name="null">
486 <context context-type="linenumber">47</context> 495 <context context-type="linenumber">47</context>
487 </context-group> 496 </context-group>
488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 497
489 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 498
490 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 499
491 </trans-unit> 500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
492 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 501 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
493 <source>Download</source> 502 <source>Download</source>
494 <target>Herunterladen</target> 503 <target>Herunterladen</target>
495 <context-group name="null"> 504 <context-group name="null">
496 <context context-type="linenumber">43</context> 505 <context context-type="linenumber">43</context>
497 </context-group> 506 </context-group>
498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 507
499 </trans-unit> 508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
500 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 509 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
501 <source>Report video</source> 510 <source>Report video</source>
502 <target>Video melden</target> 511 <target>Video melden</target>
@@ -576,35 +585,35 @@
576 <context-group name="null"> 585 <context-group name="null">
577 <context context-type="linenumber">6</context> 586 <context context-type="linenumber">6</context>
578 </context-group> 587 </context-group>
579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 588
580 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 589
581 </trans-unit> 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
582 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 591 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
583 <source>Private</source> 592 <source>Private</source>
584 <target>Privat</target> 593 <target>Privat</target>
585 <context-group name="null"> 594 <context-group name="null">
586 <context context-type="linenumber">7</context> 595 <context context-type="linenumber">7</context>
587 </context-group> 596 </context-group>
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 597
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 598
590 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 599
591 </trans-unit> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
592 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 601 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
593 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 602 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
594 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target> 603 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target>
595 <context-group name="null"> 604 <context-group name="null">
596 <context context-type="linenumber">24</context> 605 <context context-type="linenumber">24</context>
597 </context-group> 606 </context-group>
598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 607
599 </trans-unit> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
600 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 609 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
601 <source>Blacklisted</source> 610 <source>Blacklisted</source>
602 <target>Gesperrt</target> 611 <target>Gesperrt</target>
603 <context-group name="null"> 612 <context-group name="null">
604 <context context-type="linenumber">42</context> 613 <context context-type="linenumber">42</context>
605 </context-group> 614 </context-group>
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 615
607 </trans-unit> 616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
608 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 617 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
609 <source>Sensitive</source> 618 <source>Sensitive</source>
610 <target> 619 <target>
@@ -613,8 +622,8 @@
613 <context-group name="null"> 622 <context-group name="null">
614 <context context-type="linenumber">46</context> 623 <context context-type="linenumber">46</context>
615 </context-group> 624 </context-group>
616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 625
617 </trans-unit> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
618 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 627 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
619 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 628 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
620 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> Videos} }</target> 629 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> Videos} }</target>
@@ -654,7 +663,7 @@
654 <target state="translated">Gelöscht</target> 663 <target state="translated">Gelöscht</target>
655 664
656 665
657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
658 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
659 <source>Edit starts/stops at</source> 668 <source>Edit starts/stops at</source>
660 <target>Bearbeitung beginnt/endet bei</target> 669 <target>Bearbeitung beginnt/endet bei</target>
@@ -688,16 +697,16 @@
688 <context-group name="null"> 697 <context-group name="null">
689 <context context-type="linenumber">20</context> 698 <context context-type="linenumber">20</context>
690 </context-group> 699 </context-group>
691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 700
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 701
693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 702
694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 703
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 704
696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 705
697 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 706
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 707
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 708
700 </trans-unit> 709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
701 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 710 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
702 <source>Delete</source> 711 <source>Delete</source>
703 <target>Löschen</target> 712 <target>Löschen</target>
@@ -967,7 +976,7 @@
967 </context-group> 976 </context-group>
968 977
969 978
970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
971 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 980 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
972 <source>users</source> 981 <source>users</source>
973 <target state="translated">Nutzer</target> 982 <target state="translated">Nutzer</target>
@@ -1190,7 +1199,7 @@
1190 </context-group> 1199 </context-group>
1191 1200
1192 1201
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1194 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1203 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1195 <source>Forgot your password</source> 1204 <source>Forgot your password</source>
1196 <target>Passwort vergessen</target> 1205 <target>Passwort vergessen</target>
@@ -1566,7 +1575,7 @@
1566 </context-group> 1575 </context-group>
1567 1576
1568 1577
1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1578 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1570 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1579 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1571 <source>Help to translate PeerTube!</source> 1580 <source>Help to translate PeerTube!</source>
1572 <target> 1581 <target>
@@ -1593,6 +1602,12 @@ Hilf mit PeerTube zu übersetzen!</target>
1593 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1602 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1594 <context context-type="linenumber">29</context> 1603 <context context-type="linenumber">29</context>
1595 </context-group> 1604 </context-group>
1605 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1606 <source>Help</source><target state="new">Help</target>
1607 <context-group purpose="location">
1608 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1609 <context context-type="linenumber">35</context>
1610 </context-group>
1596 </trans-unit> 1611 </trans-unit>
1597 1612
1598 1613
@@ -1603,7 +1618,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1603 <context context-type="linenumber">25</context> 1618 <context context-type="linenumber">25</context>
1604 </context-group> 1619 </context-group>
1605 1620
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1621 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1607 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1622 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1608 <source>Create an account</source> 1623 <source>Create an account</source>
1609 <target>Konto erstellen</target> 1624 <target>Konto erstellen</target>
@@ -1611,7 +1626,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1611 <context context-type="linenumber">33</context> 1626 <context context-type="linenumber">33</context>
1612 </context-group> 1627 </context-group>
1613 1628
1614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1615 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1630 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1616 <source>My library</source> 1631 <source>My library</source>
1617 <target>Meine Bibliothek</target> 1632 <target>Meine Bibliothek</target>
@@ -1619,7 +1634,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1619 <context context-type="linenumber">37</context> 1634 <context context-type="linenumber">37</context>
1620 </context-group> 1635 </context-group>
1621 1636
1622 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1637 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1623 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1638 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1624 <source>Videos</source> 1639 <source>Videos</source>
1625 <target>Videos</target> 1640 <target>Videos</target>
@@ -1630,7 +1645,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1630 1645
1631 1646
1632 1647
1633 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1648 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1634 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1649 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1635 <source>Playlists</source> 1650 <source>Playlists</source>
1636 <target>Playlist</target> 1651 <target>Playlist</target>
@@ -1638,7 +1653,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1638 <context context-type="linenumber">46</context> 1653 <context context-type="linenumber">46</context>
1639 </context-group> 1654 </context-group>
1640 1655
1641 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1656 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1642 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1657 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1643 <source>Subscriptions</source> 1658 <source>Subscriptions</source>
1644 <target>Abos</target> 1659 <target>Abos</target>
@@ -1646,7 +1661,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1646 <context context-type="linenumber">51</context> 1661 <context context-type="linenumber">51</context>
1647 </context-group> 1662 </context-group>
1648 1663
1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1650 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1665 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1651 <source>History</source> 1666 <source>History</source>
1652 <target>Verlauf</target> 1667 <target>Verlauf</target>
@@ -1654,7 +1669,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1654 <context context-type="linenumber">56</context> 1669 <context context-type="linenumber">56</context>
1655 </context-group> 1670 </context-group>
1656 1671
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1658 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1673 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1659 <source>Discover</source> 1674 <source>Discover</source>
1660 <target>Entdecken</target> 1675 <target>Entdecken</target>
@@ -1662,7 +1677,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1662 <context context-type="linenumber">66</context> 1677 <context context-type="linenumber">66</context>
1663 </context-group> 1678 </context-group>
1664 1679
1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1666 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1681 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1667 <source>Trending</source> 1682 <source>Trending</source>
1668 <target>Beliebt</target> 1683 <target>Beliebt</target>
@@ -1670,12 +1685,12 @@ Hilf mit PeerTube zu übersetzen!</target>
1670 <context context-type="linenumber">71</context> 1685 <context context-type="linenumber">71</context>
1671 </context-group> 1686 </context-group>
1672 1687
1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1674 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1689 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1675 <source>Most liked</source> 1690 <source>Most liked</source>
1676 <target state="translated">Beliebteste</target> 1691 <target state="translated">Beliebteste</target>
1677 1692
1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1679 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1694 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1680 <source>Recently added</source> 1695 <source>Recently added</source>
1681 <target>Kürzlich hinzugefügt</target> 1696 <target>Kürzlich hinzugefügt</target>
@@ -1683,7 +1698,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1683 <context context-type="linenumber">81</context> 1698 <context context-type="linenumber">81</context>
1684 </context-group> 1699 </context-group>
1685 1700
1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1687 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1702 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1688 <source>More</source> 1703 <source>More</source>
1689 <target>Mehr</target> 1704 <target>Mehr</target>
@@ -1691,7 +1706,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1691 <context context-type="linenumber">91</context> 1706 <context context-type="linenumber">91</context>
1692 </context-group> 1707 </context-group>
1693 1708
1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1695 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1710 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1696 <source>Administration</source> 1711 <source>Administration</source>
1697 <target>Administration</target> 1712 <target>Administration</target>
@@ -1699,7 +1714,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1699 <context context-type="linenumber">95</context> 1714 <context context-type="linenumber">95</context>
1700 </context-group> 1715 </context-group>
1701 1716
1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1703 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1718 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1704 <source>About</source> 1719 <source>About</source>
1705 <target>Info</target> 1720 <target>Info</target>
@@ -1709,7 +1724,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1709 1724
1710 1725
1711 1726
1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1727 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1713 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1728 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1714 <source>Show keyboard shortcuts</source> 1729 <source>Show keyboard shortcuts</source>
1715 <target>Zeige Tastatur-Kürzel</target> 1730 <target>Zeige Tastatur-Kürzel</target>
@@ -1717,7 +1732,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1717 <context context-type="linenumber">111</context> 1732 <context context-type="linenumber">111</context>
1718 </context-group> 1733 </context-group>
1719 1734
1720 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1735 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1721 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1736 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1722 <source>View your notifications</source> 1737 <source>View your notifications</source>
1723 <target>Zeige deine Benachrichtigungen</target> 1738 <target>Zeige deine Benachrichtigungen</target>
@@ -1736,15 +1751,9 @@ Hilf mit PeerTube zu übersetzen!</target>
1736 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group> 1751 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group>
1737 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1752 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1738 <source>Mark all as read</source><target state="new">Mark all as read</target> 1753 <source>Mark all as read</source><target state="new">Mark all as read</target>
1739 <context-group purpose="location"> 1754
1740 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1755
1741 <context context-type="linenumber">18</context> 1756 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1742 </context-group>
1743 <context-group purpose="location">
1744 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1745 <context context-type="linenumber">9</context>
1746 </context-group>
1747 </trans-unit>
1748 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1757 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1749 <source>Update your notification preferences</source> 1758 <source>Update your notification preferences</source>
1750 <target>Aktualisiere deine Benachrichtigungseinstellungen</target> 1759 <target>Aktualisiere deine Benachrichtigungseinstellungen</target>
@@ -1855,8 +1864,8 @@ Hilf mit PeerTube zu übersetzen!</target>
1855 <context-group name="null"> 1864 <context-group name="null">
1856 <context context-type="linenumber">45</context> 1865 <context context-type="linenumber">45</context>
1857 </context-group> 1866 </context-group>
1858 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1867
1859 </trans-unit> 1868 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1860 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1869 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1861 <source>Display sensitive content</source> 1870 <source>Display sensitive content</source>
1862 <target>Anstößige Inhalte zeigen</target> 1871 <target>Anstößige Inhalte zeigen</target>
@@ -1991,6 +2000,36 @@ Hilf mit PeerTube zu übersetzen!</target>
1991 <context context-type="linenumber">115</context> 2000 <context context-type="linenumber">115</context>
1992 </context-group> 2001 </context-group>
1993 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 2002 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
2003 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2004 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2005 <context-group purpose="location">
2006 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2007 <context context-type="linenumber">14</context>
2008 </context-group>
2009 <context-group purpose="location">
2010 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2011 <context context-type="linenumber">14</context>
2012 </context-group>
2013 <context-group purpose="location">
2014 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2015 <context context-type="linenumber">14</context>
2016 </context-group>
2017 <context-group purpose="location">
2018 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2019 <context context-type="linenumber">14</context>
2020 </context-group>
2021 <context-group purpose="location">
2022 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2023 <context context-type="linenumber">14</context>
2024 </context-group>
2025 <context-group purpose="location">
2026 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2027 <context context-type="linenumber">14</context>
2028 </context-group>
2029 <context-group purpose="location">
2030 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2031 <context context-type="linenumber">14</context>
2032 </context-group>
1994 </trans-unit> 2033 </trans-unit>
1995 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2034 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1996 <source>Display unlisted and private videos</source> 2035 <source>Display unlisted and private videos</source>
@@ -1998,14 +2037,14 @@ Hilf mit PeerTube zu übersetzen!</target>
1998 <context-group name="null"> 2037 <context-group name="null">
1999 <context context-type="linenumber">14</context> 2038 <context context-type="linenumber">14</context>
2000 </context-group> 2039 </context-group>
2001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2040
2002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2041
2003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2042
2004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2043
2005 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2044
2006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2045
2007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2046
2008 </trans-unit> 2047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2009 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2048 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2010 <source>Add caption</source> 2049 <source>Add caption</source>
2011 <target>Untertitel hinzufügen</target> 2050 <target>Untertitel hinzufügen</target>
@@ -2873,8 +2912,8 @@ Hilf mit PeerTube zu übersetzen!</target>
2873 <context-group name="null"> 2912 <context-group name="null">
2874 <context context-type="linenumber">211</context> 2913 <context context-type="linenumber">211</context>
2875 </context-group> 2914 </context-group>
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2915
2877 </trans-unit> 2916 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2878 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2917 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2879 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2918 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2880 <target> 2919 <target>
@@ -2883,24 +2922,24 @@ Hilf mit PeerTube zu übersetzen!</target>
2883 <context-group name="null"> 2922 <context-group name="null">
2884 <context context-type="linenumber">212</context> 2923 <context context-type="linenumber">212</context>
2885 </context-group> 2924 </context-group>
2886 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2925
2887 </trans-unit> 2926 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2888 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2927 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2889 <source>More information</source> 2928 <source>More information</source>
2890 <target>Weitere Informationen</target> 2929 <target>Weitere Informationen</target>
2891 <context-group name="null"> 2930 <context-group name="null">
2892 <context context-type="linenumber">215</context> 2931 <context context-type="linenumber">215</context>
2893 </context-group> 2932 </context-group>
2894 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2933
2895 </trans-unit> 2934 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2896 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2935 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2897 <source>Get more information</source> 2936 <source>Get more information</source>
2898 <target>Weitere Informationen bekommen</target> 2937 <target>Weitere Informationen bekommen</target>
2899 <context-group name="null"> 2938 <context-group name="null">
2900 <context context-type="linenumber">215</context> 2939 <context context-type="linenumber">215</context>
2901 </context-group> 2940 </context-group>
2902 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2941
2903 </trans-unit> 2942 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2904 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2943 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2905 <source>OK</source> 2944 <source>OK</source>
2906 <target> 2945 <target>
@@ -2909,8 +2948,8 @@ Hilf mit PeerTube zu übersetzen!</target>
2909 <context-group name="null"> 2948 <context-group name="null">
2910 <context context-type="linenumber">218</context> 2949 <context context-type="linenumber">218</context>
2911 </context-group> 2950 </context-group>
2912 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2951
2913 </trans-unit> 2952 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2914 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2953 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2915 <source>1 Comment</source> 2954 <source>1 Comment</source>
2916 <target state="translated">1 Kommentar</target> 2955 <target state="translated">1 Kommentar</target>
@@ -3079,7 +3118,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3079 <source>This comment has been deleted</source> 3118 <source>This comment has been deleted</source>
3080 <target state="translated">Dieser Kommentar wurde gelöscht</target> 3119 <target state="translated">Dieser Kommentar wurde gelöscht</target>
3081 3120
3082 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3121 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3083 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3122 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3084 <source>Users</source> 3123 <source>Users</source>
3085 <target> 3124 <target>
@@ -3231,8 +3270,38 @@ Hilf mit PeerTube zu übersetzen!</target>
3231 <context-group name="null"> 3270 <context-group name="null">
3232 <context context-type="linenumber">10</context> 3271 <context context-type="linenumber">10</context>
3233 </context-group> 3272 </context-group>
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3273
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3274
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3276 <source>Delayed.</source><target state="new">Delayed.</target>
3277 <context-group purpose="location">
3278 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3279 <context context-type="linenumber">42</context>
3280 </context-group>
3281 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3282 <source>Will start soon...</source><target state="new">Will start soon...</target>
3283 <context-group purpose="location">
3284 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3285 <context context-type="linenumber">43</context>
3286 </context-group>
3287 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3288 <source>Running...</source><target state="new">Running...</target>
3289 <context-group purpose="location">
3290 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3291 <context context-type="linenumber">44</context>
3292 </context-group>
3293 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3294 <source>Finished</source><target state="new">Finished</target>
3295 <context-group purpose="location">
3296 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3297 <context context-type="linenumber">45</context>
3298 </context-group>
3299 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3300 <source>Failed</source><target state="new">Failed</target>
3301 <context-group purpose="location">
3302 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3303 <context context-type="linenumber">46</context>
3304 </context-group>
3236 </trans-unit> 3305 </trans-unit>
3237 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3306 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3238 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3307 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3240,13 +3309,13 @@ Hilf mit PeerTube zu übersetzen!</target>
3240 <context-group name="null"> 3309 <context-group name="null">
3241 <context context-type="linenumber">11</context> 3310 <context context-type="linenumber">11</context>
3242 </context-group> 3311 </context-group>
3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3312
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3313
3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3314
3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3315
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3316
3248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3317
3249 </trans-unit> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3250 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3319 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3251 <source>Accepted</source> 3320 <source>Accepted</source>
3252 <target>Akzeptiert</target> 3321 <target>Akzeptiert</target>
@@ -3899,6 +3968,18 @@ Hilf mit PeerTube zu übersetzen!</target>
3899 <context context-type="linenumber">2</context> 3968 <context context-type="linenumber">2</context>
3900 </context-group> 3969 </context-group>
3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3971 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3972 <source>Job type</source><target state="new">Job type</target>
3973 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3975 <context context-type="linenumber">5</context>
3976 </context-group>
3977 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3978 <source>Job state</source><target state="new">Job state</target>
3979 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3981 <context context-type="linenumber">14</context>
3982 </context-group>
3902 </trans-unit> 3983 </trans-unit>
3903 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3984 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3904 <source>Type</source> 3985 <source>Type</source>
@@ -3908,22 +3989,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3908 </context-group> 3989 </context-group>
3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3910 </trans-unit> 3991 </trans-unit>
3911 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3992
3912 <source>Processed on</source> 3993
3913 <target>Verarbeitet am</target>
3914 <context-group name="null">
3915 <context context-type="linenumber">22</context>
3916 </context-group>
3917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3918 </trans-unit>
3919 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3920 <source>Finished on</source>
3921 <target>Fertiggestellt am</target>
3922 <context-group name="null">
3923 <context context-type="linenumber">23</context>
3924 </context-group>
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3926 </trans-unit>
3927 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3994 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3928 <source>Refresh</source> 3995 <source>Refresh</source>
3929 <target>Auffrischen</target> 3996 <target>Auffrischen</target>
@@ -4517,19 +4584,30 @@ Hilf mit PeerTube zu übersetzen!</target>
4517 <context context-type="linenumber">486</context> 4584 <context context-type="linenumber">486</context>
4518 </context-group> 4585 </context-group>
4519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4520 </trans-unit> 4587 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4521 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html">
4522 <source> 4588 <source>
4523 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4589 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4524 4590
4525 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4591 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4526 </source> 4592
4527 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimentell, momentan empfehlen wir den Webtorrent support nicht auszuschalten<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Wenn du ausserdem HLS Unterstützung aktivierst, wird sich der für die Videos benötigte Speicherplatz verdoppeln<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target> 4593 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4594
4595 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4596 </source><target state="new">
4597 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4598
4599 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4600
4601 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4602
4603 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4604 </target>
4528 <context-group purpose="location"> 4605 <context-group purpose="location">
4529 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4606 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4530 <context context-type="linenumber">501</context> 4607 <context context-type="linenumber">501</context>
4531 </context-group> 4608 </context-group>
4532 </trans-unit> 4609 </trans-unit>
4610
4533 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4611 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4534 <source>WebTorrent support enabled</source> 4612 <source>WebTorrent support enabled</source>
4535 <target state="translated">WebTorrent Unterstützung aktiviert</target> 4613 <target state="translated">WebTorrent Unterstützung aktiviert</target>
@@ -4552,85 +4630,82 @@ Hilf mit PeerTube zu übersetzen!</target>
4552 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4630 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4553 </source> 4631 </source>
4554 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Benötigt ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generiere HLS Abspiellisten und fragmentierte MP4 Dateien, um eine bessere Abspielqualität als die Voreinstellung zu erreichen.<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Wechsel der Auflösung ist flüssiger<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Schnellerer Start, grade bei langen Videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabileres Abspielen (weniger Fehler/unendliches Puffern)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Wenn Webtorrent Untertützung gleichzeitig aktiviert ist, verdoppelt sich er benötigte Speicherplatz für Videos<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target> 4632 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Benötigt ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generiere HLS Abspiellisten und fragmentierte MP4 Dateien, um eine bessere Abspielqualität als die Voreinstellung zu erreichen.<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Wechsel der Auflösung ist flüssiger<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Schnellerer Start, grade bei langen Videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabileres Abspielen (weniger Fehler/unendliches Puffern)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Wenn Webtorrent Untertützung gleichzeitig aktiviert ist, verdoppelt sich er benötigte Speicherplatz für Videos<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4555 <context-group purpose="location"> 4633
4556 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4557 <context context-type="linenumber">518</context>
4558 </context-group>
4559 </trans-unit>
4560 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4635 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4561 <source>HLS support enabled</source> 4636 <source>HLS support enabled</source>
4562 <target state="translated">HLS Unterstützung einschalten</target> 4637 <target state="translated">HLS Unterstützung einschalten</target>
4563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4638
4564 </trans-unit> 4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4565 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4640 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4566 <source>Transcoding threads</source> 4641 <source>Transcoding threads</source>
4567 <target>Transcodierungsthreads</target> 4642 <target>Transcodierungsthreads</target>
4568 <context-group name="null"> 4643 <context-group name="null">
4569 <context context-type="linenumber">517</context> 4644 <context context-type="linenumber">517</context>
4570 </context-group> 4645 </context-group>
4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4646
4572 </trans-unit> 4647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4573 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4648 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4574 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4649 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4575 <target>Auflösung <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> aktiviert</target> 4650 <target>Auflösung <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> aktiviert</target>
4576 <context-group name="null"> 4651 <context-group name="null">
4577 <context context-type="linenumber">532</context> 4652 <context context-type="linenumber">532</context>
4578 </context-group> 4653 </context-group>
4579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4654
4580 </trans-unit> 4655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4581 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4656 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4582 <source>Cache</source> 4657 <source>Cache</source>
4583 <target>Cache</target> 4658 <target>Cache</target>
4584 <context-group name="null"> 4659 <context-group name="null">
4585 <context context-type="linenumber">541</context> 4660 <context context-type="linenumber">541</context>
4586 </context-group> 4661 </context-group>
4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4662
4588 </trans-unit> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4589 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4664 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4590 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4665 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4591 <target>Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.</target> 4666 <target>Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.</target>
4592 <context-group name="null"> 4667 <context-group name="null">
4593 <context context-type="linenumber">545</context> 4668 <context context-type="linenumber">545</context>
4594 </context-group> 4669 </context-group>
4595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4670
4596 </trans-unit> 4671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4597 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4672 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4598 <source>Previews cache size</source> 4673 <source>Previews cache size</source>
4599 <target>Cachegröße der Vorschau</target> 4674 <target>Cachegröße der Vorschau</target>
4600 <context-group name="null"> 4675 <context-group name="null">
4601 <context context-type="linenumber">552</context> 4676 <context context-type="linenumber">552</context>
4602 </context-group> 4677 </context-group>
4603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4678
4604 </trans-unit> 4679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4605 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4680 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4606 <source>Video captions cache size</source> 4681 <source>Video captions cache size</source>
4607 <target>Cachegröße der Untertitel</target> 4682 <target>Cachegröße der Untertitel</target>
4608 <context-group name="null"> 4683 <context-group name="null">
4609 <context context-type="linenumber">561</context> 4684 <context context-type="linenumber">561</context>
4610 </context-group> 4685 </context-group>
4611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4686
4612 </trans-unit> 4687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4613 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4688 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4614 <source>Customizations</source> 4689 <source>Customizations</source>
4615 <target>Personalisierung</target> 4690 <target>Personalisierung</target>
4616 <context-group name="null"> 4691 <context-group name="null">
4617 <context context-type="linenumber">570</context> 4692 <context context-type="linenumber">570</context>
4618 </context-group> 4693 </context-group>
4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4694
4620 </trans-unit> 4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4621 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4696 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4622 <source>JavaScript</source> 4697 <source>JavaScript</source>
4623 <target>JavaScript</target> 4698 <target>JavaScript</target>
4624 <context-group name="null"> 4699 <context-group name="null">
4625 <context context-type="linenumber">575</context> 4700 <context context-type="linenumber">575</context>
4626 </context-group> 4701 </context-group>
4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4702
4628 </trans-unit> 4703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4629 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4704 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4630 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4705 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4631 <target state="translated">Hier einfach JavaScript Code einfügen.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Beispiel: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('Meine Instanz ist unglaublich!');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4706 <target state="translated">Hier einfach JavaScript Code einfügen.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Beispiel: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('Meine Instanz ist unglaublich!');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4707
4633 </trans-unit> 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4634 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4709 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4635 <source> 4710 <source>
4636 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4711 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4646,8 +4721,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4646<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4721<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4647 </source> 4722 </source>
4648 <target state="translated">Hier einfach CSS Code einfügen. Beispiel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Stelle <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> voran um Eigenschaften zu überschreiben. Beispiel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4723 <target state="translated">Hier einfach CSS Code einfügen. Beispiel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Stelle <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> voran um Eigenschaften zu überschreiben. Beispiel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4724
4650 </trans-unit> 4725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4651 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4726 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4652 <source>Advanced configuration</source> 4727 <source>Advanced configuration</source>
4653 <target>Erweiterte Einstellungen</target> 4728 <target>Erweiterte Einstellungen</target>
@@ -4662,13 +4737,13 @@ Hilf mit PeerTube zu übersetzen!</target>
4662 <context-group name="null"> 4737 <context-group name="null">
4663 <context context-type="linenumber">628</context> 4738 <context context-type="linenumber">628</context>
4664 </context-group> 4739 </context-group>
4665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4740
4666 </trans-unit> 4741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4667 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4742 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4668 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4743 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4669 <target state="translated">Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern.</target> 4744 <target state="translated">Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern.</target>
4670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4745
4671 </trans-unit> 4746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4672 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4747 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4673 <source>Total video quota:</source> 4748 <source>Total video quota:</source>
4674 <target state="translated">Gesamtes Video Platzkontingent:</target> 4749 <target state="translated">Gesamtes Video Platzkontingent:</target>
@@ -5176,11 +5251,8 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
5176 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group> 5251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group>
5177 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5252 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5178 <source>All read</source><target state="new">All read</target> 5253 <source>All read</source><target state="new">All read</target>
5179 <context-group purpose="location"> 5254
5180 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5255 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5181 <context context-type="linenumber">12</context>
5182 </context-group>
5183 </trans-unit>
5184 5256
5185 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5257 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5186 <source>Activities</source> 5258 <source>Activities</source>
@@ -6207,6 +6279,12 @@ Erstelle mein Konto</target>
6207 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6279 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6208 <context context-type="linenumber">1</context> 6280 <context context-type="linenumber">1</context>
6209 </context-group> 6281 </context-group>
6282 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6283 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6284 <context-group purpose="location">
6285 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6286 <context context-type="linenumber">1</context>
6287 </context-group>
6210 </trans-unit> 6288 </trans-unit>
6211 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6289 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6212 <source>240p</source> 6290 <source>240p</source>
@@ -9321,6 +9399,12 @@ Erstelle mein Konto</target>
9321 <context context-type="linenumber">1</context> 9399 <context context-type="linenumber">1</context>
9322 </context-group> 9400 </context-group>
9323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9402 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9403 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9404 <context-group purpose="location">
9405 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9406 <context context-type="linenumber">1</context>
9407 </context-group>
9324 </trans-unit> 9408 </trans-unit>
9325 9409
9326 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9410 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9510,6 +9594,18 @@ Erstelle mein Konto</target>
9510 <context context-type="linenumber">1</context> 9594 <context context-type="linenumber">1</context>
9511 </context-group> 9595 </context-group>
9512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9597 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9598 <source>Add to watch later</source><target state="new">Add to watch later</target>
9599 <context-group purpose="location">
9600 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9601 <context context-type="linenumber">1</context>
9602 </context-group>
9603 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9604 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9605 <context-group purpose="location">
9606 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9607 <context context-type="linenumber">1</context>
9608 </context-group>
9513 </trans-unit> 9609 </trans-unit>
9514 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9610 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9515 <source>Only I can see this video</source> 9611 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index b3972f332..16109fb59 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -395,7 +395,7 @@
395 <context-group name="null"> 395 <context-group name="null">
396 <context context-type="linenumber">9</context> 396 <context context-type="linenumber">9</context>
397 </context-group> 397 </context-group>
398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
400 <source>Start at</source> 400 <source>Start at</source>
401 <target>Εκκίνηση στο</target> 401 <target>Εκκίνηση στο</target>
@@ -429,28 +429,38 @@
429 <context-group name="null"> 429 <context-group name="null">
430 <context context-type="linenumber">74</context> 430 <context context-type="linenumber">74</context>
431 </context-group> 431 </context-group>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
433 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 433 <source>video</source><target state="new">video</target>
434 <source>Download video</source> 434 <context-group purpose="location">
435 <target>Λήψη βίντεο</target> 435 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
436 <context-group name="null"> 436 <context context-type="linenumber">4</context>
437 <context context-type="linenumber">3</context> 437 </context-group>
438 <context-group purpose="location">
439 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
440 <context context-type="linenumber">12</context>
438 </context-group> 441 </context-group>
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 442 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
443 <source>subtitles</source><target state="new">subtitles</target>
444 <context-group purpose="location">
445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
446 <context context-type="linenumber">11</context>
447 </context-group>
448 </trans-unit>
449
440 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 450 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
441 <source>Direct download</source> 451 <source>Direct download</source>
442 <target>Απευθείας λήψη</target> 452 <target>Απευθείας λήψη</target>
443 <context-group name="null"> 453 <context-group name="null">
444 <context context-type="linenumber">27</context> 454 <context context-type="linenumber">27</context>
445 </context-group> 455 </context-group>
446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
447 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 457 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
448 <source>Torrent (.torrent file)</source> 458 <source>Torrent (.torrent file)</source>
449 <target>Torrent (αρχείο .torrent)</target> 459 <target>Torrent (αρχείο .torrent)</target>
450 <context-group name="null"> 460 <context-group name="null">
451 <context context-type="linenumber">32</context> 461 <context context-type="linenumber">32</context>
452 </context-group> 462 </context-group>
453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
454 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 464 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
455 <source> 465 <source>
456 Cancel 466 Cancel
@@ -461,14 +471,14 @@
461 <context-group name="null"> 471 <context-group name="null">
462 <context context-type="linenumber">47</context> 472 <context context-type="linenumber">47</context>
463 </context-group> 473 </context-group>
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
465 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 475 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
466 <source>Download</source> 476 <source>Download</source>
467 <target>Λήψη</target> 477 <target>Λήψη</target>
468 <context-group name="null"> 478 <context-group name="null">
469 <context context-type="linenumber">43</context> 479 <context context-type="linenumber">43</context>
470 </context-group> 480 </context-group>
471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
472 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 482 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
473 <source>Report video</source> 483 <source>Report video</source>
474 <target>Αναφορά βίντεο</target> 484 <target>Αναφορά βίντεο</target>
@@ -534,28 +544,28 @@
534 <context-group name="null"> 544 <context-group name="null">
535 <context context-type="linenumber">6</context> 545 <context context-type="linenumber">6</context>
536 </context-group> 546 </context-group>
537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
538 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 548 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
539 <source>Private</source> 549 <source>Private</source>
540 <target>Ιδιωτικό</target> 550 <target>Ιδιωτικό</target>
541 <context-group name="null"> 551 <context-group name="null">
542 <context context-type="linenumber">7</context> 552 <context context-type="linenumber">7</context>
543 </context-group> 553 </context-group>
544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
545 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 555 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
546 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 556 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
547 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> προβολές</target> 557 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> προβολές</target>
548 <context-group name="null"> 558 <context-group name="null">
549 <context context-type="linenumber">24</context> 559 <context context-type="linenumber">24</context>
550 </context-group> 560 </context-group>
551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
552 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 562 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
553 <source>Blacklisted</source> 563 <source>Blacklisted</source>
554 <target>Σε αναμονή</target> 564 <target>Σε αναμονή</target>
555 <context-group name="null"> 565 <context-group name="null">
556 <context context-type="linenumber">42</context> 566 <context context-type="linenumber">42</context>
557 </context-group> 567 </context-group>
558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
559 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 569 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
560 <source> 570 <source>
561 Sensitive 571 Sensitive
@@ -566,7 +576,7 @@
566 <context-group name="null"> 576 <context-group name="null">
567 <context context-type="linenumber">46</context> 577 <context context-type="linenumber">46</context>
568 </context-group> 578 </context-group>
569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
570 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 580 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
571 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 581 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
572 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 582 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -600,7 +610,7 @@
600 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 610 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
601 <source>Deleted</source><target state="new">Deleted</target> 611 <source>Deleted</source><target state="new">Deleted</target>
602 612
603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
604 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 614 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
605 <source>Edit starts/stops at</source> 615 <source>Edit starts/stops at</source>
606 <target>Επεξεργασία ξεκινά/σταματά στο</target> 616 <target>Επεξεργασία ξεκινά/σταματά στο</target>
@@ -628,7 +638,7 @@
628 <context-group name="null"> 638 <context-group name="null">
629 <context context-type="linenumber">20</context> 639 <context context-type="linenumber">20</context>
630 </context-group> 640 </context-group>
631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
632 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 642 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
633 <source>Delete</source> 643 <source>Delete</source>
634 <target>Διαγραφή</target> 644 <target>Διαγραφή</target>
@@ -864,7 +874,7 @@
864 <context-group name="null"> 874 <context-group name="null">
865 <context context-type="linenumber">86</context> 875 <context context-type="linenumber">86</context>
866 </context-group> 876 </context-group>
867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
868 <source>users</source><target state="new">users</target> 878 <source>users</source><target state="new">users</target>
869 <context-group purpose="location"> 879 <context-group purpose="location">
870 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 880 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1048,7 +1058,7 @@
1048 <context-group name="null"> 1058 <context-group name="null">
1049 <context context-type="linenumber">32</context> 1059 <context context-type="linenumber">32</context>
1050 </context-group> 1060 </context-group>
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1061 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1052 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1062 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1053 <source>Forgot your password</source> 1063 <source>Forgot your password</source>
1054 <target>Ξεχάσατε τον κωδικό σύνδεσης</target> 1064 <target>Ξεχάσατε τον κωδικό σύνδεσης</target>
@@ -1375,7 +1385,7 @@
1375 <context-group name="null"> 1385 <context-group name="null">
1376 <context context-type="linenumber">107</context> 1386 <context context-type="linenumber">107</context>
1377 </context-group> 1387 </context-group>
1378 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1388 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1379 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1389 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1380 <source> 1390 <source>
1381 Help to translate PeerTube! 1391 Help to translate PeerTube!
@@ -1404,6 +1414,12 @@
1404 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1414 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1405 <context context-type="linenumber">29</context> 1415 <context context-type="linenumber">29</context>
1406 </context-group> 1416 </context-group>
1417 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1418 <source>Help</source><target state="new">Help</target>
1419 <context-group purpose="location">
1420 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1421 <context context-type="linenumber">35</context>
1422 </context-group>
1407 </trans-unit> 1423 </trans-unit>
1408 1424
1409 1425
@@ -1413,101 +1429,101 @@
1413 <context-group name="null"> 1429 <context-group name="null">
1414 <context context-type="linenumber">25</context> 1430 <context context-type="linenumber">25</context>
1415 </context-group> 1431 </context-group>
1416 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1432 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1417 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1433 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1418 <source>Create an account</source> 1434 <source>Create an account</source>
1419 <target>Δημιουργία λογαριασμού</target> 1435 <target>Δημιουργία λογαριασμού</target>
1420 <context-group name="null"> 1436 <context-group name="null">
1421 <context context-type="linenumber">33</context> 1437 <context context-type="linenumber">33</context>
1422 </context-group> 1438 </context-group>
1423 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1439 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1424 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1440 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1425 <source>My library</source> 1441 <source>My library</source>
1426 <target>Η βιβλιοθήκη μου</target> 1442 <target>Η βιβλιοθήκη μου</target>
1427 <context-group name="null"> 1443 <context-group name="null">
1428 <context context-type="linenumber">37</context> 1444 <context context-type="linenumber">37</context>
1429 </context-group> 1445 </context-group>
1430 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1431 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1447 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1432 <source>Videos</source> 1448 <source>Videos</source>
1433 <target>Βίντεο</target> 1449 <target>Βίντεο</target>
1434 <context-group name="null"> 1450 <context-group name="null">
1435 <context context-type="linenumber">24</context> 1451 <context context-type="linenumber">24</context>
1436 </context-group> 1452 </context-group>
1437 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1453 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1438 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1454 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1439 <source>Playlists</source> 1455 <source>Playlists</source>
1440 <target>Λίστες αναπαραγωγής</target> 1456 <target>Λίστες αναπαραγωγής</target>
1441 <context-group name="null"> 1457 <context-group name="null">
1442 <context context-type="linenumber">46</context> 1458 <context context-type="linenumber">46</context>
1443 </context-group> 1459 </context-group>
1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1460 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1445 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1461 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1446 <source>Subscriptions</source> 1462 <source>Subscriptions</source>
1447 <target>Συνδρομές</target> 1463 <target>Συνδρομές</target>
1448 <context-group name="null"> 1464 <context-group name="null">
1449 <context context-type="linenumber">51</context> 1465 <context context-type="linenumber">51</context>
1450 </context-group> 1466 </context-group>
1451 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1452 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1468 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1453 <source>History</source> 1469 <source>History</source>
1454 <target>Ιστορικό</target> 1470 <target>Ιστορικό</target>
1455 <context-group name="null"> 1471 <context-group name="null">
1456 <context context-type="linenumber">56</context> 1472 <context context-type="linenumber">56</context>
1457 </context-group> 1473 </context-group>
1458 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1459 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1475 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1460 <source>Discover</source> 1476 <source>Discover</source>
1461 <target>Ανακαλύψτε</target> 1477 <target>Ανακαλύψτε</target>
1462 <context-group name="null"> 1478 <context-group name="null">
1463 <context context-type="linenumber">66</context> 1479 <context context-type="linenumber">66</context>
1464 </context-group> 1480 </context-group>
1465 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1481 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1466 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1482 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1467 <source>Trending</source> 1483 <source>Trending</source>
1468 <target>Τάσεις</target> 1484 <target>Τάσεις</target>
1469 <context-group name="null"> 1485 <context-group name="null">
1470 <context context-type="linenumber">71</context> 1486 <context context-type="linenumber">71</context>
1471 </context-group> 1487 </context-group>
1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1473 <source>Most liked</source><target state="new">Most liked</target> 1489 <source>Most liked</source><target state="new">Most liked</target>
1474 1490
1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1491 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1476 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1492 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1477 <source>Recently added</source> 1493 <source>Recently added</source>
1478 <target>Πρόσφατα</target> 1494 <target>Πρόσφατα</target>
1479 <context-group name="null"> 1495 <context-group name="null">
1480 <context context-type="linenumber">81</context> 1496 <context context-type="linenumber">81</context>
1481 </context-group> 1497 </context-group>
1482 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1498 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1483 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1499 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1484 <source>More</source> 1500 <source>More</source>
1485 <target>Περισσότερα</target> 1501 <target>Περισσότερα</target>
1486 <context-group name="null"> 1502 <context-group name="null">
1487 <context context-type="linenumber">91</context> 1503 <context context-type="linenumber">91</context>
1488 </context-group> 1504 </context-group>
1489 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1505 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1490 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1506 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1491 <source>Administration</source> 1507 <source>Administration</source>
1492 <target>Διαχείριση</target> 1508 <target>Διαχείριση</target>
1493 <context-group name="null"> 1509 <context-group name="null">
1494 <context context-type="linenumber">95</context> 1510 <context context-type="linenumber">95</context>
1495 </context-group> 1511 </context-group>
1496 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1512 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1497 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1513 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1498 <source>About</source> 1514 <source>About</source>
1499 <target>Σχετικά</target> 1515 <target>Σχετικά</target>
1500 <context-group name="null"> 1516 <context-group name="null">
1501 <context context-type="linenumber">26</context> 1517 <context context-type="linenumber">26</context>
1502 </context-group> 1518 </context-group>
1503 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1519 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1504 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1520 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1505 <source>Show keyboard shortcuts</source> 1521 <source>Show keyboard shortcuts</source>
1506 <target>Δείξε τις συντομεύσεις πληκτρολογίου</target> 1522 <target>Δείξε τις συντομεύσεις πληκτρολογίου</target>
1507 <context-group name="null"> 1523 <context-group name="null">
1508 <context context-type="linenumber">111</context> 1524 <context context-type="linenumber">111</context>
1509 </context-group> 1525 </context-group>
1510 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1526 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1511 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1527 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1512 <source>View your notifications</source> 1528 <source>View your notifications</source>
1513 <target>Δείτε τις ειδοποιήσεις σας</target> 1529 <target>Δείτε τις ειδοποιήσεις σας</target>
@@ -1523,15 +1539,9 @@
1523 </context-group> 1539 </context-group>
1524 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1540 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1525 <source>Mark all as read</source><target state="new">Mark all as read</target> 1541 <source>Mark all as read</source><target state="new">Mark all as read</target>
1526 <context-group purpose="location"> 1542
1527 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1543
1528 <context context-type="linenumber">18</context> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1529 </context-group>
1530 <context-group purpose="location">
1531 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1532 <context context-type="linenumber">9</context>
1533 </context-group>
1534 </trans-unit>
1535 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1545 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1536 <source>Update your notification preferences</source> 1546 <source>Update your notification preferences</source>
1537 <target>Ενημέρωση ρυθμίσεων για τις ειδοποιήσεις</target> 1547 <target>Ενημέρωση ρυθμίσεων για τις ειδοποιήσεις</target>
@@ -1633,7 +1643,7 @@
1633 <context-group name="null"> 1643 <context-group name="null">
1634 <context context-type="linenumber">45</context> 1644 <context context-type="linenumber">45</context>
1635 </context-group> 1645 </context-group>
1636 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1637 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1647 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1638 <source>Display sensitive content</source> 1648 <source>Display sensitive content</source>
1639 <target>Εμφάνιση ευαίσθητου περιεχομένου</target> 1649 <target>Εμφάνιση ευαίσθητου περιεχομένου</target>
@@ -1750,14 +1760,44 @@
1750 <context-group name="null"> 1760 <context-group name="null">
1751 <context context-type="linenumber">115</context> 1761 <context context-type="linenumber">115</context>
1752 </context-group> 1762 </context-group>
1753 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1763 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1764 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1765 <context-group purpose="location">
1766 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1767 <context context-type="linenumber">14</context>
1768 </context-group>
1769 <context-group purpose="location">
1770 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1771 <context context-type="linenumber">14</context>
1772 </context-group>
1773 <context-group purpose="location">
1774 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1775 <context context-type="linenumber">14</context>
1776 </context-group>
1777 <context-group purpose="location">
1778 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1779 <context context-type="linenumber">14</context>
1780 </context-group>
1781 <context-group purpose="location">
1782 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1783 <context context-type="linenumber">14</context>
1784 </context-group>
1785 <context-group purpose="location">
1786 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1787 <context context-type="linenumber">14</context>
1788 </context-group>
1789 <context-group purpose="location">
1790 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1791 <context context-type="linenumber">14</context>
1792 </context-group>
1793 </trans-unit>
1754 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1794 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1755 <source>Display unlisted and private videos</source> 1795 <source>Display unlisted and private videos</source>
1756 <target>Εμφάνιση μη καταχωρισμένων και ιδιωτικών βίντεο</target> 1796 <target>Εμφάνιση μη καταχωρισμένων και ιδιωτικών βίντεο</target>
1757 <context-group name="null"> 1797 <context-group name="null">
1758 <context context-type="linenumber">14</context> 1798 <context context-type="linenumber">14</context>
1759 </context-group> 1799 </context-group>
1760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1761 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1801 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1762 <source>Add caption</source> 1802 <source>Add caption</source>
1763 <target>Προσθήκη υποτίτλων</target> 1803 <target>Προσθήκη υποτίτλων</target>
@@ -2535,7 +2575,7 @@
2535 <context-group name="null"> 2575 <context-group name="null">
2536 <context context-type="linenumber">211</context> 2576 <context context-type="linenumber">211</context>
2537 </context-group> 2577 </context-group>
2538 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2578 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2539 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2579 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2540 <source> 2580 <source>
2541 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2581 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2546,21 +2586,21 @@
2546 <context-group name="null"> 2586 <context-group name="null">
2547 <context context-type="linenumber">212</context> 2587 <context context-type="linenumber">212</context>
2548 </context-group> 2588 </context-group>
2549 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2589 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2550 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2590 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2551 <source>More information</source> 2591 <source>More information</source>
2552 <target>Περισσότερες πληροφορίες</target> 2592 <target>Περισσότερες πληροφορίες</target>
2553 <context-group name="null"> 2593 <context-group name="null">
2554 <context context-type="linenumber">215</context> 2594 <context context-type="linenumber">215</context>
2555 </context-group> 2595 </context-group>
2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2596 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2557 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2597 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2558 <source>Get more information</source> 2598 <source>Get more information</source>
2559 <target>Δείτε περισσότερες πληροφορίες</target> 2599 <target>Δείτε περισσότερες πληροφορίες</target>
2560 <context-group name="null"> 2600 <context-group name="null">
2561 <context context-type="linenumber">215</context> 2601 <context context-type="linenumber">215</context>
2562 </context-group> 2602 </context-group>
2563 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2603 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2564 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2604 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2565 <source> 2605 <source>
2566 OK 2606 OK
@@ -2571,7 +2611,7 @@
2571 <context-group name="null"> 2611 <context-group name="null">
2572 <context context-type="linenumber">218</context> 2612 <context context-type="linenumber">218</context>
2573 </context-group> 2613 </context-group>
2574 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2614 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2575 <source>1 Comment</source><target state="new">1 Comment</target> 2615 <source>1 Comment</source><target state="new">1 Comment</target>
2576 <context-group purpose="location"> 2616 <context-group purpose="location">
2577 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2617 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2739,7 +2779,7 @@
2739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2779 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2740 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2780 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2741 2781
2742 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2782 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2743 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2783 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2744 <source> 2784 <source>
2745 Users 2785 Users
@@ -2886,7 +2926,37 @@
2886 <context-group name="null"> 2926 <context-group name="null">
2887 <context context-type="linenumber">10</context> 2927 <context context-type="linenumber">10</context>
2888 </context-group> 2928 </context-group>
2889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2930 <source>Delayed.</source><target state="new">Delayed.</target>
2931 <context-group purpose="location">
2932 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2933 <context context-type="linenumber">42</context>
2934 </context-group>
2935 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2936 <source>Will start soon...</source><target state="new">Will start soon...</target>
2937 <context-group purpose="location">
2938 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2939 <context context-type="linenumber">43</context>
2940 </context-group>
2941 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2942 <source>Running...</source><target state="new">Running...</target>
2943 <context-group purpose="location">
2944 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2945 <context context-type="linenumber">44</context>
2946 </context-group>
2947 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2948 <source>Finished</source><target state="new">Finished</target>
2949 <context-group purpose="location">
2950 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2951 <context context-type="linenumber">45</context>
2952 </context-group>
2953 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2954 <source>Failed</source><target state="new">Failed</target>
2955 <context-group purpose="location">
2956 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2957 <context context-type="linenumber">46</context>
2958 </context-group>
2959 </trans-unit>
2890 2960
2891 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2961 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2892 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2962 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2894,7 +2964,7 @@
2894 <context-group name="null"> 2964 <context-group name="null">
2895 <context context-type="linenumber">11</context> 2965 <context context-type="linenumber">11</context>
2896 </context-group> 2966 </context-group>
2897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2898 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2968 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2899 <source>Accepted</source> 2969 <source>Accepted</source>
2900 <target>Έγινε αποδοχή</target> 2970 <target>Έγινε αποδοχή</target>
@@ -3444,7 +3514,19 @@
3444 <context-group name="null"> 3514 <context-group name="null">
3445 <context context-type="linenumber">2</context> 3515 <context context-type="linenumber">2</context>
3446 </context-group> 3516 </context-group>
3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3518 <source>Job type</source><target state="new">Job type</target>
3519 <context-group purpose="location">
3520 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3521 <context context-type="linenumber">5</context>
3522 </context-group>
3523 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3524 <source>Job state</source><target state="new">Job state</target>
3525 <context-group purpose="location">
3526 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3527 <context context-type="linenumber">14</context>
3528 </context-group>
3529 </trans-unit>
3448 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3530 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3449 <source>Type</source> 3531 <source>Type</source>
3450 <target>Τύπος</target> 3532 <target>Τύπος</target>
@@ -3452,20 +3534,8 @@
3452 <context context-type="linenumber">19</context> 3534 <context context-type="linenumber">19</context>
3453 </context-group> 3535 </context-group>
3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3455 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3537
3456 <source>Processed on</source> 3538
3457 <target>Έγινε επεξεργασία στις</target>
3458 <context-group name="null">
3459 <context context-type="linenumber">22</context>
3460 </context-group>
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3462 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3463 <source>Finished on</source>
3464 <target>Ολοκληρώθηκε στις</target>
3465 <context-group name="null">
3466 <context context-type="linenumber">23</context>
3467 </context-group>
3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3469 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3539 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3470 <source>Refresh</source> 3540 <source>Refresh</source>
3471 <target>Ανανέωση</target> 3541 <target>Ανανέωση</target>
@@ -3963,15 +4033,23 @@
3963 <context-group name="null"> 4033 <context-group name="null">
3964 <context context-type="linenumber">486</context> 4034 <context context-type="linenumber">486</context>
3965 </context-group> 4035 </context-group>
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3967 <source> 4037 <source>
3968 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4038 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3969 4039
3970 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4040 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4041
4042 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4043
4044 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3971 </source><target state="new"> 4045 </source><target state="new">
3972 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4046 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3973 4047
3974 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4048 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4049
4050 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4051
4052 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3975 </target> 4053 </target>
3976 <context-group purpose="location"> 4054 <context-group purpose="location">
3977 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4055 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4007,73 +4085,70 @@
4007 4085
4008 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4086 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4009 </target> 4087 </target>
4010 <context-group purpose="location"> 4088
4011 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4012 <context context-type="linenumber">518</context>
4013 </context-group>
4014 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4015 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4090 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4016 4091
4017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4018 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4093 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4019 <source>Transcoding threads</source> 4094 <source>Transcoding threads</source>
4020 <target>Νήματα επανακωδικοποίησης</target> 4095 <target>Νήματα επανακωδικοποίησης</target>
4021 <context-group name="null"> 4096 <context-group name="null">
4022 <context context-type="linenumber">517</context> 4097 <context context-type="linenumber">517</context>
4023 </context-group> 4098 </context-group>
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4025 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4100 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4026 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4101 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4027 <target>Ανάλυση <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> ενεργή</target> 4102 <target>Ανάλυση <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> ενεργή</target>
4028 <context-group name="null"> 4103 <context-group name="null">
4029 <context context-type="linenumber">532</context> 4104 <context context-type="linenumber">532</context>
4030 </context-group> 4105 </context-group>
4031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4032 <source>Cache</source><target state="new">Cache</target> 4107 <source>Cache</source><target state="new">Cache</target>
4033 4108
4034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4035 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4110 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4036 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4111 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4037 <target>Κάποια αρχεία δεν διανέμονται ομόσπονδα (προεπισκοπήσεις, υπότιτλοι). Γίνεται απευθείας λήψη και προσωρινή αποθήκευσή τους.</target> 4112 <target>Κάποια αρχεία δεν διανέμονται ομόσπονδα (προεπισκοπήσεις, υπότιτλοι). Γίνεται απευθείας λήψη και προσωρινή αποθήκευσή τους.</target>
4038 <context-group name="null"> 4113 <context-group name="null">
4039 <context context-type="linenumber">545</context> 4114 <context context-type="linenumber">545</context>
4040 </context-group> 4115 </context-group>
4041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4042 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4117 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4043 <source>Previews cache size</source> 4118 <source>Previews cache size</source>
4044 <target>Μέγεθος προσωρινής μνήμης προεπισκοπήσεων</target> 4119 <target>Μέγεθος προσωρινής μνήμης προεπισκοπήσεων</target>
4045 <context-group name="null"> 4120 <context-group name="null">
4046 <context context-type="linenumber">552</context> 4121 <context context-type="linenumber">552</context>
4047 </context-group> 4122 </context-group>
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4049 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4124 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4050 <source>Video captions cache size</source> 4125 <source>Video captions cache size</source>
4051 <target>Μέγεθος προσωρινής μνήμης υποτίτλων</target> 4126 <target>Μέγεθος προσωρινής μνήμης υποτίτλων</target>
4052 <context-group name="null"> 4127 <context-group name="null">
4053 <context context-type="linenumber">561</context> 4128 <context context-type="linenumber">561</context>
4054 </context-group> 4129 </context-group>
4055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4056 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4131 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4057 <source>Customizations</source> 4132 <source>Customizations</source>
4058 <target>Προσαρμογή</target> 4133 <target>Προσαρμογή</target>
4059 <context-group name="null"> 4134 <context-group name="null">
4060 <context context-type="linenumber">570</context> 4135 <context context-type="linenumber">570</context>
4061 </context-group> 4136 </context-group>
4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4063 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4138 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4064 <source>JavaScript</source> 4139 <source>JavaScript</source>
4065 <target>JavaScript</target> 4140 <target>JavaScript</target>
4066 <context-group name="null"> 4141 <context-group name="null">
4067 <context context-type="linenumber">575</context> 4142 <context context-type="linenumber">575</context>
4068 </context-group> 4143 </context-group>
4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4070 <source> 4145 <source>
4071 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4146 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4072 </source><target state="new"> 4147 </source><target state="new">
4073 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4148 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4074 </target> 4149 </target>
4075 4150
4076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4077 <source> 4152 <source>
4078 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4153 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4079<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4154<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4100,7 +4175,7 @@
4100<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4175<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4101 </target> 4176 </target>
4102 4177
4103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4104 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4179 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4105 <source>Advanced configuration</source> 4180 <source>Advanced configuration</source>
4106 <target>Ρυθμίσεις για προχωρημένους</target> 4181 <target>Ρυθμίσεις για προχωρημένους</target>
@@ -4114,10 +4189,10 @@
4114 <context-group name="null"> 4189 <context-group name="null">
4115 <context context-type="linenumber">628</context> 4190 <context context-type="linenumber">628</context>
4116 </context-group> 4191 </context-group>
4117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4118 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4193 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4119 4194
4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4121 <source>Total video quota:</source><target state="new">Total video quota:</target> 4196 <source>Total video quota:</source><target state="new">Total video quota:</target>
4122 <context-group purpose="location"> 4197 <context-group purpose="location">
4123 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4198 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4559,11 +4634,8 @@ When you will upload a video in this channel, the video support field will be au
4559 </context-group> 4634 </context-group>
4560 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4561 <source>All read</source><target state="new">All read</target> 4636 <source>All read</source><target state="new">All read</target>
4562 <context-group purpose="location"> 4637
4563 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4564 <context context-type="linenumber">12</context>
4565 </context-group>
4566 </trans-unit>
4567 4639
4568 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4640 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4569 <source>Activities</source> 4641 <source>Activities</source>
@@ -5540,6 +5612,12 @@ When you will upload a video in this channel, the video support field will be au
5540 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5612 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5541 <context context-type="linenumber">1</context> 5613 <context context-type="linenumber">1</context>
5542 </context-group> 5614 </context-group>
5615 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5616 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5617 <context-group purpose="location">
5618 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5619 <context context-type="linenumber">1</context>
5620 </context-group>
5543 </trans-unit> 5621 </trans-unit>
5544 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5622 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5545 <source>240p</source> 5623 <source>240p</source>
@@ -8199,7 +8277,13 @@ When you will upload a video in this channel, the video support field will be au
8199 <context-group name="null"> 8277 <context-group name="null">
8200 <context context-type="linenumber">1</context> 8278 <context context-type="linenumber">1</context>
8201 </context-group> 8279 </context-group>
8202 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8281 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8282 <context-group purpose="location">
8283 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8284 <context context-type="linenumber">1</context>
8285 </context-group>
8286 </trans-unit>
8203 8287
8204 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8288 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
8205 <source>Subscribed</source> 8289 <source>Subscribed</source>
@@ -8361,7 +8445,19 @@ When you will upload a video in this channel, the video support field will be au
8361 <context-group name="null"> 8445 <context-group name="null">
8362 <context context-type="linenumber">1</context> 8446 <context context-type="linenumber">1</context>
8363 </context-group> 8447 </context-group>
8364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8449 <source>Add to watch later</source><target state="new">Add to watch later</target>
8450 <context-group purpose="location">
8451 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8452 <context context-type="linenumber">1</context>
8453 </context-group>
8454 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8455 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8456 <context-group purpose="location">
8457 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8458 <context context-type="linenumber">1</context>
8459 </context-group>
8460 </trans-unit>
8365 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8461 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8366 <source>Only I can see this video</source> 8462 <source>Only I can see this video</source>
8367 <target>Μόνο εγώ μπορώ να το δω</target> 8463 <target>Μόνο εγώ μπορώ να το δω</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index 6026c38eb..9038831d0 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -374,11 +374,8 @@
374 </context-group> 374 </context-group>
375 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 375 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
376 <source>Options</source><target state="new">Options</target> 376 <source>Options</source><target state="new">Options</target>
377 <context-group purpose="location"> 377
378 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
379 <context context-type="linenumber">9</context>
380 </context-group>
381 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
382 <source>Start at</source><target state="new">Start at</target> 379 <source>Start at</source><target state="new">Start at</target>
383 380
384 381
@@ -408,28 +405,38 @@
408 <context-group name="null"> 405 <context-group name="null">
409 <context context-type="linenumber">74</context> 406 <context context-type="linenumber">74</context>
410 </context-group> 407 </context-group>
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
412 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 409 <source>video</source><target state="new">video</target>
413 <source>Download video</source> 410 <context-group purpose="location">
414 <target>Download video</target> 411 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
415 <context-group name="null"> 412 <context context-type="linenumber">4</context>
416 <context context-type="linenumber">3</context> 413 </context-group>
414 <context-group purpose="location">
415 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
416 <context context-type="linenumber">12</context>
417 </context-group> 417 </context-group>
418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 418 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
419 <source>subtitles</source><target state="new">subtitles</target>
420 <context-group purpose="location">
421 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
422 <context context-type="linenumber">11</context>
423 </context-group>
424 </trans-unit>
425
419 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 426 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
420 <source>Direct download</source> 427 <source>Direct download</source>
421 <target>Direct download</target> 428 <target>Direct download</target>
422 <context-group name="null"> 429 <context-group name="null">
423 <context context-type="linenumber">27</context> 430 <context context-type="linenumber">27</context>
424 </context-group> 431 </context-group>
425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
426 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 433 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
427 <source>Torrent (.torrent file)</source> 434 <source>Torrent (.torrent file)</source>
428 <target>Torrent (.torrent file)</target> 435 <target>Torrent (.torrent file)</target>
429 <context-group name="null"> 436 <context-group name="null">
430 <context context-type="linenumber">32</context> 437 <context context-type="linenumber">32</context>
431 </context-group> 438 </context-group>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
433 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 440 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
434 <source> 441 <source>
435 Cancel 442 Cancel
@@ -440,14 +447,14 @@
440 <context-group name="null"> 447 <context-group name="null">
441 <context context-type="linenumber">47</context> 448 <context context-type="linenumber">47</context>
442 </context-group> 449 </context-group>
443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
444 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 451 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
445 <source>Download</source> 452 <source>Download</source>
446 <target>Download</target> 453 <target>Download</target>
447 <context-group name="null"> 454 <context-group name="null">
448 <context context-type="linenumber">43</context> 455 <context context-type="linenumber">43</context>
449 </context-group> 456 </context-group>
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
451 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 458 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
452 <source>Report video</source> 459 <source>Report video</source>
453 <target>Report video</target> 460 <target>Report video</target>
@@ -513,38 +520,35 @@
513 <context-group name="null"> 520 <context-group name="null">
514 <context context-type="linenumber">6</context> 521 <context context-type="linenumber">6</context>
515 </context-group> 522 </context-group>
516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
517 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
518 <source>Private</source> 525 <source>Private</source>
519 <target>Private</target> 526 <target>Private</target>
520 <context-group name="null"> 527 <context-group name="null">
521 <context context-type="linenumber">7</context> 528 <context context-type="linenumber">7</context>
522 </context-group> 529 </context-group>
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
524 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 531 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
525 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 532 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
526 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 533 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
527 <context-group name="null"> 534 <context-group name="null">
528 <context context-type="linenumber">24</context> 535 <context context-type="linenumber">24</context>
529 </context-group> 536 </context-group>
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
531 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 538 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
532 <source>Blacklisted</source> 539 <source>Blacklisted</source>
533 <target>Blacklisted</target> 540 <target>Blacklisted</target>
534 <context-group name="null"> 541 <context-group name="null">
535 <context context-type="linenumber">42</context> 542 <context context-type="linenumber">42</context>
536 </context-group> 543 </context-group>
537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
538 <source> 545 <source>
539 Sensitive 546 Sensitive
540 </source><target state="new"> 547 </source><target state="new">
541 Sensitive 548 Sensitive
542 </target> 549 </target>
543 <context-group purpose="location"> 550
544 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
545 <context context-type="linenumber">46</context>
546 </context-group>
547 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
548 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 552 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
549 <context-group purpose="location"> 553 <context-group purpose="location">
550 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 554 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -575,7 +579,7 @@
575 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 579 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
576 <source>Deleted</source><target state="new">Deleted</target> 580 <source>Deleted</source><target state="new">Deleted</target>
577 581
578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
579 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 583 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
580 <context-group purpose="location"> 584 <context-group purpose="location">
581 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 585 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -601,7 +605,7 @@
601 <context-group name="null"> 605 <context-group name="null">
602 <context context-type="linenumber">20</context> 606 <context context-type="linenumber">20</context>
603 </context-group> 607 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
605 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 609 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
606 <source>Delete</source> 610 <source>Delete</source>
607 <target>Delete</target> 611 <target>Delete</target>
@@ -829,7 +833,7 @@
829 <context-group name="null"> 833 <context-group name="null">
830 <context context-type="linenumber">86</context> 834 <context context-type="linenumber">86</context>
831 </context-group> 835 </context-group>
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
833 <source>users</source><target state="new">users</target> 837 <source>users</source><target state="new">users</target>
834 <context-group purpose="location"> 838 <context-group purpose="location">
835 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 839 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1012,7 +1016,7 @@
1012 <context-group name="null"> 1016 <context-group name="null">
1013 <context context-type="linenumber">32</context> 1017 <context context-type="linenumber">32</context>
1014 </context-group> 1018 </context-group>
1015 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1019 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1016 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1020 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1017 <source>Forgot your password</source> 1021 <source>Forgot your password</source>
1018 <target>Forgot your password</target> 1022 <target>Forgot your password</target>
@@ -1339,7 +1343,7 @@
1339 <context-group name="null"> 1343 <context-group name="null">
1340 <context context-type="linenumber">107</context> 1344 <context context-type="linenumber">107</context>
1341 </context-group> 1345 </context-group>
1342 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1343 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1347 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1344 <source> 1348 <source>
1345 Help to translate PeerTube! 1349 Help to translate PeerTube!
@@ -1368,92 +1372,98 @@
1368 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1372 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1369 <context context-type="linenumber">29</context> 1373 <context context-type="linenumber">29</context>
1370 </context-group> 1374 </context-group>
1375 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1376 <source>Help</source><target state="new">Help</target>
1377 <context-group purpose="location">
1378 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1379 <context context-type="linenumber">35</context>
1380 </context-group>
1371 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1381 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1372 <source>Log out</source><target state="new">Log out</target> 1382 <source>Log out</source><target state="new">Log out</target>
1373 1383
1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1384 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1375 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1385 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1376 <source>Create an account</source> 1386 <source>Create an account</source>
1377 <target>Create an account</target> 1387 <target>Create an account</target>
1378 <context-group name="null"> 1388 <context-group name="null">
1379 <context context-type="linenumber">33</context> 1389 <context context-type="linenumber">33</context>
1380 </context-group> 1390 </context-group>
1381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1391 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1382 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1392 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1383 <source>My library</source> 1393 <source>My library</source>
1384 <target>My library</target> 1394 <target>My library</target>
1385 <context-group name="null"> 1395 <context-group name="null">
1386 <context context-type="linenumber">37</context> 1396 <context context-type="linenumber">37</context>
1387 </context-group> 1397 </context-group>
1388 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1389 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1399 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1390 <source>Videos</source> 1400 <source>Videos</source>
1391 <target>Videos</target> 1401 <target>Videos</target>
1392 <context-group name="null"> 1402 <context-group name="null">
1393 <context context-type="linenumber">24</context> 1403 <context context-type="linenumber">24</context>
1394 </context-group> 1404 </context-group>
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1396 <source>Playlists</source><target state="new">Playlists</target> 1406 <source>Playlists</source><target state="new">Playlists</target>
1397 1407
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1399 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1409 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1400 <source>Subscriptions</source> 1410 <source>Subscriptions</source>
1401 <target>Subscriptions</target> 1411 <target>Subscriptions</target>
1402 <context-group name="null"> 1412 <context-group name="null">
1403 <context context-type="linenumber">51</context> 1413 <context context-type="linenumber">51</context>
1404 </context-group> 1414 </context-group>
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1406 <source>History</source><target state="new">History</target> 1416 <source>History</source><target state="new">History</target>
1407 1417
1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1409 <source>Discover</source><target state="new">Discover</target> 1419 <source>Discover</source><target state="new">Discover</target>
1410 1420
1411 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1412 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1422 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1413 <source>Trending</source> 1423 <source>Trending</source>
1414 <target>Trending</target> 1424 <target>Trending</target>
1415 <context-group name="null"> 1425 <context-group name="null">
1416 <context context-type="linenumber">71</context> 1426 <context context-type="linenumber">71</context>
1417 </context-group> 1427 </context-group>
1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1419 <source>Most liked</source><target state="new">Most liked</target> 1429 <source>Most liked</source><target state="new">Most liked</target>
1420 1430
1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1422 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1432 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1423 <source>Recently added</source> 1433 <source>Recently added</source>
1424 <target>Recently added</target> 1434 <target>Recently added</target>
1425 <context-group name="null"> 1435 <context-group name="null">
1426 <context context-type="linenumber">81</context> 1436 <context context-type="linenumber">81</context>
1427 </context-group> 1437 </context-group>
1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1438 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1429 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1439 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1430 <source>More</source> 1440 <source>More</source>
1431 <target>More</target> 1441 <target>More</target>
1432 <context-group name="null"> 1442 <context-group name="null">
1433 <context context-type="linenumber">91</context> 1443 <context context-type="linenumber">91</context>
1434 </context-group> 1444 </context-group>
1435 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1445 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1436 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1446 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1437 <source>Administration</source> 1447 <source>Administration</source>
1438 <target>Administration</target> 1448 <target>Administration</target>
1439 <context-group name="null"> 1449 <context-group name="null">
1440 <context context-type="linenumber">95</context> 1450 <context context-type="linenumber">95</context>
1441 </context-group> 1451 </context-group>
1442 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1443 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1453 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1444 <source>About</source> 1454 <source>About</source>
1445 <target>About</target> 1455 <target>About</target>
1446 <context-group name="null"> 1456 <context-group name="null">
1447 <context context-type="linenumber">26</context> 1457 <context context-type="linenumber">26</context>
1448 </context-group> 1458 </context-group>
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1450 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1460 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1451 <source>Show keyboard shortcuts</source> 1461 <source>Show keyboard shortcuts</source>
1452 <target>Show keyboard shortcuts</target> 1462 <target>Show keyboard shortcuts</target>
1453 <context-group name="null"> 1463 <context-group name="null">
1454 <context context-type="linenumber">111</context> 1464 <context context-type="linenumber">111</context>
1455 </context-group> 1465 </context-group>
1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1466 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1457 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1467 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1458 <source>View your notifications</source> 1468 <source>View your notifications</source>
1459 <target>View your notifications</target> 1469 <target>View your notifications</target>
@@ -1469,15 +1479,9 @@
1469 </context-group> 1479 </context-group>
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1480 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1471 <source>Mark all as read</source><target state="new">Mark all as read</target> 1481 <source>Mark all as read</source><target state="new">Mark all as read</target>
1472 <context-group purpose="location"> 1482
1473 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1483
1474 <context context-type="linenumber">18</context> 1484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1475 </context-group>
1476 <context-group purpose="location">
1477 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1478 <context context-type="linenumber">9</context>
1479 </context-group>
1480 </trans-unit>
1481 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1485 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1482 <source>Update your notification preferences</source> 1486 <source>Update your notification preferences</source>
1483 <target>Update your notification preferences</target> 1487 <target>Update your notification preferences</target>
@@ -1579,7 +1583,7 @@
1579 <context-group name="null"> 1583 <context-group name="null">
1580 <context context-type="linenumber">45</context> 1584 <context context-type="linenumber">45</context>
1581 </context-group> 1585 </context-group>
1582 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1586 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1583 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1587 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1584 <source>Display sensitive content</source> 1588 <source>Display sensitive content</source>
1585 <target>Display sensitive content</target> 1589 <target>Display sensitive content</target>
@@ -1696,14 +1700,44 @@
1696 <context-group name="null"> 1700 <context-group name="null">
1697 <context context-type="linenumber">115</context> 1701 <context context-type="linenumber">115</context>
1698 </context-group> 1702 </context-group>
1699 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1704 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1705 <context-group purpose="location">
1706 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1707 <context context-type="linenumber">14</context>
1708 </context-group>
1709 <context-group purpose="location">
1710 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1711 <context context-type="linenumber">14</context>
1712 </context-group>
1713 <context-group purpose="location">
1714 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1715 <context context-type="linenumber">14</context>
1716 </context-group>
1717 <context-group purpose="location">
1718 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1719 <context context-type="linenumber">14</context>
1720 </context-group>
1721 <context-group purpose="location">
1722 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1723 <context context-type="linenumber">14</context>
1724 </context-group>
1725 <context-group purpose="location">
1726 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1727 <context context-type="linenumber">14</context>
1728 </context-group>
1729 <context-group purpose="location">
1730 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1731 <context context-type="linenumber">14</context>
1732 </context-group>
1733 </trans-unit>
1700 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1734 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1701 <source>Display unlisted and private videos</source> 1735 <source>Display unlisted and private videos</source>
1702 <target>Display unlisted and private videos</target> 1736 <target>Display unlisted and private videos</target>
1703 <context-group name="null"> 1737 <context-group name="null">
1704 <context context-type="linenumber">14</context> 1738 <context context-type="linenumber">14</context>
1705 </context-group> 1739 </context-group>
1706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1707 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1741 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1708 <source>Add caption</source> 1742 <source>Add caption</source>
1709 <target>Add caption</target> 1743 <target>Add caption</target>
@@ -2440,7 +2474,7 @@
2440 <context-group name="null"> 2474 <context-group name="null">
2441 <context context-type="linenumber">211</context> 2475 <context context-type="linenumber">211</context>
2442 </context-group> 2476 </context-group>
2443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2477 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2444 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2478 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2445 <source> 2479 <source>
2446 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2480 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2451,21 +2485,21 @@
2451 <context-group name="null"> 2485 <context-group name="null">
2452 <context context-type="linenumber">212</context> 2486 <context context-type="linenumber">212</context>
2453 </context-group> 2487 </context-group>
2454 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2455 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2489 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2456 <source>More information</source> 2490 <source>More information</source>
2457 <target>More information</target> 2491 <target>More information</target>
2458 <context-group name="null"> 2492 <context-group name="null">
2459 <context context-type="linenumber">215</context> 2493 <context context-type="linenumber">215</context>
2460 </context-group> 2494 </context-group>
2461 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2495 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2462 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2496 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2463 <source>Get more information</source> 2497 <source>Get more information</source>
2464 <target>Get more information</target> 2498 <target>Get more information</target>
2465 <context-group name="null"> 2499 <context-group name="null">
2466 <context context-type="linenumber">215</context> 2500 <context context-type="linenumber">215</context>
2467 </context-group> 2501 </context-group>
2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2502 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2469 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2503 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2470 <source> 2504 <source>
2471 OK 2505 OK
@@ -2476,7 +2510,7 @@
2476 <context-group name="null"> 2510 <context-group name="null">
2477 <context context-type="linenumber">218</context> 2511 <context context-type="linenumber">218</context>
2478 </context-group> 2512 </context-group>
2479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2513 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2480 <source>1 Comment</source><target state="new">1 Comment</target> 2514 <source>1 Comment</source><target state="new">1 Comment</target>
2481 <context-group purpose="location"> 2515 <context-group purpose="location">
2482 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2516 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2644,7 +2678,7 @@
2644 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2645 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2679 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2646 2680
2647 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2681 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2648 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2682 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2649 <source> 2683 <source>
2650 Users 2684 Users
@@ -2785,7 +2819,37 @@
2785 <context-group name="null"> 2819 <context-group name="null">
2786 <context context-type="linenumber">10</context> 2820 <context context-type="linenumber">10</context>
2787 </context-group> 2821 </context-group>
2788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2823 <source>Delayed.</source><target state="new">Delayed.</target>
2824 <context-group purpose="location">
2825 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2826 <context context-type="linenumber">42</context>
2827 </context-group>
2828 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2829 <source>Will start soon...</source><target state="new">Will start soon...</target>
2830 <context-group purpose="location">
2831 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2832 <context context-type="linenumber">43</context>
2833 </context-group>
2834 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2835 <source>Running...</source><target state="new">Running...</target>
2836 <context-group purpose="location">
2837 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2838 <context context-type="linenumber">44</context>
2839 </context-group>
2840 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2841 <source>Finished</source><target state="new">Finished</target>
2842 <context-group purpose="location">
2843 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2844 <context context-type="linenumber">45</context>
2845 </context-group>
2846 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2847 <source>Failed</source><target state="new">Failed</target>
2848 <context-group purpose="location">
2849 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2850 <context context-type="linenumber">46</context>
2851 </context-group>
2852 </trans-unit>
2789 2853
2790 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2854 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2791 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2855 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2793,7 +2857,7 @@
2793 <context-group name="null"> 2857 <context-group name="null">
2794 <context context-type="linenumber">11</context> 2858 <context context-type="linenumber">11</context>
2795 </context-group> 2859 </context-group>
2796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2797 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2861 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2798 <source>Accepted</source> 2862 <source>Accepted</source>
2799 <target>Accepted</target> 2863 <target>Accepted</target>
@@ -3329,7 +3393,19 @@
3329 <context-group name="null"> 3393 <context-group name="null">
3330 <context context-type="linenumber">2</context> 3394 <context context-type="linenumber">2</context>
3331 </context-group> 3395 </context-group>
3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3397 <source>Job type</source><target state="new">Job type</target>
3398 <context-group purpose="location">
3399 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3400 <context context-type="linenumber">5</context>
3401 </context-group>
3402 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3403 <source>Job state</source><target state="new">Job state</target>
3404 <context-group purpose="location">
3405 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3406 <context context-type="linenumber">14</context>
3407 </context-group>
3408 </trans-unit>
3333 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3409 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3334 <source>Type</source> 3410 <source>Type</source>
3335 <target>Type</target> 3411 <target>Type</target>
@@ -3337,20 +3413,8 @@
3337 <context context-type="linenumber">19</context> 3413 <context context-type="linenumber">19</context>
3338 </context-group> 3414 </context-group>
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3340 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3416
3341 <source>Processed on</source> 3417 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3342 <target>Processed on</target>
3343 <context-group name="null">
3344 <context context-type="linenumber">22</context>
3345 </context-group>
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3347 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3348 <source>Finished on</source>
3349 <target>Finished on</target>
3350 <context-group name="null">
3351 <context context-type="linenumber">23</context>
3352 </context-group>
3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3354 <source>Refresh</source><target state="new">Refresh</target> 3418 <source>Refresh</source><target state="new">Refresh</target>
3355 3419
3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3842,15 +3906,23 @@
3842 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3906 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3843 <context context-type="linenumber">486</context> 3907 <context context-type="linenumber">486</context>
3844 </context-group> 3908 </context-group>
3845 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3909 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3846 <source> 3910 <source>
3847 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3911 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3848 3912
3849 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3913 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3914
3915 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3916
3917 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3850 </source><target state="new"> 3918 </source><target state="new">
3851 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3919 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3852 3920
3853 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3921 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3922
3923 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3924
3925 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3854 </target> 3926 </target>
3855 <context-group purpose="location"> 3927 <context-group purpose="location">
3856 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3928 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3886,69 +3958,66 @@
3886 3958
3887 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3959 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3888 </target> 3960 </target>
3889 <context-group purpose="location"> 3961
3890 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3891 <context context-type="linenumber">518</context>
3892 </context-group>
3893 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3894 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3963 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3895 3964
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
3897 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3966 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3898 <source>Transcoding threads</source> 3967 <source>Transcoding threads</source>
3899 <target>Transcoding threads</target> 3968 <target>Transcoding threads</target>
3900 <context-group name="null"> 3969 <context-group name="null">
3901 <context context-type="linenumber">517</context> 3970 <context context-type="linenumber">517</context>
3902 </context-group> 3971 </context-group>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3904 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3973 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3905 3974
3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3907 <source>Cache</source><target state="new">Cache</target> 3976 <source>Cache</source><target state="new">Cache</target>
3908 3977
3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
3910 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 3979 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
3911 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 3980 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
3912 <target>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3981 <target>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3913 <context-group name="null"> 3982 <context-group name="null">
3914 <context context-type="linenumber">545</context> 3983 <context context-type="linenumber">545</context>
3915 </context-group> 3984 </context-group>
3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
3917 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 3986 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
3918 <source>Previews cache size</source> 3987 <source>Previews cache size</source>
3919 <target>Previews cache size</target> 3988 <target>Previews cache size</target>
3920 <context-group name="null"> 3989 <context-group name="null">
3921 <context context-type="linenumber">552</context> 3990 <context context-type="linenumber">552</context>
3922 </context-group> 3991 </context-group>
3923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
3924 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 3993 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
3925 <source>Video captions cache size</source> 3994 <source>Video captions cache size</source>
3926 <target>Video captions cache size</target> 3995 <target>Video captions cache size</target>
3927 <context-group name="null"> 3996 <context-group name="null">
3928 <context context-type="linenumber">561</context> 3997 <context context-type="linenumber">561</context>
3929 </context-group> 3998 </context-group>
3930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
3931 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4000 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
3932 <source>Customizations</source> 4001 <source>Customizations</source>
3933 <target>Customisations</target> 4002 <target>Customisations</target>
3934 <context-group name="null"> 4003 <context-group name="null">
3935 <context context-type="linenumber">570</context> 4004 <context context-type="linenumber">570</context>
3936 </context-group> 4005 </context-group>
3937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3938 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4007 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3939 <source>JavaScript</source> 4008 <source>JavaScript</source>
3940 <target>JavaScript</target> 4009 <target>JavaScript</target>
3941 <context-group name="null"> 4010 <context-group name="null">
3942 <context context-type="linenumber">575</context> 4011 <context context-type="linenumber">575</context>
3943 </context-group> 4012 </context-group>
3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3945 <source> 4014 <source>
3946 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4015 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3947 </source><target state="new"> 4016 </source><target state="new">
3948 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4017 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3949 </target> 4018 </target>
3950 4019
3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3952 <source> 4021 <source>
3953 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4022 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3954<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4023<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3975,7 +4044,7 @@
3975<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4044<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3976 </target> 4045 </target>
3977 4046
3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
3979 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4048 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3980 <source>Advanced configuration</source> 4049 <source>Advanced configuration</source>
3981 <target>Advanced configuration</target> 4050 <target>Advanced configuration</target>
@@ -3989,10 +4058,10 @@
3989 <context-group name="null"> 4058 <context-group name="null">
3990 <context context-type="linenumber">628</context> 4059 <context context-type="linenumber">628</context>
3991 </context-group> 4060 </context-group>
3992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3993 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4062 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3994 4063
3995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3996 <source>Total video quota:</source><target state="new">Total video quota:</target> 4065 <source>Total video quota:</source><target state="new">Total video quota:</target>
3997 <context-group purpose="location"> 4066 <context-group purpose="location">
3998 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4067 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4419,11 +4488,8 @@ When you will upload a video in this channel, the video support field will be au
4419 </context-group> 4488 </context-group>
4420 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4489 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4421 <source>All read</source><target state="new">All read</target> 4490 <source>All read</source><target state="new">All read</target>
4422 <context-group purpose="location"> 4491
4423 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4492 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4424 <context context-type="linenumber">12</context>
4425 </context-group>
4426 </trans-unit>
4427 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4493 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4428 <source>Activities</source> 4494 <source>Activities</source>
4429 <target>Activities</target> 4495 <target>Activities</target>
@@ -5371,6 +5437,12 @@ When you will upload a video in this channel, the video support field will be au
5371 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5437 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5372 <context context-type="linenumber">1</context> 5438 <context context-type="linenumber">1</context>
5373 </context-group> 5439 </context-group>
5440 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5441 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5442 <context-group purpose="location">
5443 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5444 <context context-type="linenumber">1</context>
5445 </context-group>
5374 </trans-unit> 5446 </trans-unit>
5375 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5447 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5376 <source>240p</source> 5448 <source>240p</source>
@@ -7982,7 +8054,13 @@ When you will upload a video in this channel, the video support field will be au
7982 <context-group name="null"> 8054 <context-group name="null">
7983 <context context-type="linenumber">1</context> 8055 <context context-type="linenumber">1</context>
7984 </context-group> 8056 </context-group>
7985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8058 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8059 <context-group purpose="location">
8060 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8061 <context context-type="linenumber">1</context>
8062 </context-group>
8063 </trans-unit>
7986 8064
7987 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8065 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
7988 <source>Subscribed</source> 8066 <source>Subscribed</source>
@@ -8141,7 +8219,19 @@ When you will upload a video in this channel, the video support field will be au
8141 <context-group name="null"> 8219 <context-group name="null">
8142 <context context-type="linenumber">1</context> 8220 <context context-type="linenumber">1</context>
8143 </context-group> 8221 </context-group>
8144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8223 <source>Add to watch later</source><target state="new">Add to watch later</target>
8224 <context-group purpose="location">
8225 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8226 <context context-type="linenumber">1</context>
8227 </context-group>
8228 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8229 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8230 <context-group purpose="location">
8231 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8232 <context context-type="linenumber">1</context>
8233 </context-group>
8234 </trans-unit>
8145 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8235 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8146 <source>Only I can see this video</source> 8236 <source>Only I can see this video</source>
8147 <target>Only I can see this video</target> 8237 <target>Only I can see this video</target>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index e91804ae3..8f9ab4f55 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -429,8 +429,8 @@
429 <context-group name="null"> 429 <context-group name="null">
430 <context context-type="linenumber">9</context> 430 <context context-type="linenumber">9</context>
431 </context-group> 431 </context-group>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 432
433 </trans-unit> 433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
434 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 434 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
435 <source>Start at</source> 435 <source>Start at</source>
436 <target>Start at</target> 436 <target>Start at</target>
@@ -478,31 +478,40 @@
478 <context context-type="linenumber">74</context> 478 <context context-type="linenumber">74</context>
479 </context-group> 479 </context-group>
480 480
481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
482 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 482 <source>video</source><target state="final">video</target>
483 <source>Download video</source> 483 <context-group purpose="location">
484 <target>Download video</target> 484 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
485 <context-group name="null"> 485 <context context-type="linenumber">4</context>
486 <context context-type="linenumber">3</context> 486 </context-group>
487 <context-group purpose="location">
488 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
489 <context context-type="linenumber">12</context>
490 </context-group>
491 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
492 <source>subtitles</source><target state="final">subtitles</target>
493 <context-group purpose="location">
494 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
495 <context context-type="linenumber">11</context>
487 </context-group> 496 </context-group>
488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
489 </trans-unit> 497 </trans-unit>
498
490 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 499 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
491 <source>Direct download</source> 500 <source>Direct download</source>
492 <target>Direct download</target> 501 <target>Direct download</target>
493 <context-group name="null"> 502 <context-group name="null">
494 <context context-type="linenumber">27</context> 503 <context context-type="linenumber">27</context>
495 </context-group> 504 </context-group>
496 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 505
497 </trans-unit> 506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
498 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 507 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
499 <source>Torrent (.torrent file)</source> 508 <source>Torrent (.torrent file)</source>
500 <target>Torrent (.torrent file)</target> 509 <target>Torrent (.torrent file)</target>
501 <context-group name="null"> 510 <context-group name="null">
502 <context context-type="linenumber">32</context> 511 <context context-type="linenumber">32</context>
503 </context-group> 512 </context-group>
504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 513
505 </trans-unit> 514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
506 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 515 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
507 <source>Cancel</source> 516 <source>Cancel</source>
508 <target> 517 <target>
@@ -513,15 +522,15 @@
513 </context-group> 522 </context-group>
514 523
515 524
516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
517 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 526 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
518 <source>Download</source> 527 <source>Download</source>
519 <target>Download</target> 528 <target>Download</target>
520 <context-group name="null"> 529 <context-group name="null">
521 <context context-type="linenumber">43</context> 530 <context context-type="linenumber">43</context>
522 </context-group> 531 </context-group>
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 532
524 </trans-unit> 533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
525 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 534 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
526 <source>Report video</source> 535 <source>Report video</source>
527 <target>Report video</target> 536 <target>Report video</target>
@@ -601,35 +610,35 @@
601 <context-group name="null"> 610 <context-group name="null">
602 <context context-type="linenumber">6</context> 611 <context context-type="linenumber">6</context>
603 </context-group> 612 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 613
605 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 614
606 </trans-unit> 615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
607 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 616 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
608 <source>Private</source> 617 <source>Private</source>
609 <target>Private</target> 618 <target>Private</target>
610 <context-group name="null"> 619 <context-group name="null">
611 <context context-type="linenumber">7</context> 620 <context context-type="linenumber">7</context>
612 </context-group> 621 </context-group>
613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 622
614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 623
615 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 624
616 </trans-unit> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
617 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 626 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
618 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 627 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
619 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 628 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
620 <context-group name="null"> 629 <context-group name="null">
621 <context context-type="linenumber">24</context> 630 <context context-type="linenumber">24</context>
622 </context-group> 631 </context-group>
623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 632
624 </trans-unit> 633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
625 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 634 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
626 <source>Blacklisted</source> 635 <source>Blacklisted</source>
627 <target>Blacklisted</target> 636 <target>Blacklisted</target>
628 <context-group name="null"> 637 <context-group name="null">
629 <context context-type="linenumber">42</context> 638 <context context-type="linenumber">42</context>
630 </context-group> 639 </context-group>
631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 640
632 </trans-unit> 641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
633 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 642 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
634 <source>Sensitive</source> 643 <source>Sensitive</source>
635 <target> 644 <target>
@@ -638,8 +647,8 @@
638 <context-group name="null"> 647 <context-group name="null">
639 <context context-type="linenumber">46</context> 648 <context context-type="linenumber">46</context>
640 </context-group> 649 </context-group>
641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 650
642 </trans-unit> 651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
643 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 652 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
644 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 653 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
645 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 654 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -678,7 +687,7 @@
678 <source>Deleted</source> 687 <source>Deleted</source>
679 <target state="final">Deleted</target> 688 <target state="final">Deleted</target>
680 689
681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
682 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 691 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
683 <source>Edit starts/stops at</source> 692 <source>Edit starts/stops at</source>
684 <target>Edit starts/stops at</target> 693 <target>Edit starts/stops at</target>
@@ -709,43 +718,16 @@
709 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 718 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
710 <source>No results.</source> 719 <source>No results.</source>
711 <target state="final">No results.</target> 720 <target state="final">No results.</target>
712 <context-group purpose="location"> 721
713 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 722
714 <context context-type="linenumber">1</context> 723
715 </context-group> 724
716 <context-group purpose="location"> 725
717 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 726
718 <context context-type="linenumber">20</context> 727
719 </context-group> 728
720 <context-group purpose="location"> 729
721 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
722 <context context-type="linenumber">20</context>
723 </context-group>
724 <context-group purpose="location">
725 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
726 <context context-type="linenumber">20</context>
727 </context-group>
728 <context-group purpose="location">
729 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
730 <context context-type="linenumber">20</context>
731 </context-group>
732 <context-group purpose="location">
733 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
734 <context context-type="linenumber">20</context>
735 </context-group>
736 <context-group purpose="location">
737 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
738 <context context-type="linenumber">3</context>
739 </context-group>
740 <context-group purpose="location">
741 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
742 <context context-type="linenumber">20</context>
743 </context-group>
744 <context-group purpose="location">
745 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
746 <context context-type="linenumber">20</context>
747 </context-group>
748 </trans-unit>
749 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> 731 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
750 <source>Delete</source> 732 <source>Delete</source>
751 <target state="final">Delete</target> 733 <target state="final">Delete</target>
@@ -996,7 +978,7 @@
996 <target state="final">Local</target> 978 <target state="final">Local</target>
997 979
998 980
999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1000 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 982 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
1001 <source>users</source> 983 <source>users</source>
1002 <target state="final">users</target> 984 <target state="final">users</target>
@@ -1216,7 +1198,7 @@
1216 <target state="final">Login</target> 1198 <target state="final">Login</target>
1217 1199
1218 1200
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1201 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1220 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1202 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1221 <source>Forgot your password</source> 1203 <source>Forgot your password</source>
1222 <target state="final">Forgot your password</target> 1204 <target state="final">Forgot your password</target>
@@ -1606,7 +1588,7 @@
1606 <target state="final">Change the language</target> 1588 <target state="final">Change the language</target>
1607 1589
1608 1590
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1591 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1610 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1592 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1611 <source>Help to translate PeerTube!</source> 1593 <source>Help to translate PeerTube!</source>
1612 <target state="final"> 1594 <target state="final">
@@ -1634,6 +1616,12 @@
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1616 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1635 <context context-type="linenumber">29</context> 1617 <context context-type="linenumber">29</context>
1636 </context-group> 1618 </context-group>
1619 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1620 <source>Help</source><target state="final">Help</target>
1621 <context-group purpose="location">
1622 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1623 <context context-type="linenumber">35</context>
1624 </context-group>
1637 </trans-unit> 1625 </trans-unit>
1638 1626
1639 1627
@@ -1641,17 +1629,17 @@
1641 <source>Log out</source> 1629 <source>Log out</source>
1642 <target state="final">Log out</target> 1630 <target state="final">Log out</target>
1643 1631
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1632 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1645 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1633 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1646 <source>Create an account</source> 1634 <source>Create an account</source>
1647 <target state="final">Create an account</target> 1635 <target state="final">Create an account</target>
1648 1636
1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1637 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1650 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1638 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1651 <source>My library</source> 1639 <source>My library</source>
1652 <target state="final">My library</target> 1640 <target state="final">My library</target>
1653 1641
1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1642 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1655 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1643 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1656 <source>Videos</source> 1644 <source>Videos</source>
1657 <target state="final">Videos</target> 1645 <target state="final">Videos</target>
@@ -1659,64 +1647,64 @@
1659 1647
1660 1648
1661 1649
1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1663 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1651 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1664 <source>Playlists</source> 1652 <source>Playlists</source>
1665 <target state="final">Playlists</target> 1653 <target state="final">Playlists</target>
1666 1654
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1655 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1668 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1656 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1669 <source>Subscriptions</source> 1657 <source>Subscriptions</source>
1670 <target state="final">Subscriptions</target> 1658 <target state="final">Subscriptions</target>
1671 1659
1672 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1660 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1673 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1661 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1674 <source>History</source> 1662 <source>History</source>
1675 <target state="final">History</target> 1663 <target state="final">History</target>
1676 1664
1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1678 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1666 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1679 <source>Discover</source> 1667 <source>Discover</source>
1680 <target state="final">Discover</target> 1668 <target state="final">Discover</target>
1681 1669
1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1683 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1671 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1684 <source>Trending</source> 1672 <source>Trending</source>
1685 <target state="final">Trending</target> 1673 <target state="final">Trending</target>
1686 1674
1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1688 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1676 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1689 <source>Most liked</source> 1677 <source>Most liked</source>
1690 <target state="final">Most liked</target> 1678 <target state="final">Most liked</target>
1691 1679
1692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1693 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1681 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1694 <source>Recently added</source> 1682 <source>Recently added</source>
1695 <target state="final">Recently added</target> 1683 <target state="final">Recently added</target>
1696 1684
1697 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1698 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1686 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1699 <source>More</source> 1687 <source>More</source>
1700 <target state="final">More</target> 1688 <target state="final">More</target>
1701 1689
1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1703 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1691 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1704 <source>Administration</source> 1692 <source>Administration</source>
1705 <target state="final">Administration</target> 1693 <target state="final">Administration</target>
1706 1694
1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1708 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1696 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1709 <source>About</source> 1697 <source>About</source>
1710 <target state="final">About</target> 1698 <target state="final">About</target>
1711 1699
1712 1700
1713 1701
1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1715 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1703 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1716 <source>Show keyboard shortcuts</source> 1704 <source>Show keyboard shortcuts</source>
1717 <target state="final">Show keyboard shortcuts</target> 1705 <target state="final">Show keyboard shortcuts</target>
1718 1706
1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1720 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1708 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1721 <source>View your notifications</source> 1709 <source>View your notifications</source>
1722 <target state="final">View your notifications</target> 1710 <target state="final">View your notifications</target>
@@ -1732,15 +1720,9 @@
1732 1720
1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1721 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1734 <source>Mark all as read</source><target state="final">Mark all as read</target> 1722 <source>Mark all as read</source><target state="final">Mark all as read</target>
1735 <context-group purpose="location"> 1723
1736 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1724
1737 <context context-type="linenumber">18</context> 1725 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1738 </context-group>
1739 <context-group purpose="location">
1740 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1741 <context context-type="linenumber">9</context>
1742 </context-group>
1743 </trans-unit>
1744 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1726 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1745 <source>Update your notification preferences</source> 1727 <source>Update your notification preferences</source>
1746 <target state="final">Update your notification preferences</target> 1728 <target state="final">Update your notification preferences</target>
@@ -1826,7 +1808,7 @@
1826 <source>Duration</source> 1808 <source>Duration</source>
1827 <target state="final">Duration</target> 1809 <target state="final">Duration</target>
1828 1810
1829 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1811 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1830 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1812 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1831 <source>Display sensitive content</source> 1813 <source>Display sensitive content</source>
1832 <target state="final">Display sensitive content</target> 1814 <target state="final">Display sensitive content</target>
@@ -1932,10 +1914,8 @@
1932 <source>Filter</source> 1914 <source>Filter</source>
1933 <target state="final">Filter</target> 1915 <target state="final">Filter</target>
1934 1916
1935 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1936 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1918 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1937 <source>Display unlisted and private videos</source>
1938 <target state="final">Display unlisted and private videos</target>
1939 <context-group purpose="location"> 1919 <context-group purpose="location">
1940 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1920 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1941 <context context-type="linenumber">14</context> 1921 <context context-type="linenumber">14</context>
@@ -1965,6 +1945,17 @@
1965 <context context-type="linenumber">14</context> 1945 <context context-type="linenumber">14</context>
1966 </context-group> 1946 </context-group>
1967 </trans-unit> 1947 </trans-unit>
1948 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1949 <source>Display unlisted and private videos</source>
1950 <target state="final">Display unlisted and private videos</target>
1951
1952
1953
1954
1955
1956
1957
1958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1968 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1959 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1969 <source>Add caption</source> 1960 <source>Add caption</source>
1970 <target state="final">Add caption</target> 1961 <target state="final">Add caption</target>
@@ -2703,31 +2694,31 @@
2703 <source>Friendly Reminder:</source> 2694 <source>Friendly Reminder:</source>
2704 <target state="final">Friendly Reminder: </target> 2695 <target state="final">Friendly Reminder: </target>
2705 2696
2706 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2697 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2707 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2698 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2708 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2699 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2709 <target state="final"> 2700 <target state="final">
2710 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2701 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2711 </target> 2702 </target>
2712 2703
2713 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2704 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2714 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2705 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2715 <source>More information</source> 2706 <source>More information</source>
2716 <target state="final">More information</target> 2707 <target state="final">More information</target>
2717 2708
2718 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2709 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2719 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2710 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2720 <source>Get more information</source> 2711 <source>Get more information</source>
2721 <target state="final">Get more information</target> 2712 <target state="final">Get more information</target>
2722 2713
2723 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2714 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2724 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2715 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2725 <source>OK</source> 2716 <source>OK</source>
2726 <target state="final"> 2717 <target state="final">
2727 OK 2718 OK
2728 </target> 2719 </target>
2729 2720
2730 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2721 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2731 <source>1 Comment</source><target state="final">1 Comment</target> 2722 <source>1 Comment</source><target state="final">1 Comment</target>
2732 <context-group purpose="location"> 2723 <context-group purpose="location">
2733 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2724 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2876,7 +2867,7 @@
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2877 <source>This comment has been deleted</source><target state="final">This comment has been deleted</target> 2868 <source>This comment has been deleted</source><target state="final">This comment has been deleted</target>
2878 2869
2879 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2870 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2880 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2871 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2881 <source>Users</source> 2872 <source>Users</source>
2882 <target state="final"> 2873 <target state="final">
@@ -3032,7 +3023,37 @@
3032 3023
3033 3024
3034 3025
3035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3027 <source>Delayed.</source><target state="final">Delayed.</target>
3028 <context-group purpose="location">
3029 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3030 <context context-type="linenumber">42</context>
3031 </context-group>
3032 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3033 <source>Will start soon...</source><target state="final">Will start soon...</target>
3034 <context-group purpose="location">
3035 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3036 <context context-type="linenumber">43</context>
3037 </context-group>
3038 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3039 <source>Running...</source><target state="final">Running...</target>
3040 <context-group purpose="location">
3041 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3042 <context context-type="linenumber">44</context>
3043 </context-group>
3044 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3045 <source>Finished</source><target state="final">Finished</target>
3046 <context-group purpose="location">
3047 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3048 <context context-type="linenumber">45</context>
3049 </context-group>
3050 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3051 <source>Failed</source><target state="final">Failed</target>
3052 <context-group purpose="location">
3053 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3054 <context context-type="linenumber">46</context>
3055 </context-group>
3056 </trans-unit>
3036 3057
3037 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3058 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3038 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3059 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3043,7 +3064,7 @@
3043 3064
3044 3065
3045 3066
3046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3047 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3068 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3048 <source>Accepted</source> 3069 <source>Accepted</source>
3049 <target state="final">Accepted</target> 3070 <target state="final">Accepted</target>
@@ -3783,22 +3804,26 @@
3783 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3804 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3784 <context context-type="linenumber">2</context> 3805 <context context-type="linenumber">2</context>
3785 </context-group> 3806 </context-group>
3807 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3808 <source>Job type</source><target state="final">Job type</target>
3809 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3811 <context context-type="linenumber">5</context>
3812 </context-group>
3813 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3814 <source>Job state</source><target state="final">Job state</target>
3815 <context-group purpose="location">
3816 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3817 <context context-type="linenumber">14</context>
3818 </context-group>
3786 </trans-unit> 3819 </trans-unit>
3787 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3820 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3788 <source>Type</source> 3821 <source>Type</source>
3789 <target state="final">Type</target> 3822 <target state="final">Type</target>
3790 3823
3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3792 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3825
3793 <source>Processed on</source> 3826
3794 <target state="final">Processed on</target>
3795
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3797 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3798 <source>Finished on</source>
3799 <target state="final">Finished on</target>
3800
3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3802 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3827 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3803 <source>Refresh</source> 3828 <source>Refresh</source>
3804 <target state="final">Refresh</target> 3829 <target state="final">Refresh</target>
@@ -4425,15 +4450,23 @@
4425 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4450 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4426 <context context-type="linenumber">486</context> 4451 <context context-type="linenumber">486</context>
4427 </context-group> 4452 </context-group>
4428 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4453 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4429 <source> 4454 <source>
4430 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4455 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4431 4456
4432 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4457 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4458
4459 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4460
4461 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4433 </source><target state="final"> 4462 </source><target state="final">
4434 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4463 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4435 4464
4436 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4465 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4466
4467 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4468
4469 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4437 </target> 4470 </target>
4438 <context-group purpose="location"> 4471 <context-group purpose="location">
4439 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4472 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4469,64 +4502,61 @@
4469 4502
4470 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4503 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4471 </target> 4504 </target>
4472 <context-group purpose="location"> 4505
4473 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4474 <context context-type="linenumber">518</context>
4475 </context-group>
4476 </trans-unit>
4477 4507
4478 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4508 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4479 <source>HLS support enabled</source> 4509 <source>HLS support enabled</source>
4480 <target state="final">HLS support enabled</target> 4510 <target state="final">HLS support enabled</target>
4481 4511
4482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4483 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4513 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4484 <source>Transcoding threads</source> 4514 <source>Transcoding threads</source>
4485 <target state="final">Transcoding threads</target> 4515 <target state="final">Transcoding threads</target>
4486 4516
4487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4488 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4518 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4489 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4519 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4490 <target state="final">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4520 <target state="final">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4491 4521
4492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4493 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4523 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4494 <source>Cache</source> 4524 <source>Cache</source>
4495 <target state="final">Cache</target> 4525 <target state="final">Cache</target>
4496 4526
4497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4498 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4528 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4499 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4529 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4500 <target state="final">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4530 <target state="final">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4501 4531
4502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4503 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4533 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4504 <source>Previews cache size</source> 4534 <source>Previews cache size</source>
4505 <target state="final">Previews cache size</target> 4535 <target state="final">Previews cache size</target>
4506 4536
4507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4508 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4538 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4509 <source>Video captions cache size</source> 4539 <source>Video captions cache size</source>
4510 <target state="final">Video captions cache size</target> 4540 <target state="final">Video captions cache size</target>
4511 4541
4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4513 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4543 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4514 <source>Customizations</source> 4544 <source>Customizations</source>
4515 <target state="final">Customizations</target> 4545 <target state="final">Customizations</target>
4516 4546
4517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4518 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4548 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4519 <source>JavaScript</source> 4549 <source>JavaScript</source>
4520 <target state="final">JavaScript</target> 4550 <target state="final">JavaScript</target>
4521 4551
4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4523 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4553 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4524 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4554 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4525 <target state="final"> 4555 <target state="final">
4526 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4556 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4527 </target> 4557 </target>
4528 4558
4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4530 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4560 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4531 <source> 4561 <source>
4532 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4562 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4555,7 +4585,7 @@
4555<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4585<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4556 </target> 4586 </target>
4557 4587
4558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4559 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4589 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4560 <source>Advanced configuration</source> 4590 <source>Advanced configuration</source>
4561 <target state="final">Advanced configuration</target> 4591 <target state="final">Advanced configuration</target>
@@ -4568,12 +4598,12 @@
4568 <source>Update configuration</source> 4598 <source>Update configuration</source>
4569 <target state="final">Update configuration</target> 4599 <target state="final">Update configuration</target>
4570 4600
4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4572 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4602 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4573 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4603 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4574 <target state="final">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4604 <target state="final">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4575 4605
4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4577 <source>Total video quota:</source><target state="final">Total video quota:</target> 4607 <source>Total video quota:</source><target state="final">Total video quota:</target>
4578 <context-group purpose="location"> 4608 <context-group purpose="location">
4579 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4609 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5068,11 +5098,8 @@ When you will upload a video in this channel, the video support field will be au
5068 </context-group> 5098 </context-group>
5069 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5099 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5070 <source>All read</source><target state="final">All read</target> 5100 <source>All read</source><target state="final">All read</target>
5071 <context-group purpose="location"> 5101
5072 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5073 <context context-type="linenumber">12</context>
5074 </context-group>
5075 </trans-unit>
5076 5103
5077 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5104 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5078 <source>Activities</source> 5105 <source>Activities</source>
@@ -6119,6 +6146,12 @@ When you will upload a video in this channel, the video support field will be au
6119 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6146 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6120 <context context-type="linenumber">1</context> 6147 <context context-type="linenumber">1</context>
6121 </context-group> 6148 </context-group>
6149 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6150 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="final">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6151 <context-group purpose="location">
6152 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6153 <context context-type="linenumber">1</context>
6154 </context-group>
6122 </trans-unit> 6155 </trans-unit>
6123 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 6156 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
6124 <source>240p</source> 6157 <source>240p</source>
@@ -9355,6 +9388,12 @@ When you will upload a video in this channel, the video support field will be au
9355 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 9388 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
9356 <context context-type="linenumber">1</context> 9389 <context context-type="linenumber">1</context>
9357 </context-group> 9390 </context-group>
9391 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9392 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="final">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9393 <context-group purpose="location">
9394 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9395 <context context-type="linenumber">1</context>
9396 </context-group>
9358 </trans-unit> 9397 </trans-unit>
9359 9398
9360 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 9399 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
@@ -9543,6 +9582,18 @@ When you will upload a video in this channel, the video support field will be au
9543 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9582 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9544 <context context-type="linenumber">1</context> 9583 <context context-type="linenumber">1</context>
9545 </context-group> 9584 </context-group>
9585 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9586 <source>Add to watch later</source><target state="final">Add to watch later</target>
9587 <context-group purpose="location">
9588 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9589 <context context-type="linenumber">1</context>
9590 </context-group>
9591 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9592 <source>Remove from watch later</source><target state="final">Remove from watch later</target>
9593 <context-group purpose="location">
9594 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9595 <context context-type="linenumber">1</context>
9596 </context-group>
9546 </trans-unit> 9597 </trans-unit>
9547 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9598 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9548 <source>Only I can see this video</source> 9599 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index 788d1eece..c9954100b 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -399,7 +399,7 @@
399 <context-group name="null"> 399 <context-group name="null">
400 <context context-type="linenumber">9</context> 400 <context context-type="linenumber">9</context>
401 </context-group> 401 </context-group>
402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
403 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 403 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
404 <source>Start at</source> 404 <source>Start at</source>
405 <target>Komenci je</target> 405 <target>Komenci je</target>
@@ -433,28 +433,38 @@
433 <context-group name="null"> 433 <context-group name="null">
434 <context context-type="linenumber">74</context> 434 <context context-type="linenumber">74</context>
435 </context-group> 435 </context-group>
436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
437 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 437 <source>video</source><target state="new">video</target>
438 <source>Download video</source> 438 <context-group purpose="location">
439 <target>Elŝuti filmon</target> 439 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
440 <context-group name="null"> 440 <context context-type="linenumber">4</context>
441 <context context-type="linenumber">3</context>
442 </context-group> 441 </context-group>
443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 442 <context-group purpose="location">
443 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
444 <context context-type="linenumber">12</context>
445 </context-group>
446 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
447 <source>subtitles</source><target state="new">subtitles</target>
448 <context-group purpose="location">
449 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
450 <context context-type="linenumber">11</context>
451 </context-group>
452 </trans-unit>
453
444 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 454 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
445 <source>Direct download</source> 455 <source>Direct download</source>
446 <target>Rekta elŝuto</target> 456 <target>Rekta elŝuto</target>
447 <context-group name="null"> 457 <context-group name="null">
448 <context context-type="linenumber">27</context> 458 <context context-type="linenumber">27</context>
449 </context-group> 459 </context-group>
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
451 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 461 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
452 <source>Torrent (.torrent file)</source> 462 <source>Torrent (.torrent file)</source>
453 <target>Torento (dosiero .torrent)</target> 463 <target>Torento (dosiero .torrent)</target>
454 <context-group name="null"> 464 <context-group name="null">
455 <context context-type="linenumber">32</context> 465 <context context-type="linenumber">32</context>
456 </context-group> 466 </context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
458 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 468 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
459 <source> 469 <source>
460 Cancel 470 Cancel
@@ -465,14 +475,14 @@
465 <context-group name="null"> 475 <context-group name="null">
466 <context context-type="linenumber">47</context> 476 <context context-type="linenumber">47</context>
467 </context-group> 477 </context-group>
468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
469 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 479 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
470 <source>Download</source> 480 <source>Download</source>
471 <target>Elŝuto</target> 481 <target>Elŝuto</target>
472 <context-group name="null"> 482 <context-group name="null">
473 <context context-type="linenumber">43</context> 483 <context context-type="linenumber">43</context>
474 </context-group> 484 </context-group>
475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
476 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 486 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
477 <source>Report video</source> 487 <source>Report video</source>
478 <target>Raporti filmon</target> 488 <target>Raporti filmon</target>
@@ -538,28 +548,28 @@
538 <context-group name="null"> 548 <context-group name="null">
539 <context context-type="linenumber">6</context> 549 <context context-type="linenumber">6</context>
540 </context-group> 550 </context-group>
541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
542 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 552 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
543 <source>Private</source> 553 <source>Private</source>
544 <target>Privata</target> 554 <target>Privata</target>
545 <context-group name="null"> 555 <context-group name="null">
546 <context context-type="linenumber">7</context> 556 <context context-type="linenumber">7</context>
547 </context-group> 557 </context-group>
548 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
549 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 559 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
550 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 560 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
551 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target> 561 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj</target>
552 <context-group name="null"> 562 <context-group name="null">
553 <context context-type="linenumber">24</context> 563 <context context-type="linenumber">24</context>
554 </context-group> 564 </context-group>
555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
556 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 566 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
557 <source>Blacklisted</source> 567 <source>Blacklisted</source>
558 <target>Fortenita</target> 568 <target>Fortenita</target>
559 <context-group name="null"> 569 <context-group name="null">
560 <context context-type="linenumber">42</context> 570 <context context-type="linenumber">42</context>
561 </context-group> 571 </context-group>
562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
563 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 573 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
564 <source> 574 <source>
565 Sensitive 575 Sensitive
@@ -570,7 +580,7 @@
570 <context-group name="null"> 580 <context-group name="null">
571 <context context-type="linenumber">46</context> 581 <context context-type="linenumber">46</context>
572 </context-group> 582 </context-group>
573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
574 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 584 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
575 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 585 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
576 <target>{VAR_PLURAL, plural, =0 {Neniuj filmoj} =1 {1 filmo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmoj} }</target> 586 <target>{VAR_PLURAL, plural, =0 {Neniuj filmoj} =1 {1 filmo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmoj} }</target>
@@ -609,7 +619,7 @@
609 <context-group name="null"> 619 <context-group name="null">
610 <context context-type="linenumber">34</context> 620 <context context-type="linenumber">34</context>
611 </context-group> 621 </context-group>
612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
613 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 623 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
614 <source>Edit starts/stops at</source> 624 <source>Edit starts/stops at</source>
615 <target>Redakti tempojn de komenco kaj ĉeso</target> 625 <target>Redakti tempojn de komenco kaj ĉeso</target>
@@ -637,7 +647,7 @@
637 <context-group name="null"> 647 <context-group name="null">
638 <context context-type="linenumber">20</context> 648 <context context-type="linenumber">20</context>
639 </context-group> 649 </context-group>
640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
641 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 651 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
642 <source>Delete</source> 652 <source>Delete</source>
643 <target>Forigi</target> 653 <target>Forigi</target>
@@ -893,7 +903,7 @@
893 <context-group name="null"> 903 <context-group name="null">
894 <context context-type="linenumber">86</context> 904 <context context-type="linenumber">86</context>
895 </context-group> 905 </context-group>
896 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 906 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
897 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597"> 907 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
898 <source>users</source> 908 <source>users</source>
899 <target>uzantoj</target> 909 <target>uzantoj</target>
@@ -1077,7 +1087,7 @@
1077 <context-group name="null"> 1087 <context-group name="null">
1078 <context context-type="linenumber">32</context> 1088 <context context-type="linenumber">32</context>
1079 </context-group> 1089 </context-group>
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1081 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1091 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1082 <source>Forgot your password</source> 1092 <source>Forgot your password</source>
1083 <target>Forgesita pasvorto</target> 1093 <target>Forgesita pasvorto</target>
@@ -1431,7 +1441,7 @@
1431 <context-group name="null"> 1441 <context-group name="null">
1432 <context context-type="linenumber">107</context> 1442 <context context-type="linenumber">107</context>
1433 </context-group> 1443 </context-group>
1434 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1435 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1445 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1436 <source> 1446 <source>
1437 Help to translate PeerTube! 1447 Help to translate PeerTube!
@@ -1460,6 +1470,12 @@
1460 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1470 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1461 <context context-type="linenumber">29</context> 1471 <context context-type="linenumber">29</context>
1462 </context-group> 1472 </context-group>
1473 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1474 <source>Help</source><target state="new">Help</target>
1475 <context-group purpose="location">
1476 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1477 <context context-type="linenumber">35</context>
1478 </context-group>
1463 </trans-unit> 1479 </trans-unit>
1464 1480
1465 1481
@@ -1469,105 +1485,105 @@
1469 <context-group name="null"> 1485 <context-group name="null">
1470 <context context-type="linenumber">25</context> 1486 <context context-type="linenumber">25</context>
1471 </context-group> 1487 </context-group>
1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1473 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1489 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1474 <source>Create an account</source> 1490 <source>Create an account</source>
1475 <target>Krei konton</target> 1491 <target>Krei konton</target>
1476 <context-group name="null"> 1492 <context-group name="null">
1477 <context context-type="linenumber">33</context> 1493 <context context-type="linenumber">33</context>
1478 </context-group> 1494 </context-group>
1479 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1495 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1480 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1496 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1481 <source>My library</source> 1497 <source>My library</source>
1482 <target>Mia biblioteko</target> 1498 <target>Mia biblioteko</target>
1483 <context-group name="null"> 1499 <context-group name="null">
1484 <context context-type="linenumber">37</context> 1500 <context context-type="linenumber">37</context>
1485 </context-group> 1501 </context-group>
1486 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1502 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1487 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1503 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1488 <source>Videos</source> 1504 <source>Videos</source>
1489 <target>Filmoj</target> 1505 <target>Filmoj</target>
1490 <context-group name="null"> 1506 <context-group name="null">
1491 <context context-type="linenumber">24</context> 1507 <context context-type="linenumber">24</context>
1492 </context-group> 1508 </context-group>
1493 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1494 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1510 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1495 <source>Playlists</source> 1511 <source>Playlists</source>
1496 <target>Ludlistoj</target> 1512 <target>Ludlistoj</target>
1497 <context-group name="null"> 1513 <context-group name="null">
1498 <context context-type="linenumber">46</context> 1514 <context context-type="linenumber">46</context>
1499 </context-group> 1515 </context-group>
1500 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1516 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1501 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1517 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1502 <source>Subscriptions</source> 1518 <source>Subscriptions</source>
1503 <target>Abonoj</target> 1519 <target>Abonoj</target>
1504 <context-group name="null"> 1520 <context-group name="null">
1505 <context context-type="linenumber">51</context> 1521 <context context-type="linenumber">51</context>
1506 </context-group> 1522 </context-group>
1507 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1523 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1508 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1524 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1509 <source>History</source> 1525 <source>History</source>
1510 <target>Historio</target> 1526 <target>Historio</target>
1511 <context-group name="null"> 1527 <context-group name="null">
1512 <context context-type="linenumber">56</context> 1528 <context context-type="linenumber">56</context>
1513 </context-group> 1529 </context-group>
1514 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1530 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1515 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1531 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1516 <source>Discover</source> 1532 <source>Discover</source>
1517 <target>Esplori</target> 1533 <target>Esplori</target>
1518 <context-group name="null"> 1534 <context-group name="null">
1519 <context context-type="linenumber">66</context> 1535 <context context-type="linenumber">66</context>
1520 </context-group> 1536 </context-group>
1521 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1537 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1522 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1538 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1523 <source>Trending</source> 1539 <source>Trending</source>
1524 <target>Furoraj</target> 1540 <target>Furoraj</target>
1525 <context-group name="null"> 1541 <context-group name="null">
1526 <context context-type="linenumber">71</context> 1542 <context context-type="linenumber">71</context>
1527 </context-group> 1543 </context-group>
1528 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1529 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac"> 1545 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac">
1530 <source>Most liked</source> 1546 <source>Most liked</source>
1531 <target>Plej ŝatataj</target> 1547 <target>Plej ŝatataj</target>
1532 <context-group name="null"> 1548 <context-group name="null">
1533 <context context-type="linenumber">76</context> 1549 <context context-type="linenumber">76</context>
1534 </context-group> 1550 </context-group>
1535 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1551 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1536 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1552 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1537 <source>Recently added</source> 1553 <source>Recently added</source>
1538 <target>Freŝe aldonitaj</target> 1554 <target>Freŝe aldonitaj</target>
1539 <context-group name="null"> 1555 <context-group name="null">
1540 <context context-type="linenumber">81</context> 1556 <context context-type="linenumber">81</context>
1541 </context-group> 1557 </context-group>
1542 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1558 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1543 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1559 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1544 <source>More</source> 1560 <source>More</source>
1545 <target>Pli</target> 1561 <target>Pli</target>
1546 <context-group name="null"> 1562 <context-group name="null">
1547 <context context-type="linenumber">91</context> 1563 <context context-type="linenumber">91</context>
1548 </context-group> 1564 </context-group>
1549 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1565 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1550 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1566 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1551 <source>Administration</source> 1567 <source>Administration</source>
1552 <target>Administrado</target> 1568 <target>Administrado</target>
1553 <context-group name="null"> 1569 <context-group name="null">
1554 <context context-type="linenumber">95</context> 1570 <context context-type="linenumber">95</context>
1555 </context-group> 1571 </context-group>
1556 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1557 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1573 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1558 <source>About</source> 1574 <source>About</source>
1559 <target>Pri</target> 1575 <target>Pri</target>
1560 <context-group name="null"> 1576 <context-group name="null">
1561 <context context-type="linenumber">26</context> 1577 <context context-type="linenumber">26</context>
1562 </context-group> 1578 </context-group>
1563 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1579 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1564 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1580 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1565 <source>Show keyboard shortcuts</source> 1581 <source>Show keyboard shortcuts</source>
1566 <target>Montri rapiklavoj</target> 1582 <target>Montri rapiklavoj</target>
1567 <context-group name="null"> 1583 <context-group name="null">
1568 <context context-type="linenumber">111</context> 1584 <context context-type="linenumber">111</context>
1569 </context-group> 1585 </context-group>
1570 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1586 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1571 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1587 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1572 <source>View your notifications</source> 1588 <source>View your notifications</source>
1573 <target>Vidi viajn sciigojn</target> 1589 <target>Vidi viajn sciigojn</target>
@@ -1583,15 +1599,9 @@
1583 </context-group> 1599 </context-group>
1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1585 <source>Mark all as read</source><target state="new">Mark all as read</target> 1601 <source>Mark all as read</source><target state="new">Mark all as read</target>
1586 <context-group purpose="location"> 1602
1587 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1603
1588 <context context-type="linenumber">18</context> 1604 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1589 </context-group>
1590 <context-group purpose="location">
1591 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1592 <context context-type="linenumber">9</context>
1593 </context-group>
1594 </trans-unit>
1595 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1605 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1596 <source>Update your notification preferences</source> 1606 <source>Update your notification preferences</source>
1597 <target>Ĝisdatigi viajn sciigajn agordojn</target> 1607 <target>Ĝisdatigi viajn sciigajn agordojn</target>
@@ -1693,7 +1703,7 @@
1693 <context-group name="null"> 1703 <context-group name="null">
1694 <context context-type="linenumber">45</context> 1704 <context context-type="linenumber">45</context>
1695 </context-group> 1705 </context-group>
1696 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1697 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1707 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1698 <source>Display sensitive content</source> 1708 <source>Display sensitive content</source>
1699 <target>Montri konsternan enhavon</target> 1709 <target>Montri konsternan enhavon</target>
@@ -1810,14 +1820,44 @@
1810 <context-group name="null"> 1820 <context-group name="null">
1811 <context context-type="linenumber">115</context> 1821 <context context-type="linenumber">115</context>
1812 </context-group> 1822 </context-group>
1813 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1823 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1824 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1825 <context-group purpose="location">
1826 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1827 <context context-type="linenumber">14</context>
1828 </context-group>
1829 <context-group purpose="location">
1830 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1831 <context context-type="linenumber">14</context>
1832 </context-group>
1833 <context-group purpose="location">
1834 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1835 <context context-type="linenumber">14</context>
1836 </context-group>
1837 <context-group purpose="location">
1838 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1839 <context context-type="linenumber">14</context>
1840 </context-group>
1841 <context-group purpose="location">
1842 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1843 <context context-type="linenumber">14</context>
1844 </context-group>
1845 <context-group purpose="location">
1846 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1847 <context context-type="linenumber">14</context>
1848 </context-group>
1849 <context-group purpose="location">
1850 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1851 <context context-type="linenumber">14</context>
1852 </context-group>
1853 </trans-unit>
1814 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1854 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1815 <source>Display unlisted and private videos</source> 1855 <source>Display unlisted and private videos</source>
1816 <target>Montri nelistigatajn kaj privatajn filmojn</target> 1856 <target>Montri nelistigatajn kaj privatajn filmojn</target>
1817 <context-group name="null"> 1857 <context-group name="null">
1818 <context context-type="linenumber">14</context> 1858 <context context-type="linenumber">14</context>
1819 </context-group> 1859 </context-group>
1820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1821 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1861 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1822 <source>Add caption</source> 1862 <source>Add caption</source>
1823 <target>Aldoni transskribon</target> 1863 <target>Aldoni transskribon</target>
@@ -2605,7 +2645,7 @@
2605 <context-group name="null"> 2645 <context-group name="null">
2606 <context context-type="linenumber">211</context> 2646 <context context-type="linenumber">211</context>
2607 </context-group> 2647 </context-group>
2608 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2648 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2609 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2649 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2610 <source> 2650 <source>
2611 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2651 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2616,21 +2656,21 @@
2616 <context-group name="null"> 2656 <context-group name="null">
2617 <context context-type="linenumber">212</context> 2657 <context context-type="linenumber">212</context>
2618 </context-group> 2658 </context-group>
2619 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2659 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2620 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2660 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2621 <source>More information</source> 2661 <source>More information</source>
2622 <target>Pliaj informoj</target> 2662 <target>Pliaj informoj</target>
2623 <context-group name="null"> 2663 <context-group name="null">
2624 <context context-type="linenumber">215</context> 2664 <context context-type="linenumber">215</context>
2625 </context-group> 2665 </context-group>
2626 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2666 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2627 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2667 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2628 <source>Get more information</source> 2668 <source>Get more information</source>
2629 <target>Akiri pliajn informojn</target> 2669 <target>Akiri pliajn informojn</target>
2630 <context-group name="null"> 2670 <context-group name="null">
2631 <context context-type="linenumber">215</context> 2671 <context context-type="linenumber">215</context>
2632 </context-group> 2672 </context-group>
2633 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2634 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2674 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2635 <source> 2675 <source>
2636 OK 2676 OK
@@ -2641,7 +2681,7 @@
2641 <context-group name="null"> 2681 <context-group name="null">
2642 <context context-type="linenumber">218</context> 2682 <context context-type="linenumber">218</context>
2643 </context-group> 2683 </context-group>
2644 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2684 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2645 <source>1 Comment</source><target state="new">1 Comment</target> 2685 <source>1 Comment</source><target state="new">1 Comment</target>
2646 <context-group purpose="location"> 2686 <context-group purpose="location">
2647 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2687 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2813,7 +2853,7 @@
2813 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2853 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2814 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2854 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2815 2855
2816 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2856 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2817 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2857 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2818 <source> 2858 <source>
2819 Users 2859 Users
@@ -2960,7 +3000,37 @@
2960 <context-group name="null"> 3000 <context-group name="null">
2961 <context context-type="linenumber">10</context> 3001 <context context-type="linenumber">10</context>
2962 </context-group> 3002 </context-group>
2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3004 <source>Delayed.</source><target state="new">Delayed.</target>
3005 <context-group purpose="location">
3006 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3007 <context context-type="linenumber">42</context>
3008 </context-group>
3009 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3010 <source>Will start soon...</source><target state="new">Will start soon...</target>
3011 <context-group purpose="location">
3012 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3013 <context context-type="linenumber">43</context>
3014 </context-group>
3015 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3016 <source>Running...</source><target state="new">Running...</target>
3017 <context-group purpose="location">
3018 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3019 <context context-type="linenumber">44</context>
3020 </context-group>
3021 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3022 <source>Finished</source><target state="new">Finished</target>
3023 <context-group purpose="location">
3024 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3025 <context context-type="linenumber">45</context>
3026 </context-group>
3027 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3028 <source>Failed</source><target state="new">Failed</target>
3029 <context-group purpose="location">
3030 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3031 <context context-type="linenumber">46</context>
3032 </context-group>
3033 </trans-unit>
2964 3034
2965 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3035 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2966 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3036 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2968,7 +3038,7 @@
2968 <context-group name="null"> 3038 <context-group name="null">
2969 <context context-type="linenumber">11</context> 3039 <context context-type="linenumber">11</context>
2970 </context-group> 3040 </context-group>
2971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2972 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3042 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2973 <source>Accepted</source> 3043 <source>Accepted</source>
2974 <target>Aprobita</target> 3044 <target>Aprobita</target>
@@ -3516,7 +3586,19 @@
3516 <context-group name="null"> 3586 <context-group name="null">
3517 <context context-type="linenumber">2</context> 3587 <context context-type="linenumber">2</context>
3518 </context-group> 3588 </context-group>
3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3590 <source>Job type</source><target state="new">Job type</target>
3591 <context-group purpose="location">
3592 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3593 <context context-type="linenumber">5</context>
3594 </context-group>
3595 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3596 <source>Job state</source><target state="new">Job state</target>
3597 <context-group purpose="location">
3598 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3599 <context context-type="linenumber">14</context>
3600 </context-group>
3601 </trans-unit>
3520 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3602 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3521 <source>Type</source> 3603 <source>Type</source>
3522 <target>Speco</target> 3604 <target>Speco</target>
@@ -3524,20 +3606,8 @@
3524 <context context-type="linenumber">19</context> 3606 <context context-type="linenumber">19</context>
3525 </context-group> 3607 </context-group>
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3527 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3609
3528 <source>Processed on</source> 3610
3529 <target>Traktita je</target>
3530 <context-group name="null">
3531 <context context-type="linenumber">22</context>
3532 </context-group>
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3534 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3535 <source>Finished on</source>
3536 <target>Finita je</target>
3537 <context-group name="null">
3538 <context context-type="linenumber">23</context>
3539 </context-group>
3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3541 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3611 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3542 <source>Refresh</source> 3612 <source>Refresh</source>
3543 <target>Aktualigi</target> 3613 <target>Aktualigi</target>
@@ -4048,15 +4118,23 @@
4048 <context-group name="null"> 4118 <context-group name="null">
4049 <context context-type="linenumber">486</context> 4119 <context context-type="linenumber">486</context>
4050 </context-group> 4120 </context-group>
4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4052 <source> 4122 <source>
4053 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4123 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4054 4124
4055 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4125 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4126
4127 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4128
4129 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4056 </source><target state="new"> 4130 </source><target state="new">
4057 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4131 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4058 4132
4059 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4133 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4134
4135 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4136
4137 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4060 </target> 4138 </target>
4061 <context-group purpose="location"> 4139 <context-group purpose="location">
4062 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4140 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4092,11 +4170,8 @@
4092 4170
4093 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4171 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4094 </target> 4172 </target>
4095 <context-group purpose="location"> 4173
4096 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4097 <context context-type="linenumber">518</context>
4098 </context-group>
4099 </trans-unit>
4100 4175
4101 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 4176 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
4102 <source>HLS support enabled</source> 4177 <source>HLS support enabled</source>
@@ -4104,63 +4179,63 @@
4104 <context-group name="null"> 4179 <context-group name="null">
4105 <context context-type="linenumber">498</context> 4180 <context context-type="linenumber">498</context>
4106 </context-group> 4181 </context-group>
4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4108 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4183 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4109 <source>Transcoding threads</source> 4184 <source>Transcoding threads</source>
4110 <target>Fadenoj por transkodado</target> 4185 <target>Fadenoj por transkodado</target>
4111 <context-group name="null"> 4186 <context-group name="null">
4112 <context context-type="linenumber">517</context> 4187 <context context-type="linenumber">517</context>
4113 </context-group> 4188 </context-group>
4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4115 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4190 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4116 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4191 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4117 <target>Distingumo <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> ŝaltiĝis</target> 4192 <target>Distingumo <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> ŝaltiĝis</target>
4118 <context-group name="null"> 4193 <context-group name="null">
4119 <context context-type="linenumber">532</context> 4194 <context context-type="linenumber">532</context>
4120 </context-group> 4195 </context-group>
4121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4122 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4197 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4123 <source>Cache</source> 4198 <source>Cache</source>
4124 <target>Kaŝmemoro</target> 4199 <target>Kaŝmemoro</target>
4125 <context-group name="null"> 4200 <context-group name="null">
4126 <context context-type="linenumber">541</context> 4201 <context context-type="linenumber">541</context>
4127 </context-group> 4202 </context-group>
4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4129 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4204 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4130 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4205 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4131 <target>Iuj dosieroj ne estas federataj (antaŭrigardoj, transskriboj). Ni prenas kaj kaŝmemoras ilin rekte el la fonta nodo.</target> 4206 <target>Iuj dosieroj ne estas federataj (antaŭrigardoj, transskriboj). Ni prenas kaj kaŝmemoras ilin rekte el la fonta nodo.</target>
4132 <context-group name="null"> 4207 <context-group name="null">
4133 <context context-type="linenumber">545</context> 4208 <context context-type="linenumber">545</context>
4134 </context-group> 4209 </context-group>
4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4136 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4211 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4137 <source>Previews cache size</source> 4212 <source>Previews cache size</source>
4138 <target>Grando de antaŭrigarda kaŝmemoro</target> 4213 <target>Grando de antaŭrigarda kaŝmemoro</target>
4139 <context-group name="null"> 4214 <context-group name="null">
4140 <context context-type="linenumber">552</context> 4215 <context context-type="linenumber">552</context>
4141 </context-group> 4216 </context-group>
4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4143 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4218 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4144 <source>Video captions cache size</source> 4219 <source>Video captions cache size</source>
4145 <target>Grandeco de kaŝmemoro por filmaj transskriboj.</target> 4220 <target>Grandeco de kaŝmemoro por filmaj transskriboj.</target>
4146 <context-group name="null"> 4221 <context-group name="null">
4147 <context context-type="linenumber">561</context> 4222 <context context-type="linenumber">561</context>
4148 </context-group> 4223 </context-group>
4149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4150 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4225 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4151 <source>Customizations</source> 4226 <source>Customizations</source>
4152 <target>Adaptoj</target> 4227 <target>Adaptoj</target>
4153 <context-group name="null"> 4228 <context-group name="null">
4154 <context context-type="linenumber">570</context> 4229 <context context-type="linenumber">570</context>
4155 </context-group> 4230 </context-group>
4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4157 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4232 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4158 <source>JavaScript</source> 4233 <source>JavaScript</source>
4159 <target>Ĝavoskripto</target> 4234 <target>Ĝavoskripto</target>
4160 <context-group name="null"> 4235 <context-group name="null">
4161 <context context-type="linenumber">575</context> 4236 <context context-type="linenumber">575</context>
4162 </context-group> 4237 </context-group>
4163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4164 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c"> 4239 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c">
4165 <source> 4240 <source>
4166 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4241 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
@@ -4171,7 +4246,7 @@
4171 <context-group name="null"> 4246 <context-group name="null">
4172 <context context-type="linenumber">578</context> 4247 <context context-type="linenumber">578</context>
4173 </context-group> 4248 </context-group>
4174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4175 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02"> 4250 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02">
4176 <source> 4251 <source>
4177 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4252 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4202,7 +4277,7 @@
4202 <context-group name="null"> 4277 <context-group name="null">
4203 <context context-type="linenumber">597</context> 4278 <context context-type="linenumber">597</context>
4204 </context-group> 4279 </context-group>
4205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4206 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4281 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4207 <source>Advanced configuration</source> 4282 <source>Advanced configuration</source>
4208 <target>Specialaj agordoj</target> 4283 <target>Specialaj agordoj</target>
@@ -4216,14 +4291,14 @@
4216 <context-group name="null"> 4291 <context-group name="null">
4217 <context context-type="linenumber">628</context> 4292 <context context-type="linenumber">628</context>
4218 </context-group> 4293 </context-group>
4219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4220 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 4295 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
4221 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4296 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4222 <target>Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj.</target> 4297 <target>Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj.</target>
4223 <context-group name="null"> 4298 <context-group name="null">
4224 <context context-type="linenumber">629</context> 4299 <context context-type="linenumber">629</context>
4225 </context-group> 4300 </context-group>
4226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4227 <source>Total video quota:</source><target state="new">Total video quota:</target> 4302 <source>Total video quota:</source><target state="new">Total video quota:</target>
4228 <context-group purpose="location"> 4303 <context-group purpose="location">
4229 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4304 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4667,11 +4742,8 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
4667 </context-group> 4742 </context-group>
4668 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4743 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4669 <source>All read</source><target state="new">All read</target> 4744 <source>All read</source><target state="new">All read</target>
4670 <context-group purpose="location"> 4745
4671 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4746 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4672 <context context-type="linenumber">12</context>
4673 </context-group>
4674 </trans-unit>
4675 4747
4676 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4748 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4677 <source>Activities</source> 4749 <source>Activities</source>
@@ -5683,6 +5755,12 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
5683 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5755 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5684 <context context-type="linenumber">1</context> 5756 <context context-type="linenumber">1</context>
5685 </context-group> 5757 </context-group>
5758 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5759 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5760 <context-group purpose="location">
5761 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5762 <context context-type="linenumber">1</context>
5763 </context-group>
5686 </trans-unit> 5764 </trans-unit>
5687 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5765 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5688 <source>240p</source> 5766 <source>240p</source>
@@ -8349,7 +8427,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
8349 <context-group name="null"> 8427 <context-group name="null">
8350 <context context-type="linenumber">1</context> 8428 <context context-type="linenumber">1</context>
8351 </context-group> 8429 </context-group>
8352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8431 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8432 <context-group purpose="location">
8433 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8434 <context context-type="linenumber">1</context>
8435 </context-group>
8436 </trans-unit>
8353 8437
8354 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8438 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
8355 <source>Subscribed</source> 8439 <source>Subscribed</source>
@@ -8511,7 +8595,19 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
8511 <context-group name="null"> 8595 <context-group name="null">
8512 <context context-type="linenumber">1</context> 8596 <context context-type="linenumber">1</context>
8513 </context-group> 8597 </context-group>
8514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8599 <source>Add to watch later</source><target state="new">Add to watch later</target>
8600 <context-group purpose="location">
8601 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8602 <context context-type="linenumber">1</context>
8603 </context-group>
8604 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8605 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8606 <context-group purpose="location">
8607 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8608 <context context-type="linenumber">1</context>
8609 </context-group>
8610 </trans-unit>
8515 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8611 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8516 <source>Only I can see this video</source> 8612 <source>Only I can see this video</source>
8517 <target>Nur mi povas vidi ĉi tiun filmon</target> 8613 <target>Nur mi povas vidi ĉi tiun filmon</target>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 2c15badc9..66e924633 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha removido de la lista negra </target> 284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha removido de la lista negra </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha incluido en la lista negra </target> 289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha incluido en la lista negra </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido publicado </target> 320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido publicado </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registrado en su instancia </target> 335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrado en su instancia </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -380,8 +388,8 @@
380 <context-group name="null"> 388 <context-group name="null">
381 <context context-type="linenumber">9</context> 389 <context context-type="linenumber">9</context>
382 </context-group> 390 </context-group>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 391
384 </trans-unit> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
385 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 393 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
386 <source>Start at</source> 394 <source>Start at</source>
387 <target>Empezar en</target> 395 <target>Empezar en</target>
@@ -431,31 +439,40 @@
431 <context context-type="linenumber">74</context> 439 <context context-type="linenumber">74</context>
432 </context-group> 440 </context-group>
433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
434 </trans-unit> 442 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
435 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 443 <source>video</source><target state="new">video</target>
436 <source>Download video</source> 444 <context-group purpose="location">
437 <target>Descargar vídeo</target> 445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
438 <context-group name="null"> 446 <context context-type="linenumber">4</context>
439 <context context-type="linenumber">3</context> 447 </context-group>
448 <context-group purpose="location">
449 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
450 <context context-type="linenumber">12</context>
451 </context-group>
452 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
453 <source>subtitles</source><target state="new">subtitles</target>
454 <context-group purpose="location">
455 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
456 <context context-type="linenumber">11</context>
440 </context-group> 457 </context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
442 </trans-unit> 458 </trans-unit>
459
443 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 460 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
444 <source>Direct download</source> 461 <source>Direct download</source>
445 <target>Descarga directa</target> 462 <target>Descarga directa</target>
446 <context-group name="null"> 463 <context-group name="null">
447 <context context-type="linenumber">27</context> 464 <context context-type="linenumber">27</context>
448 </context-group> 465 </context-group>
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 466
450 </trans-unit> 467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
451 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 468 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
452 <source>Torrent (.torrent file)</source> 469 <source>Torrent (.torrent file)</source>
453 <target>Torrent (archivo .torrent)</target> 470 <target>Torrent (archivo .torrent)</target>
454 <context-group name="null"> 471 <context-group name="null">
455 <context context-type="linenumber">32</context> 472 <context context-type="linenumber">32</context>
456 </context-group> 473 </context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 474
458 </trans-unit> 475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
459 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 476 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
460 <source>Cancel</source> 477 <source>Cancel</source>
461 <target> 478 <target>
@@ -464,18 +481,18 @@
464 <context-group name="null"> 481 <context-group name="null">
465 <context context-type="linenumber">47</context> 482 <context context-type="linenumber">47</context>
466 </context-group> 483 </context-group>
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 484
468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 485
469 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 486
470 </trans-unit> 487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
471 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 488 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
472 <source>Download</source> 489 <source>Download</source>
473 <target>Descargar</target> 490 <target>Descargar</target>
474 <context-group name="null"> 491 <context-group name="null">
475 <context context-type="linenumber">43</context> 492 <context context-type="linenumber">43</context>
476 </context-group> 493 </context-group>
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 494
478 </trans-unit> 495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
479 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 496 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
480 <source>Report video</source> 497 <source>Report video</source>
481 <target>Reportar vídeo</target> 498 <target>Reportar vídeo</target>
@@ -485,10 +502,13 @@
485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
486 </trans-unit> 503 </trans-unit>
487 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 504 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
488 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 505 <source>
506 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
507 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
508 </source>
489 <target> 509 <target>
490 Su reporte estará enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 510 Su reporte estará enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
491 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> También estará transferido a la instancia original <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 511 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> También estará transferido a la instancia original <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
492 </target> 512 </target>
493 <context-group name="null"> 513 <context-group name="null">
494 <context context-type="linenumber">9</context> 514 <context context-type="linenumber">9</context>
@@ -552,35 +572,35 @@
552 <context-group name="null"> 572 <context-group name="null">
553 <context context-type="linenumber">6</context> 573 <context context-type="linenumber">6</context>
554 </context-group> 574 </context-group>
555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 575
556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 576
557 </trans-unit> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
558 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 578 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
559 <source>Private</source> 579 <source>Private</source>
560 <target>Privado</target> 580 <target>Privado</target>
561 <context-group name="null"> 581 <context-group name="null">
562 <context context-type="linenumber">7</context> 582 <context context-type="linenumber">7</context>
563 </context-group> 583 </context-group>
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 584
565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 585
566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 586
567 </trans-unit> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
568 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 588 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
569 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 589 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
570 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target> 590 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas</target>
571 <context-group name="null"> 591 <context-group name="null">
572 <context context-type="linenumber">24</context> 592 <context context-type="linenumber">24</context>
573 </context-group> 593 </context-group>
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 594
575 </trans-unit> 595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
576 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 596 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
577 <source>Blacklisted</source> 597 <source>Blacklisted</source>
578 <target>Bloqueado</target> 598 <target>Bloqueado</target>
579 <context-group name="null"> 599 <context-group name="null">
580 <context context-type="linenumber">42</context> 600 <context context-type="linenumber">42</context>
581 </context-group> 601 </context-group>
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 602
583 </trans-unit> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
584 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 604 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
585 <source>Sensitive</source> 605 <source>Sensitive</source>
586 <target> 606 <target>
@@ -589,8 +609,8 @@
589 <context-group name="null"> 609 <context-group name="null">
590 <context context-type="linenumber">46</context> 610 <context context-type="linenumber">46</context>
591 </context-group> 611 </context-group>
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 612
593 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
594 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 614 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
595 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 615 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
596 <target>{VAR_PLURAL, plural, =0 {No vídeos} =1 {1 vídeo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target> 616 <target>{VAR_PLURAL, plural, =0 {No vídeos} =1 {1 vídeo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target>
@@ -626,9 +646,9 @@
626 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 646 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
627 <source>Deleted</source> 647 <source>Deleted</source>
628 <target state="translated">Borrado</target> 648 <target state="translated">Borrado</target>
629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 649
630 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 650
631 </trans-unit> 651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
632 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 652 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
633 <source>Edit starts/stops at</source> 653 <source>Edit starts/stops at</source>
634 <target state="translated">La edición comienza/termina en</target> 654 <target state="translated">La edición comienza/termina en</target>
@@ -662,16 +682,16 @@
662 <context-group name="null"> 682 <context-group name="null">
663 <context context-type="linenumber">20</context> 683 <context context-type="linenumber">20</context>
664 </context-group> 684 </context-group>
665 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 685
666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 686
667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 687
668 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 688
669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 689
670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 690
671 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 691
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 692
673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 693
674 </trans-unit> 694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
675 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 695 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
676 <source>Delete</source> 696 <source>Delete</source>
677 <target>Eliminar</target> 697 <target>Eliminar</target>
@@ -794,10 +814,13 @@ Cancelar la subscripción</target>
794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group> 814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group>
795 </trans-unit> 815 </trans-unit>
796 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 816 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
797 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 817 <source>
818 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
819 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
820 </source>
798 <target> 821 <target>
799 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 822 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
800 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 823 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
801 </target> 824 </target>
802 <context-group name="null"> 825 <context-group name="null">
803 <context context-type="linenumber">10</context> 826 <context context-type="linenumber">10</context>
@@ -805,16 +828,22 @@ Cancelar la subscripción</target>
805 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 828 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
806 </trans-unit> 829 </trans-unit>
807 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 830 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
808 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 831 <source>
809 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target> 832 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
833 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
834 </source>
835 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target>
810 <context-group purpose="location"> 836 <context-group purpose="location">
811 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 837 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
812 <context context-type="linenumber">17</context> 838 <context context-type="linenumber">17</context>
813 </context-group> 839 </context-group>
814 </trans-unit> 840 </trans-unit>
815 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 841 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
816 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 842 <source>
817 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target> 843 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
844 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
845 </source>
846 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target>
818 <context-group purpose="location"> 847 <context-group purpose="location">
819 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 848 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
820 <context context-type="linenumber">26</context> 849 <context context-type="linenumber">26</context>
@@ -829,8 +858,11 @@ Cancelar la subscripción</target>
829 </context-group> 858 </context-group>
830 </trans-unit> 859 </trans-unit>
831 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 860 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
832 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 861 <source>
833 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 862 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
863 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
864 </source>
865 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
835 </trans-unit> 867 </trans-unit>
836 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 868 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -860,9 +892,9 @@ Cancelar la subscripción</target>
860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
861 </trans-unit> 893 </trans-unit>
862 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 894 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
863 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 895 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
864 <target> 896 <target>
865 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 897 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
866 </target> 898 </target>
867 <context-group name="null"> 899 <context-group name="null">
868 <context context-type="linenumber">53</context> 900 <context context-type="linenumber">53</context>
@@ -920,9 +952,9 @@ Cancelar la subscripción</target>
920 <context-group name="null"> 952 <context-group name="null">
921 <context context-type="linenumber">86</context> 953 <context context-type="linenumber">86</context>
922 </context-group> 954 </context-group>
923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 955
924 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 956
925 </trans-unit> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
926 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 958 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
927 <source>users</source> 959 <source>users</source>
928 <target state="translated">usuarios</target> 960 <target state="translated">usuarios</target>
@@ -1141,9 +1173,9 @@ Iniciar sesión</target>
1141 <context-group name="null"> 1173 <context-group name="null">
1142 <context context-type="linenumber">32</context> 1174 <context context-type="linenumber">32</context>
1143 </context-group> 1175 </context-group>
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1176
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1177
1146 </trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1147 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1179 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1148 <source>Forgot your password</source> 1180 <source>Forgot your password</source>
1149 <target>Olvidaste tu contraseña</target> 1181 <target>Olvidaste tu contraseña</target>
@@ -1236,9 +1268,9 @@ Iniciar sesión</target>
1236 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group> 1268 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
1237 </trans-unit> 1269 </trans-unit>
1238 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1270 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1239 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1271 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1240 <target> 1272 <target>
1241 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1273 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1242 </target> 1274 </target>
1243 <context-group name="null"> 1275 <context-group name="null">
1244 <context context-type="linenumber">6</context> 1276 <context context-type="linenumber">6</context>
@@ -1246,10 +1278,13 @@ Iniciar sesión</target>
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1247 </trans-unit> 1279 </trans-unit>
1248 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1280 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1249 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1281 <source>
1282 Filters
1283 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1284 </source>
1250 <target> 1285 <target>
1251 Filtros 1286 Filtros
1252 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1287 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1253 </target> 1288 </target>
1254 <context-group name="null"> 1289 <context-group name="null">
1255 <context context-type="linenumber">16</context> 1290 <context context-type="linenumber">16</context>
@@ -1283,7 +1318,8 @@ Iniciar sesión</target>
1283 </context-group> 1318 </context-group>
1284 </trans-unit> 1319 </trans-unit>
1285 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1320 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1286 <source>CLI documentation</source> 1321 <source>CLI
1322 documentation</source>
1287 <target state="translated">documentación de la CLI</target> 1323 <target state="translated">documentación de la CLI</target>
1288 <context-group purpose="location"> 1324 <context-group purpose="location">
1289 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1325 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1299,7 +1335,8 @@ Iniciar sesión</target>
1299 </context-group> 1335 </context-group>
1300 </trans-unit> 1336 </trans-unit>
1301 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1337 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1302 <source>Administer documentation</source> 1338 <source>Administer
1339 documentation</source>
1303 <target state="translated">Administrar documentación</target> 1340 <target state="translated">Administrar documentación</target>
1304 <context-group purpose="location"> 1341 <context-group purpose="location">
1305 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1342 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1315,7 +1352,8 @@ Iniciar sesión</target>
1315 </context-group> 1352 </context-group>
1316 </trans-unit> 1353 </trans-unit>
1317 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1354 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1318 <source>Use documentation</source> 1355 <source>Use
1356 documentation</source>
1319 <target state="translated">Documentación de uso</target> 1357 <target state="translated">Documentación de uso</target>
1320 <context-group purpose="location"> 1358 <context-group purpose="location">
1321 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1359 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1339,16 +1377,16 @@ Iniciar sesión</target>
1339 </context-group> 1377 </context-group>
1340 </trans-unit> 1378 </trans-unit>
1341 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1379 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1342 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1380 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1343 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1381 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1344 <context-group purpose="location"> 1382 <context-group purpose="location">
1345 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1383 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1346 <context context-type="linenumber">44</context> 1384 <context context-type="linenumber">44</context>
1347 </context-group> 1385 </context-group>
1348 </trans-unit> 1386 </trans-unit>
1349 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1387 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1350 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1388 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1351 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1389 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1352 <context-group purpose="location"> 1390 <context-group purpose="location">
1353 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1391 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1354 <context context-type="linenumber">47</context> 1392 <context context-type="linenumber">47</context>
@@ -1363,16 +1401,26 @@ Iniciar sesión</target>
1363 </context-group> 1401 </context-group>
1364 </trans-unit> 1402 </trans-unit>
1365 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1403 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1366 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1404 <source>
1367 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target> 1405 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1406 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1407 is very important for visitors to understand on what type of instance they are.
1408 </source>
1409 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target>
1368 <context-group purpose="location"> 1410 <context-group purpose="location">
1369 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1411 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1370 <context context-type="linenumber">61</context> 1412 <context context-type="linenumber">61</context>
1371 </context-group> 1413 </context-group>
1372 </trans-unit> 1414 </trans-unit>
1373 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1415 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1374 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1416 <source>
1375 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instancia. </target> 1417 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1418 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1419 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1420 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1421 PeerTube instance.
1422 </source>
1423 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube instancia. </target>
1376 <context-group purpose="location"> 1424 <context-group purpose="location">
1377 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1425 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1378 <context context-type="linenumber">67</context> 1426 <context context-type="linenumber">67</context>
@@ -1505,9 +1553,9 @@ Iniciar sesión</target>
1505 <context-group name="null"> 1553 <context-group name="null">
1506 <context context-type="linenumber">107</context> 1554 <context context-type="linenumber">107</context>
1507 </context-group> 1555 </context-group>
1508 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1556
1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1557
1510 </trans-unit> 1558 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1511 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1559 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1512 <source>Help to translate PeerTube!</source> 1560 <source>Help to translate PeerTube!</source>
1513 <target> 1561 <target>
@@ -1541,117 +1589,123 @@ Iniciar sesión</target>
1541 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1589 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1542 <context context-type="linenumber">29</context> 1590 <context context-type="linenumber">29</context>
1543 </context-group> 1591 </context-group>
1592 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1593 <source>Help</source><target state="new">Help</target>
1594 <context-group purpose="location">
1595 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1596 <context context-type="linenumber">35</context>
1597 </context-group>
1544 </trans-unit> 1598 </trans-unit>
1545 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1599 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1546 <source>Log out</source> 1600 <source>Log out</source>
1547 <target state="new">Log out</target> 1601 <target state="new">Log out</target>
1548 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1602
1549 </trans-unit> 1603 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1550 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1604 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1551 <source>Create an account</source> 1605 <source>Create an account</source>
1552 <target>Crear una cuenta</target> 1606 <target>Crear una cuenta</target>
1553 <context-group name="null"> 1607 <context-group name="null">
1554 <context context-type="linenumber">33</context> 1608 <context context-type="linenumber">33</context>
1555 </context-group> 1609 </context-group>
1556 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1610
1557 </trans-unit> 1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1558 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1612 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1559 <source>My library</source> 1613 <source>My library</source>
1560 <target>Mi biblioteca</target> 1614 <target>Mi biblioteca</target>
1561 <context-group name="null"> 1615 <context-group name="null">
1562 <context context-type="linenumber">37</context> 1616 <context context-type="linenumber">37</context>
1563 </context-group> 1617 </context-group>
1564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1618
1565 </trans-unit> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1566 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1620 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1567 <source>Videos</source> 1621 <source>Videos</source>
1568 <target>Vídeos</target> 1622 <target>Vídeos</target>
1569 <context-group name="null"> 1623 <context-group name="null">
1570 <context context-type="linenumber">24</context> 1624 <context context-type="linenumber">24</context>
1571 </context-group> 1625 </context-group>
1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1626
1573 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1627
1574 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1628
1575 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1629
1576 </trans-unit> 1630 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1577 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1631 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1578 <source>Playlists</source> 1632 <source>Playlists</source>
1579 <target state="new">Playlists</target> 1633 <target state="new">Playlists</target>
1580 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1634
1581 </trans-unit> 1635 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1582 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1636 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1583 <source>Subscriptions</source> 1637 <source>Subscriptions</source>
1584 <target>Suscripciones</target> 1638 <target>Suscripciones</target>
1585 <context-group name="null"> 1639 <context-group name="null">
1586 <context context-type="linenumber">51</context> 1640 <context context-type="linenumber">51</context>
1587 </context-group> 1641 </context-group>
1588 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1642
1589 </trans-unit> 1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1590 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1644 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1591 <source>History</source> 1645 <source>History</source>
1592 <target state="new">History</target> 1646 <target state="new">History</target>
1593 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1647
1594 </trans-unit> 1648 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1595 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1649 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1596 <source>Discover</source> 1650 <source>Discover</source>
1597 <target state="new">Discover</target> 1651 <target state="new">Discover</target>
1598 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1652
1599 </trans-unit> 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1600 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1654 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1601 <source>Trending</source> 1655 <source>Trending</source>
1602 <target>Tendencias</target> 1656 <target>Tendencias</target>
1603 <context-group name="null"> 1657 <context-group name="null">
1604 <context context-type="linenumber">71</context> 1658 <context context-type="linenumber">71</context>
1605 </context-group> 1659 </context-group>
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1660
1607 </trans-unit> 1661 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1608 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1662 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1609 <source>Most liked</source> 1663 <source>Most liked</source>
1610 <target state="new">Most liked</target> 1664 <target state="new">Most liked</target>
1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1665
1612 </trans-unit> 1666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1613 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1667 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1614 <source>Recently added</source> 1668 <source>Recently added</source>
1615 <target>Añadidos recientemente</target> 1669 <target>Añadidos recientemente</target>
1616 <context-group name="null"> 1670 <context-group name="null">
1617 <context context-type="linenumber">81</context> 1671 <context context-type="linenumber">81</context>
1618 </context-group> 1672 </context-group>
1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1673
1620 </trans-unit> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1621 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1675 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1622 <source>More</source> 1676 <source>More</source>
1623 <target>Más</target> 1677 <target>Más</target>
1624 <context-group name="null"> 1678 <context-group name="null">
1625 <context context-type="linenumber">91</context> 1679 <context context-type="linenumber">91</context>
1626 </context-group> 1680 </context-group>
1627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1681
1628 </trans-unit> 1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1629 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1683 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1630 <source>Administration</source> 1684 <source>Administration</source>
1631 <target>Administración</target> 1685 <target>Administración</target>
1632 <context-group name="null"> 1686 <context-group name="null">
1633 <context context-type="linenumber">95</context> 1687 <context context-type="linenumber">95</context>
1634 </context-group> 1688 </context-group>
1635 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1689
1636 </trans-unit> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1637 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1691 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1638 <source>About</source> 1692 <source>About</source>
1639 <target>Acerca de</target> 1693 <target>Acerca de</target>
1640 <context-group name="null"> 1694 <context-group name="null">
1641 <context context-type="linenumber">26</context> 1695 <context context-type="linenumber">26</context>
1642 </context-group> 1696 </context-group>
1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1697
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1698
1645 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1699
1646 </trans-unit> 1700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1647 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1701 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1648 <source>Show keyboard shortcuts</source> 1702 <source>Show keyboard shortcuts</source>
1649 <target>Mostrar los atajos de teclado</target> 1703 <target>Mostrar los atajos de teclado</target>
1650 <context-group name="null"> 1704 <context-group name="null">
1651 <context context-type="linenumber">111</context> 1705 <context context-type="linenumber">111</context>
1652 </context-group> 1706 </context-group>
1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1707
1654 </trans-unit> 1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1655 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1709 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1656 <source>View your notifications</source> 1710 <source>View your notifications</source>
1657 <target>Ver sus notificaciones</target> 1711 <target>Ver sus notificaciones</target>
@@ -1672,15 +1726,9 @@ Iniciar sesión</target>
1672 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1726 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1673 <source>Mark all as read</source> 1727 <source>Mark all as read</source>
1674 <target state="new">Mark all as read</target> 1728 <target state="new">Mark all as read</target>
1675 <context-group purpose="location"> 1729
1676 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1730
1677 <context context-type="linenumber">18</context> 1731 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1678 </context-group>
1679 <context-group purpose="location">
1680 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1681 <context context-type="linenumber">9</context>
1682 </context-group>
1683 </trans-unit>
1684 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1732 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1685 <source>Update your notification preferences</source> 1733 <source>Update your notification preferences</source>
1686 <target>Actualizar sus preferencias de notificación</target> 1734 <target>Actualizar sus preferencias de notificación</target>
@@ -1784,8 +1832,8 @@ Iniciar sesión</target>
1784 <context-group name="null"> 1832 <context-group name="null">
1785 <context context-type="linenumber">45</context> 1833 <context context-type="linenumber">45</context>
1786 </context-group> 1834 </context-group>
1787 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1835
1788 </trans-unit> 1836 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1789 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1837 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1790 <source>Display sensitive content</source> 1838 <source>Display sensitive content</source>
1791 <target>Mostrar contenido sensible</target> 1839 <target>Mostrar contenido sensible</target>
@@ -1924,6 +1972,36 @@ Iniciar sesión</target>
1924 <context context-type="linenumber">115</context> 1972 <context context-type="linenumber">115</context>
1925 </context-group> 1973 </context-group>
1926 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 1974 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
1975 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1976 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1977 <context-group purpose="location">
1978 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1979 <context context-type="linenumber">14</context>
1980 </context-group>
1981 <context-group purpose="location">
1982 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1983 <context context-type="linenumber">14</context>
1984 </context-group>
1985 <context-group purpose="location">
1986 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1987 <context context-type="linenumber">14</context>
1988 </context-group>
1989 <context-group purpose="location">
1990 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1991 <context context-type="linenumber">14</context>
1992 </context-group>
1993 <context-group purpose="location">
1994 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1995 <context context-type="linenumber">14</context>
1996 </context-group>
1997 <context-group purpose="location">
1998 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1999 <context context-type="linenumber">14</context>
2000 </context-group>
2001 <context-group purpose="location">
2002 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2003 <context context-type="linenumber">14</context>
2004 </context-group>
1927 </trans-unit> 2005 </trans-unit>
1928 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2006 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1929 <source>Display unlisted and private videos</source> 2007 <source>Display unlisted and private videos</source>
@@ -1931,14 +2009,14 @@ Iniciar sesión</target>
1931 <context-group name="null"> 2009 <context-group name="null">
1932 <context context-type="linenumber">14</context> 2010 <context context-type="linenumber">14</context>
1933 </context-group> 2011 </context-group>
1934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2012
1935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2013
1936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2014
1937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2015
1938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2016
1939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2017
1940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2018
1941 </trans-unit> 2019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1942 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2020 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1943 <source>Add caption</source> 2021 <source>Add caption</source>
1944 <target>Añadir subtítulo</target> 2022 <target>Añadir subtítulo</target>
@@ -2003,10 +2081,14 @@ Iniciar sesión</target>
2003 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2081 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2004 </trans-unit> 2082 </trans-unit>
2005 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2083 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2006 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2084 <source>
2085 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2086 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2087 Press Enter to add a new tag.
2088 </source>
2007 <target state="new"> 2089 <target state="new">
2008 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2090 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2009 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2091 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2010 Press Enter to add a new tag. 2092 Press Enter to add a new tag.
2011 </target> 2093 </target>
2012 <context-group purpose="location"> 2094 <context-group purpose="location">
@@ -2161,7 +2243,7 @@ Iniciar sesión</target>
2161 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2162 </trans-unit> 2244 </trans-unit>
2163 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2245 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2164 <source>Already uploaded ✔</source> 2246 <source>Already uploaded ✔</source>
2165 <target>Ya ha sido subido ✔</target> 2247 <target>Ya ha sido subido ✔</target>
2166 <context-group name="null"> 2248 <context-group name="null">
2167 <context context-type="linenumber">179</context> 2249 <context context-type="linenumber">179</context>
@@ -2281,9 +2363,13 @@ Iniciar sesión</target>
2281 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2363 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2282 </trans-unit> 2364 </trans-unit>
2283 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2365 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2284 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2366 <source>
2367 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2368 or URL that points to a raw MP4 file.
2369 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2370 </source>
2285 <target state="new"> 2371 <target state="new">
2286 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2372 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2287 or URL that points to a raw MP4 file. 2373 or URL that points to a raw MP4 file.
2288 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2374 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2289 </target> 2375 </target>
@@ -2347,10 +2433,14 @@ Iniciar sesión</target>
2347 </context-group> 2433 </context-group>
2348 </trans-unit> 2434 </trans-unit>
2349 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2435 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2350 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2436 <source>
2437 Image that will be merged with your audio file.
2438 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2439 The chosen image will be definitive and cannot be modified.
2440 </source>
2351 <target state="new"> 2441 <target state="new">
2352 Image that will be merged with your audio file. 2442 Image that will be merged with your audio file.
2353 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2443 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2354 The chosen image will be definitive and cannot be modified. 2444 The chosen image will be definitive and cannot be modified.
2355 </target> 2445 </target>
2356 <context-group purpose="location"> 2446 <context-group purpose="location">
@@ -2409,7 +2499,10 @@ Iniciar sesión</target>
2409 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group> 2499 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group>
2410 </trans-unit> 2500 </trans-unit>
2411 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2501 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2412 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2502 <source>
2503 You can import any torrent file that points to a mp4 file.
2504 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2505 </source>
2413 <target state="new"> 2506 <target state="new">
2414 You can import any torrent file that points to a mp4 file. 2507 You can import any torrent file that points to a mp4 file.
2415 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2508 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
@@ -2430,11 +2523,15 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2430 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group> 2523 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group>
2431 </trans-unit> 2524 </trans-unit>
2432 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2525 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2433 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2526 <source>
2527 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2528 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2529 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2530 </source>
2434 <target state="new"> 2531 <target state="new">
2435 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2532 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2436 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2533 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2437 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2534 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2438 </target> 2535 </target>
2439 <context-group purpose="location"> 2536 <context-group purpose="location">
2440 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2537 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2683,9 +2780,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2683 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2780 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2684 </trans-unit> 2781 </trans-unit>
2685 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2782 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2686 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2783 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2687 <target state="new"> 2784 <target state="new">
2688 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2785 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2689 </target> 2786 </target>
2690 <context-group purpose="location"> 2787 <context-group purpose="location">
2691 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2788 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2693,9 +2790,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2693 </context-group> 2790 </context-group>
2694 </trans-unit> 2791 </trans-unit>
2695 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2792 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2696 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2793 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2697 <target state="new"> 2794 <target state="new">
2698 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2795 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2699 </target> 2796 </target>
2700 <context-group purpose="location"> 2797 <context-group purpose="location">
2701 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2798 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2780,8 +2877,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2780 <context-group name="null"> 2877 <context-group name="null">
2781 <context context-type="linenumber">211</context> 2878 <context context-type="linenumber">211</context>
2782 </context-group> 2879 </context-group>
2783 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2880
2784 </trans-unit> 2881 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2785 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2882 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2786 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2883 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2787 <target> 2884 <target>
@@ -2790,24 +2887,24 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2790 <context-group name="null"> 2887 <context-group name="null">
2791 <context context-type="linenumber">212</context> 2888 <context context-type="linenumber">212</context>
2792 </context-group> 2889 </context-group>
2793 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2890
2794 </trans-unit> 2891 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2795 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2892 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2796 <source>More information</source> 2893 <source>More information</source>
2797 <target>Más información</target> 2894 <target>Más información</target>
2798 <context-group name="null"> 2895 <context-group name="null">
2799 <context context-type="linenumber">215</context> 2896 <context context-type="linenumber">215</context>
2800 </context-group> 2897 </context-group>
2801 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2898
2802 </trans-unit> 2899 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2803 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2900 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2804 <source>Get more information</source> 2901 <source>Get more information</source>
2805 <target>Ver más información</target> 2902 <target>Ver más información</target>
2806 <context-group name="null"> 2903 <context-group name="null">
2807 <context context-type="linenumber">215</context> 2904 <context context-type="linenumber">215</context>
2808 </context-group> 2905 </context-group>
2809 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2906
2810 </trans-unit> 2907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2811 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2908 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2812 <source>OK</source> 2909 <source>OK</source>
2813 <target> 2910 <target>
@@ -2816,8 +2913,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2816 <context-group name="null"> 2913 <context-group name="null">
2817 <context context-type="linenumber">218</context> 2914 <context context-type="linenumber">218</context>
2818 </context-group> 2915 </context-group>
2819 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2916
2820 </trans-unit> 2917 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2821 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2918 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2822 <source>1 Comment</source> 2919 <source>1 Comment</source>
2823 <target state="new">1 Comment</target> 2920 <target state="new">1 Comment</target>
@@ -2959,7 +3056,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2959 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 3056 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
2960 </trans-unit> 3057 </trans-unit>
2961 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html"> 3058 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html">
2962 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3059 <source>
3060 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
3061 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3062 from within the software's interface.
3063 </source>
2963 <target state="new"> 3064 <target state="new">
2964 Otherwise, you can comment using an account on any ActivityPub-compatible instance. 3065 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2965 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3066 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -2996,8 +3097,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2996 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3097 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2997 <source>This comment has been deleted</source> 3098 <source>This comment has been deleted</source>
2998 <target state="new">This comment has been deleted</target> 3099 <target state="new">This comment has been deleted</target>
2999 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 3100
3000 </trans-unit> 3101 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3001 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3102 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3002 <source>Users</source> 3103 <source>Users</source>
3003 <target> 3104 <target>
@@ -3146,22 +3247,52 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3146 <context-group name="null"> 3247 <context-group name="null">
3147 <context context-type="linenumber">10</context> 3248 <context context-type="linenumber">10</context>
3148 </context-group> 3249 </context-group>
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3250
3150 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3251
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3253 <source>Delayed.</source><target state="new">Delayed.</target>
3254 <context-group purpose="location">
3255 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3256 <context context-type="linenumber">42</context>
3257 </context-group>
3258 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3259 <source>Will start soon...</source><target state="new">Will start soon...</target>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3262 <context context-type="linenumber">43</context>
3263 </context-group>
3264 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3265 <source>Running...</source><target state="new">Running...</target>
3266 <context-group purpose="location">
3267 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3268 <context context-type="linenumber">44</context>
3269 </context-group>
3270 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3271 <source>Finished</source><target state="new">Finished</target>
3272 <context-group purpose="location">
3273 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3274 <context context-type="linenumber">45</context>
3275 </context-group>
3276 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3277 <source>Failed</source><target state="new">Failed</target>
3278 <context-group purpose="location">
3279 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3280 <context context-type="linenumber">46</context>
3281 </context-group>
3151 </trans-unit> 3282 </trans-unit>
3152 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3283 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3153 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3284 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3154 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3285 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3155 <context-group name="null"> 3286 <context-group name="null">
3156 <context context-type="linenumber">11</context> 3287 <context context-type="linenumber">11</context>
3157 </context-group> 3288 </context-group>
3158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3289
3159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3290
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3291
3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3292
3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3293
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3294
3164 </trans-unit> 3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3165 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3296 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3166 <source>Accepted</source> 3297 <source>Accepted</source>
3167 <target>Aceptado</target> 3298 <target>Aceptado</target>
@@ -3204,8 +3335,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3205 </trans-unit> 3336 </trans-unit>
3206 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3337 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3207 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3338 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3208 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3339 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3209 <context-group purpose="location"> 3340 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3341 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3211 <context context-type="linenumber">21</context> 3342 <context context-type="linenumber">21</context>
@@ -3269,9 +3400,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group>
3270 </trans-unit> 3401 </trans-unit>
3271 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345"> 3402 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
3272 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3403 <source>
3404 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3405 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3406 </source>
3273 <target> 3407 <target>
3274 La transcodificación está activada en el servidor. La cuota de vídeo solo tiene en cuenta el vídeo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3408 La transcodificación está activada en el servidor. La cuota de vídeo solo tiene en cuenta el vídeo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3275 Como mucho, este usuario podría utilizar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3409 Como mucho, este usuario podría utilizar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3276 </target> 3410 </target>
3277 <context-group name="null"> 3411 <context-group name="null">
@@ -3382,16 +3516,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group> 3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group>
3383 </trans-unit> 3517 </trans-unit>
3384 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3518 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3385 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3519 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3386 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3520 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3387 <context-group name="null"> 3521 <context-group name="null">
3388 <context context-type="linenumber">40</context> 3522 <context context-type="linenumber">40</context>
3389 </context-group> 3523 </context-group>
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group> 3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group>
3391 </trans-unit> 3525 </trans-unit>
3392 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3526 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3393 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3527 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3394 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3528 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3395 <context-group purpose="location"> 3529 <context-group purpose="location">
3396 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3530 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3397 <context context-type="linenumber">42</context> 3531 <context context-type="linenumber">42</context>
@@ -3479,8 +3613,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3480 </trans-unit> 3614 </trans-unit>
3481 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3615 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3482 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3616 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3483 <target>Nombre del vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3617 <target>Nombre del vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3484 <context-group name="null"> 3618 <context-group name="null">
3485 <context context-type="linenumber">8</context> 3619 <context context-type="linenumber">8</context>
3486 </context-group> 3620 </context-group>
@@ -3503,8 +3637,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3503 </context-group> 3637 </context-group>
3504 </trans-unit> 3638 </trans-unit>
3505 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3639 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3506 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3640 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3507 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3641 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3508 <context-group name="null"> 3642 <context-group name="null">
3509 <context context-type="linenumber">11</context> 3643 <context context-type="linenumber">11</context>
3510 </context-group> 3644 </context-group>
@@ -3582,8 +3716,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group> 3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
3583 </trans-unit> 3717 </trans-unit>
3584 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3718 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3585 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3719 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3586 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3720 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3587 <context-group name="null"> 3721 <context-group name="null">
3588 <context context-type="linenumber">11</context> 3722 <context context-type="linenumber">11</context>
3589 </context-group> 3723 </context-group>
@@ -3592,8 +3726,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3593 </trans-unit> 3727 </trans-unit>
3594 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3728 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3595 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3729 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3596 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3730 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3597 <context-group purpose="location"> 3731 <context-group purpose="location">
3598 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3732 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3599 <context context-type="linenumber">18</context> 3733 <context context-type="linenumber">18</context>
@@ -3645,8 +3779,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3646 </trans-unit> 3780 </trans-unit>
3647 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3781 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3648 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3782 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3649 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3783 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3650 <context-group name="null"> 3784 <context-group name="null">
3651 <context context-type="linenumber">13</context> 3785 <context context-type="linenumber">13</context>
3652 </context-group> 3786 </context-group>
@@ -3831,6 +3965,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3831 <context context-type="linenumber">2</context> 3965 <context context-type="linenumber">2</context>
3832 </context-group> 3966 </context-group>
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3968 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3969 <source>Job type</source><target state="new">Job type</target>
3970 <context-group purpose="location">
3971 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3972 <context context-type="linenumber">5</context>
3973 </context-group>
3974 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3975 <source>Job state</source><target state="new">Job state</target>
3976 <context-group purpose="location">
3977 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3978 <context context-type="linenumber">14</context>
3979 </context-group>
3834 </trans-unit> 3980 </trans-unit>
3835 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3981 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3836 <source>Type</source> 3982 <source>Type</source>
@@ -3840,30 +3986,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3840 </context-group> 3986 </context-group>
3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3842 </trans-unit> 3988 </trans-unit>
3843 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3989
3844 <source>Processed on</source> 3990
3845 <target>Procesado el</target>
3846 <context-group name="null">
3847 <context context-type="linenumber">22</context>
3848 </context-group>
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3850 </trans-unit>
3851 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3852 <source>Finished on</source>
3853 <target>Finalizado el</target>
3854 <context-group name="null">
3855 <context context-type="linenumber">23</context>
3856 </context-group>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3858 </trans-unit>
3859 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3991 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3860 <source>Refresh</source> 3992 <source>Refresh</source>
3861 <target state="new">Refresh</target> 3993 <target state="new">Refresh</target>
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 3994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3863 </trans-unit> 3995 </trans-unit>
3864 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3996 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3865 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 3997 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3866 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 3998 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3867 <context-group purpose="location"> 3999 <context-group purpose="location">
3868 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4000 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3869 <context context-type="linenumber">32</context> 4001 <context context-type="linenumber">32</context>
@@ -3936,9 +4068,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3936 </context-group> 4068 </context-group>
3937 </trans-unit> 4069 </trans-unit>
3938 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 4070 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3939 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4071 <source>
4072 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4073 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4074 </source>
3940 <target state="new"> 4075 <target state="new">
3941 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4076 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3942 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4077 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3943 </target> 4078 </target>
3944 <context-group purpose="location"> 4079 <context-group purpose="location">
@@ -3955,9 +4090,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group> 4090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group>
3956 </trans-unit> 4091 </trans-unit>
3957 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 4092 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3958 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4093 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
3959 <target state="new"> 4094 <target state="new">
3960 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4095 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
3961 </target> 4096 </target>
3962 <context-group purpose="location"> 4097 <context-group purpose="location">
3963 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4098 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4378,12 +4513,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group> 4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group>
4379 </trans-unit> 4514 </trans-unit>
4380 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 4515 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
4381 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4516 <source>
4517 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4518 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4519 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4520 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4521 to see if you instance is whitelisted.
4522 </source>
4382 <target state="new"> 4523 <target state="new">
4383 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4524 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4384 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4525 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4385 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4526 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4386 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4527 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4387 to see if you instance is whitelisted. 4528 to see if you instance is whitelisted.
4388 </target> 4529 </target>
4389 <context-group purpose="location"> 4530 <context-group purpose="location">
@@ -4454,19 +4595,30 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4454 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4595 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4455 <context context-type="linenumber">486</context> 4596 <context context-type="linenumber">486</context>
4456 </context-group> 4597 </context-group>
4457 </trans-unit> 4598 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4458 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4599 <source>
4459 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4600 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4460 <target state="new"> 4601
4461 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4602 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4462 4603
4463 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4604 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4605
4606 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4607 </source><target state="new">
4608 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4609
4610 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4611
4612 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4613
4614 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4464 </target> 4615 </target>
4465 <context-group purpose="location"> 4616 <context-group purpose="location">
4466 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4617 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4467 <context context-type="linenumber">501</context> 4618 <context context-type="linenumber">501</context>
4468 </context-group> 4619 </context-group>
4469 </trans-unit> 4620 </trans-unit>
4621
4470 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4622 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4471 <source>WebTorrent support enabled</source> 4623 <source>WebTorrent support enabled</source>
4472 <target state="new">WebTorrent support enabled</target> 4624 <target state="new">WebTorrent support enabled</target>
@@ -4476,114 +4628,134 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4476 </context-group> 4628 </context-group>
4477 </trans-unit> 4629 </trans-unit>
4478 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4630 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4479 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4631 <source>
4632 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4633
4634 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4635 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4636 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4637 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4638 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4639 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4640
4641 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4642 </source>
4480 <target state="new"> 4643 <target state="new">
4481 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4644 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4482 4645
4483 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4646 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4484 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4647 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4485 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4648 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4486 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4649 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4487 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4650 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4488 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4651 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4489 4652
4490 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4653 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4491 </target> 4654 </target>
4492 <context-group purpose="location"> 4655
4493 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4494 <context context-type="linenumber">518</context>
4495 </context-group>
4496 </trans-unit>
4497 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4657 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4498 <source>HLS support enabled</source> 4658 <source>HLS support enabled</source>
4499 <target state="new">HLS support enabled</target> 4659 <target state="new">HLS support enabled</target>
4500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4660
4501 </trans-unit> 4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4502 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4662 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4503 <source>Transcoding threads</source> 4663 <source>Transcoding threads</source>
4504 <target>Hilos de transcodificaciones</target> 4664 <target>Hilos de transcodificaciones</target>
4505 <context-group name="null"> 4665 <context-group name="null">
4506 <context context-type="linenumber">517</context> 4666 <context context-type="linenumber">517</context>
4507 </context-group> 4667 </context-group>
4508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4668
4509 </trans-unit> 4669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4510 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4670 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4511 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4671 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4512 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4672 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4673
4514 </trans-unit> 4674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4515 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4675 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4516 <source>Cache</source> 4676 <source>Cache</source>
4517 <target>Caché</target> 4677 <target>Caché</target>
4518 <context-group name="null"> 4678 <context-group name="null">
4519 <context context-type="linenumber">541</context> 4679 <context context-type="linenumber">541</context>
4520 </context-group> 4680 </context-group>
4521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4681
4522 </trans-unit> 4682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4523 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4683 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4524 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4684 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4525 <target>Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.</target> 4685 <target>Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.</target>
4526 <context-group name="null"> 4686 <context-group name="null">
4527 <context context-type="linenumber">545</context> 4687 <context context-type="linenumber">545</context>
4528 </context-group> 4688 </context-group>
4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4689
4530 </trans-unit> 4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4531 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4691 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4532 <source>Previews cache size</source> 4692 <source>Previews cache size</source>
4533 <target>Tamaño de caché de las previsualizaciones</target> 4693 <target>Tamaño de caché de las previsualizaciones</target>
4534 <context-group name="null"> 4694 <context-group name="null">
4535 <context context-type="linenumber">552</context> 4695 <context context-type="linenumber">552</context>
4536 </context-group> 4696 </context-group>
4537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4697
4538 </trans-unit> 4698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4539 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4699 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4540 <source>Video captions cache size</source> 4700 <source>Video captions cache size</source>
4541 <target>Tamaño de caché de los subtítulos</target> 4701 <target>Tamaño de caché de los subtítulos</target>
4542 <context-group name="null"> 4702 <context-group name="null">
4543 <context context-type="linenumber">561</context> 4703 <context context-type="linenumber">561</context>
4544 </context-group> 4704 </context-group>
4545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4705
4546 </trans-unit> 4706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4547 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4707 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4548 <source>Customizations</source> 4708 <source>Customizations</source>
4549 <target>Personalizaciones</target> 4709 <target>Personalizaciones</target>
4550 <context-group name="null"> 4710 <context-group name="null">
4551 <context context-type="linenumber">570</context> 4711 <context context-type="linenumber">570</context>
4552 </context-group> 4712 </context-group>
4553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4713
4554 </trans-unit> 4714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4555 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4715 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4556 <source>JavaScript</source> 4716 <source>JavaScript</source>
4557 <target>Javascript</target> 4717 <target>Javascript</target>
4558 <context-group name="null"> 4718 <context-group name="null">
4559 <context context-type="linenumber">575</context> 4719 <context context-type="linenumber">575</context>
4560 </context-group> 4720 </context-group>
4561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4721
4562 </trans-unit> 4722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4563 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4723 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4564 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4724 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4565 <target state="new"> 4725 <target state="new">
4566 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4726 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4567 </target> 4727 </target>
4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4728
4569 </trans-unit> 4729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4570 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4730 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4571 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4731 <source>
4732 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4733<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4734 color: red;
4735<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4736<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4737
4738 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4739<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4740 color: red;
4741<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4742<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4743 </source>
4572 <target state="new"> 4744 <target state="new">
4573 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4745 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4574<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4746<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4575 color: red; 4747 color: red;
4576<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4748<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4577<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4749<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4578 4750
4579 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4751 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4580<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4752<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4581 color: red; 4753 color: red;
4582<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4754<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4583<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4755<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4584 </target> 4756 </target>
4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4757
4586 </trans-unit> 4758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4587 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4759 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4588 <source>Advanced configuration</source> 4760 <source>Advanced configuration</source>
4589 <target>Configuración avanzada</target> 4761 <target>Configuración avanzada</target>
@@ -4598,13 +4770,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4598 <context-group name="null"> 4770 <context-group name="null">
4599 <context context-type="linenumber">628</context> 4771 <context context-type="linenumber">628</context>
4600 </context-group> 4772 </context-group>
4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4773
4602 </trans-unit> 4774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4603 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4775 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4604 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4776 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4605 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4777 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4778
4607 </trans-unit> 4779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4608 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4780 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4609 <source>Total video quota:</source> 4781 <source>Total video quota:</source>
4610 <target state="new">Total video quota:</target> 4782 <target state="new">Total video quota:</target>
@@ -4700,9 +4872,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
4701 </trans-unit> 4873 </trans-unit>
4702 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4874 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4703 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4875 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4704 <target state="new"> 4876 <target state="new">
4705 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4877 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4706 </target> 4878 </target>
4707 <context-group purpose="location"> 4879 <context-group purpose="location">
4708 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4880 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -4758,9 +4930,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4758 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
4759 </trans-unit> 4931 </trans-unit>
4760 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4932 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4761 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4933 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4762 <target state="new"> 4934 <target state="new">
4763 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4935 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4764</target> 4936</target>
4765 <context-group purpose="location"> 4937 <context-group purpose="location">
4766 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4938 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4768,9 +4940,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4768 </context-group> 4940 </context-group>
4769 </trans-unit> 4941 </trans-unit>
4770 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4942 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4771 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4943 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4772 <target state="new"> 4944 <target state="new">
4773 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification 4945 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification
4774</target> 4946</target>
4775 <context-group purpose="location"> 4947 <context-group purpose="location">
4776 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4948 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4883,10 +5055,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5055 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
4884 </trans-unit> 5056 </trans-unit>
4885 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5057 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
4886 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5058 <source>
5059 Created
5060 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5061 </source>
4887 <target> 5062 <target>
4888 Creado 5063 Creado
4889 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5064 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4890 </target> 5065 </target>
4891 <context-group name="null"> 5066 <context-group name="null">
4892 <context context-type="linenumber">15</context> 5067 <context context-type="linenumber">15</context>
@@ -4964,8 +5139,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4964 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group> 5139 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group>
4965 </trans-unit> 5140 </trans-unit>
4966 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 5141 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
4967 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5142 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4968 <target>Texto corto para decirle a la gente cómo pueden dar soporte a tu canal (plataforma de miembros...).&lt;br /&gt;&lt;br /&gt; 5143When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5144 <target>Texto corto para decirle a la gente cómo pueden dar soporte a tu canal (plataforma de miembros...).&lt;br />&lt;br />
4969Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenará automáticamente con este texto.</target> 5145Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenará automáticamente con este texto.</target>
4970 <context-group name="null"> 5146 <context-group name="null">
4971 <context context-type="linenumber">52</context> 5147 <context context-type="linenumber">52</context>
@@ -5076,9 +5252,12 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5076 </context-group> 5252 </context-group>
5077 </trans-unit> 5253 </trans-unit>
5078 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5254 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5079 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5255 <source>
5256 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5257 Delete history
5258 </source>
5080 <target state="new"> 5259 <target state="new">
5081 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5260 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5082 Delete history 5261 Delete history
5083 </target> 5262 </target>
5084 <context-group purpose="location"> 5263 <context-group purpose="location">
@@ -5095,9 +5274,12 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5095 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group> 5274 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group>
5096 </trans-unit> 5275 </trans-unit>
5097 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5276 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5098 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5277 <source>
5278 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5279 Notification preferences
5280 </source>
5099 <target state="new"> 5281 <target state="new">
5100 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5282 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5101 Notification preferences 5283 Notification preferences
5102 </target> 5284 </target>
5103 <context-group purpose="location"> 5285 <context-group purpose="location">
@@ -5108,11 +5290,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5108 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5290 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5109 <source>All read</source> 5291 <source>All read</source>
5110 <target state="new">All read</target> 5292 <target state="new">All read</target>
5111 <context-group purpose="location"> 5293
5112 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5294 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5113 <context context-type="linenumber">12</context>
5114 </context-group>
5115 </trans-unit>
5116 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5295 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5117 <source>Activities</source> 5296 <source>Activities</source>
5118 <target>Actividades</target> 5297 <target>Actividades</target>
@@ -5173,9 +5352,9 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5173 </context-group> 5352 </context-group>
5174 </trans-unit> 5353 </trans-unit>
5175 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5354 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5176 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5355 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5177 <target state="new"> 5356 <target state="new">
5178 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5357 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5179 </target> 5358 </target>
5180 <context-group purpose="location"> 5359 <context-group purpose="location">
5181 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5360 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5573,10 +5752,13 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5573 </context-group> 5752 </context-group>
5574 </trans-unit> 5753 </trans-unit>
5575 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5754 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5576 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5755 <source>
5756 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5757 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5758 </source>
5577 <target state="new"> 5759 <target state="new">
5578 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 5760 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5579 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5761 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5580 </target> 5762 </target>
5581 <context-group purpose="location"> 5763 <context-group purpose="location">
5582 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5764 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5584,9 +5766,9 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5584 </context-group> 5766 </context-group>
5585 </trans-unit> 5767 </trans-unit>
5586 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5768 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5587 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5769 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5588 <target state="new"> 5770 <target state="new">
5589 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5771 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5590 </target> 5772 </target>
5591 <context-group purpose="location"> 5773 <context-group purpose="location">
5592 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5774 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5594,7 +5776,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5594 </context-group> 5776 </context-group>
5595 </trans-unit> 5777 </trans-unit>
5596 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5778 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5597 <source>Use PeerTube documentation</source> 5779 <source>Use PeerTube
5780 documentation</source>
5598 <target state="new">Use PeerTube 5781 <target state="new">Use PeerTube
5599 documentation</target> 5782 documentation</target>
5600 <context-group purpose="location"> 5783 <context-group purpose="location">
@@ -5613,7 +5796,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5613 </context-group> 5796 </context-group>
5614 </trans-unit> 5797 </trans-unit>
5615 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5798 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5616 <source>PeerTube Applications</source> 5799 <source>PeerTube
5800 Applications</source>
5617 <target state="new">PeerTube 5801 <target state="new">PeerTube
5618 Applications</target> 5802 Applications</target>
5619 <context-group purpose="location"> 5803 <context-group purpose="location">
@@ -5632,7 +5816,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5632 </context-group> 5816 </context-group>
5633 </trans-unit> 5817 </trans-unit>
5634 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5818 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5635 <source>Contribute on PeerTube</source> 5819 <source>Contribute on
5820 PeerTube</source>
5636 <target state="new">Contribute on 5821 <target state="new">Contribute on
5637 PeerTube</target> 5822 PeerTube</target>
5638 <context-group purpose="location"> 5823 <context-group purpose="location">
@@ -5659,7 +5844,10 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5659 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5844 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5660 </trans-unit> 5845 </trans-unit>
5661 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5846 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5662 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5847 <source>
5848 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5849 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5850 </source>
5663 <target state="new"> 5851 <target state="new">
5664 PeerTube uses the BitTorrent protocol to share bandwidth between users. 5852 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5665 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 5853 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
@@ -5678,7 +5866,10 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5866 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5679 </trans-unit> 5867 </trans-unit>
5680 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5868 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5681 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5869 <source>
5870 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5871 In practice, this is much more difficult because:
5872 </source>
5682 <target state="new"> 5873 <target state="new">
5683 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 5874 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5684 In practice, this is much more difficult because: 5875 In practice, this is much more difficult because:
@@ -5689,7 +5880,10 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5689 </context-group> 5880 </context-group>
5690 </trans-unit> 5881 </trans-unit>
5691 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5882 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5692 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5883 <source>
5884 An HTTP request has to be sent on each tracker for each video to spy.
5885 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5886 </source>
5693 <target state="new"> 5887 <target state="new">
5694 An HTTP request has to be sent on each tracker for each video to spy. 5888 An HTTP request has to be sent on each tracker for each video to spy.
5695 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 5889 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -5700,7 +5894,11 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5700 </context-group> 5894 </context-group>
5701 </trans-unit> 5895 </trans-unit>
5702 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5896 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5703 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5897 <source>
5898 For each request sent, the tracker returns random peers at a limited number.
5899 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5900 requests sent to know every peers in the swarm
5901 </source>
5704 <target state="new"> 5902 <target state="new">
5705 For each request sent, the tracker returns random peers at a limited number. 5903 For each request sent, the tracker returns random peers at a limited number.
5706 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 5904 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
@@ -5722,7 +5920,10 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5722 </context-group> 5920 </context-group>
5723 </trans-unit> 5921 </trans-unit>
5724 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5922 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5725 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5923 <source>
5924 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5925 video
5926 </source>
5726 <target state="new"> 5927 <target state="new">
5727 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 5928 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5728 video 5929 video
@@ -5743,13 +5944,19 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5743 </context-group> 5944 </context-group>
5744 </trans-unit> 5945 </trans-unit>
5745 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5946 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5746 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5947 <source>
5948 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5949 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5950 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5951 to forward the information to.
5952 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5953 </source>
5747 <target state="new"> 5954 <target state="new">
5748 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 5955 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5749 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 5956 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5750 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 5957 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5751 to forward the information to. 5958 to forward the information to.
5752 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 5959 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5753 </target> 5960 </target>
5754 <context-group purpose="location"> 5961 <context-group purpose="location">
5755 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5962 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5757,7 +5964,10 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5757 </context-group> 5964 </context-group>
5758 </trans-unit> 5965 </trans-unit>
5759 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5966 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5760 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5967 <source>
5968 The worst-case scenario of an average person spying on their friends is quite unlikely.
5969 There are much more effective ways to get that kind of information.
5970 </source>
5761 <target state="new"> 5971 <target state="new">
5762 The worst-case scenario of an average person spying on their friends is quite unlikely. 5972 The worst-case scenario of an average person spying on their friends is quite unlikely.
5763 There are much more effective ways to get that kind of information. 5973 There are much more effective ways to get that kind of information.
@@ -5776,7 +5986,11 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5776 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5986 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5777 </trans-unit> 5987 </trans-unit>
5778 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5988 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5779 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5989 <source>
5990 The threats to privacy in YouTube are different from PeerTube's.
5991 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5992 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5993 </source>
5780 <target state="new"> 5994 <target state="new">
5781 The threats to privacy in YouTube are different from PeerTube's. 5995 The threats to privacy in YouTube are different from PeerTube's.
5782 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 5996 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -5796,7 +6010,12 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5796 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 6010 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5797 </trans-unit> 6011 </trans-unit>
5798 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6012 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5799 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6013 <source>
6014 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6015 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6016 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6017 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6018 </source>
5800 <target state="new"> 6019 <target state="new">
5801 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 6020 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5802 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6021 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -5817,7 +6036,10 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5817 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6036 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5818 </trans-unit> 6037 </trans-unit>
5819 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 6038 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5820 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 6039 <source>
6040 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
6041 In the meantime, we want to test different ideas related to this issue:
6042 </source>
5821 <target state="new"> 6043 <target state="new">
5822 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. 6044 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5823 In the meantime, we want to test different ideas related to this issue: 6045 In the meantime, we want to test different ideas related to this issue:
@@ -5860,7 +6082,9 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5860 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6082 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5861 </trans-unit> 6083 </trans-unit>
5862 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 6084 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5863 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 6085 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
6086 automatized program
6087 </source>
5864 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the 6088 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
5865 automatized program 6089 automatized program
5866 </target> 6090 </target>
@@ -5902,8 +6126,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5902 </context-group> 6126 </context-group>
5903 </trans-unit> 6127 </trans-unit>
5904 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6128 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5905 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6129 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5906 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6130 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5907 <context-group purpose="location"> 6131 <context-group purpose="location">
5908 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6132 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5909 <context context-type="linenumber">3</context> 6133 <context context-type="linenumber">3</context>
@@ -5984,9 +6208,12 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
5984 </context-group> 6208 </context-group>
5985 </trans-unit> 6209 </trans-unit>
5986 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6210 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5987 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6211 <source>
6212 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6213 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6214 </source>
5988 <target state="new"> 6215 <target state="new">
5989 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6216 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5990 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6217 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
5991 </target> 6218 </target>
5992 <context-group purpose="location"> 6219 <context-group purpose="location">
@@ -6067,11 +6294,16 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
6067 </context-group> 6294 </context-group>
6068 </trans-unit> 6295 </trans-unit>
6069 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6296 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6070 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6297 <source>
6298 I am at least 16 years old and agree
6299 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6300 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6301 of this instance
6302 </source>
6071 <target state="new"> 6303 <target state="new">
6072 I am at least 16 years old and agree 6304 I am at least 16 years old and agree
6073 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6305 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6074 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6306 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6075 of this instance 6307 of this instance
6076 </target> 6308 </target>
6077 <context-group purpose="location"> 6309 <context-group purpose="location">
@@ -6147,6 +6379,12 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
6147 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6379 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6148 <context context-type="linenumber">1</context> 6380 <context context-type="linenumber">1</context>
6149 </context-group> 6381 </context-group>
6382 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6383 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6384 <context-group purpose="location">
6385 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6386 <context context-type="linenumber">1</context>
6387 </context-group>
6150 </trans-unit> 6388 </trans-unit>
6151 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6389 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6152 <source>240p</source> 6390 <source>240p</source>
@@ -6411,8 +6649,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group> 6649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group>
6412 </trans-unit> 6650 </trans-unit>
6413 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 6651 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6414 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6652 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6415 <target>Si confirmas, enviaras una petición de seguimiento a:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target> 6653 <target>Si confirmas, enviaras una petición de seguimiento a:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6416 <context-group name="null"> 6654 <context-group name="null">
6417 <context context-type="linenumber">1</context> 6655 <context context-type="linenumber">1</context>
6418 </context-group> 6656 </context-group>
@@ -7669,8 +7907,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
7669 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 7907 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
7670 </trans-unit> 7908 </trans-unit>
7671 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 7909 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
7672 <source>Long (&gt; 10 min)</source> 7910 <source>Long (> 10 min)</source>
7673 <target>Largo (&gt; 10 min)</target> 7911 <target>Largo (> 10 min)</target>
7674 <context-group name="null"> 7912 <context-group name="null">
7675 <context context-type="linenumber">1</context> 7913 <context context-type="linenumber">1</context>
7676 </context-group> 7914 </context-group>
@@ -8997,8 +9235,8 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
8997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
8998 </trans-unit> 9236 </trans-unit>
8999 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9237 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9000 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9238 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9001 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que soporta:</target> 9239 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible que soporta:</target>
9002 <context-group name="null"> 9240 <context-group name="null">
9003 <context context-type="linenumber">1</context> 9241 <context context-type="linenumber">1</context>
9004 </context-group> 9242 </context-group>
@@ -9275,6 +9513,12 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
9275 <context context-type="linenumber">1</context> 9513 <context context-type="linenumber">1</context>
9276 </context-group> 9514 </context-group>
9277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9516 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9517 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9518 <context-group purpose="location">
9519 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9520 <context context-type="linenumber">1</context>
9521 </context-group>
9278 </trans-unit> 9522 </trans-unit>
9279 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9523 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
9280 <source>Subscribed</source> 9524 <source>Subscribed</source>
@@ -9466,6 +9710,18 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
9466 <context context-type="linenumber">1</context> 9710 <context context-type="linenumber">1</context>
9467 </context-group> 9711 </context-group>
9468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9713 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9714 <source>Add to watch later</source><target state="new">Add to watch later</target>
9715 <context-group purpose="location">
9716 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9717 <context context-type="linenumber">1</context>
9718 </context-group>
9719 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9720 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9721 <context-group purpose="location">
9722 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9723 <context context-type="linenumber">1</context>
9724 </context-group>
9469 </trans-unit> 9725 </trans-unit>
9470 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9726 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9471 <source>Only I can see this video</source> 9727 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index dc66abb4b..3a17737b2 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -429,11 +429,8 @@
429 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 429 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
430 <source>Options</source> 430 <source>Options</source>
431 <target state="translated">Aukerak</target> 431 <target state="translated">Aukerak</target>
432 <context-group purpose="location"> 432
433 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
434 <context context-type="linenumber">9</context>
435 </context-group>
436 </trans-unit>
437 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 434 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
438 <source>Start at</source><target state="new">Start at</target> 435 <source>Start at</source><target state="new">Start at</target>
439 436
@@ -473,31 +470,40 @@
473 <context context-type="linenumber">74</context> 470 <context context-type="linenumber">74</context>
474 </context-group> 471 </context-group>
475 472
476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
477 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 474 <source>video</source><target state="new">video</target>
478 <source>Download video</source> 475 <context-group purpose="location">
479 <target>Deskargatu bideoa</target> 476 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
480 <context-group name="null"> 477 <context context-type="linenumber">4</context>
481 <context context-type="linenumber">3</context> 478 </context-group>
479 <context-group purpose="location">
480 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
481 <context context-type="linenumber">12</context>
482 </context-group>
483 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
484 <source>subtitles</source><target state="new">subtitles</target>
485 <context-group purpose="location">
486 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
487 <context context-type="linenumber">11</context>
482 </context-group> 488 </context-group>
483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
484 </trans-unit> 489 </trans-unit>
490
485 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 491 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
486 <source>Direct download</source> 492 <source>Direct download</source>
487 <target>Deskarga zuzena</target> 493 <target>Deskarga zuzena</target>
488 <context-group name="null"> 494 <context-group name="null">
489 <context context-type="linenumber">27</context> 495 <context context-type="linenumber">27</context>
490 </context-group> 496 </context-group>
491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 497
492 </trans-unit> 498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
493 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 499 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
494 <source>Torrent (.torrent file)</source> 500 <source>Torrent (.torrent file)</source>
495 <target>Torrent (.torrent fitxategia)</target> 501 <target>Torrent (.torrent fitxategia)</target>
496 <context-group name="null"> 502 <context-group name="null">
497 <context context-type="linenumber">32</context> 503 <context context-type="linenumber">32</context>
498 </context-group> 504 </context-group>
499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 505
500 </trans-unit> 506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
501 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 507 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
502 <source>Cancel</source> 508 <source>Cancel</source>
503 <target> 509 <target>
@@ -508,15 +514,15 @@
508 </context-group> 514 </context-group>
509 515
510 516
511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
512 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 518 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
513 <source>Download</source> 519 <source>Download</source>
514 <target>Deskargatu</target> 520 <target>Deskargatu</target>
515 <context-group name="null"> 521 <context-group name="null">
516 <context context-type="linenumber">43</context> 522 <context context-type="linenumber">43</context>
517 </context-group> 523 </context-group>
518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 524
519 </trans-unit> 525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
520 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 526 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
521 <source>Report video</source> 527 <source>Report video</source>
522 <target>Salatu bideoa</target> 528 <target>Salatu bideoa</target>
@@ -592,41 +598,35 @@
592 <context-group name="null"> 598 <context-group name="null">
593 <context context-type="linenumber">6</context> 599 <context context-type="linenumber">6</context>
594 </context-group> 600 </context-group>
595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 601
596 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 602
597 </trans-unit> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
598 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 604 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
599 <source>Private</source> 605 <source>Private</source>
600 <target>Pribatua</target> 606 <target>Pribatua</target>
601 <context-group name="null"> 607 <context-group name="null">
602 <context context-type="linenumber">7</context> 608 <context context-type="linenumber">7</context>
603 </context-group> 609 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 610
605 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 611
606 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 612
607 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
608 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 614 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
609 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 615 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
610 <context-group purpose="location"> 616
611 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
612 <context context-type="linenumber">24</context>
613 </context-group>
614 </trans-unit>
615 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 618 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
616 <source>Blacklisted</source> 619 <source>Blacklisted</source>
617 <target>Zerrenda beltzean</target> 620 <target>Zerrenda beltzean</target>
618 <context-group name="null"> 621 <context-group name="null">
619 <context context-type="linenumber">42</context> 622 <context context-type="linenumber">42</context>
620 </context-group> 623 </context-group>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 624
622 </trans-unit> 625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
623 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 626 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
624 <source>Sensitive</source><target state="new">Sensitive</target> 627 <source>Sensitive</source><target state="new">Sensitive</target>
625 <context-group purpose="location"> 628
626 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
627 <context context-type="linenumber">46</context>
628 </context-group>
629 </trans-unit>
630 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 630 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
631 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 631 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
632 <context-group purpose="location"> 632 <context-group purpose="location">
@@ -659,7 +659,7 @@
659 <source>Deleted</source> 659 <source>Deleted</source>
660 <target state="translated">Ezabatua</target> 660 <target state="translated">Ezabatua</target>
661 661
662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
664 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 664 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
665 <context-group purpose="location"> 665 <context-group purpose="location">
@@ -691,16 +691,16 @@
691 <context-group name="null"> 691 <context-group name="null">
692 <context context-type="linenumber">20</context> 692 <context context-type="linenumber">20</context>
693 </context-group> 693 </context-group>
694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 694
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 695
696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 696
697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 698
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 699
700 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 700
701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 701
702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 702
703 </trans-unit> 703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
704 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 704 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
705 <source>Delete</source> 705 <source>Delete</source>
706 <target>Ezabatu</target> 706 <target>Ezabatu</target>
@@ -954,7 +954,7 @@
954 </context-group> 954 </context-group>
955 955
956 956
957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
958 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 958 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
959 <source>users</source> 959 <source>users</source>
960 <target state="translated">erabiltzaile</target> 960 <target state="translated">erabiltzaile</target>
@@ -1174,7 +1174,7 @@
1174 </context-group> 1174 </context-group>
1175 1175
1176 1176
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1177 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1178 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1178 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1179 <source>Forgot your password</source> 1179 <source>Forgot your password</source>
1180 <target>Pasahitza ahaztu duzu</target> 1180 <target>Pasahitza ahaztu duzu</target>
@@ -1530,7 +1530,7 @@
1530 </context-group> 1530 </context-group>
1531 1531
1532 1532
1533 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1533 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1534 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1534 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1535 <source>Help to translate PeerTube!</source><target state="new">Help to translate PeerTube!</target> 1535 <source>Help to translate PeerTube!</source><target state="new">Help to translate PeerTube!</target>
1536 <context-group purpose="location"> 1536 <context-group purpose="location">
@@ -1555,13 +1555,19 @@
1555 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1555 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1556 <context context-type="linenumber">29</context> 1556 <context context-type="linenumber">29</context>
1557 </context-group> 1557 </context-group>
1558 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1559 <source>Help</source><target state="new">Help</target>
1560 <context-group purpose="location">
1561 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1562 <context context-type="linenumber">35</context>
1563 </context-group>
1558 </trans-unit> 1564 </trans-unit>
1559 1565
1560 1566
1561 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1567 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1562 <source>Log out</source><target state="new">Log out</target> 1568 <source>Log out</source><target state="new">Log out</target>
1563 1569
1564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1570 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1565 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1571 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1566 <source>Create an account</source> 1572 <source>Create an account</source>
1567 <target>Sortu kontu bat</target> 1573 <target>Sortu kontu bat</target>
@@ -1569,7 +1575,7 @@
1569 <context context-type="linenumber">33</context> 1575 <context context-type="linenumber">33</context>
1570 </context-group> 1576 </context-group>
1571 1577
1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1578 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1573 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1579 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1574 <source>My library</source> 1580 <source>My library</source>
1575 <target>Nire liburutegia</target> 1581 <target>Nire liburutegia</target>
@@ -1577,7 +1583,7 @@
1577 <context context-type="linenumber">37</context> 1583 <context context-type="linenumber">37</context>
1578 </context-group> 1584 </context-group>
1579 1585
1580 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1586 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1581 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1587 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1582 <source>Videos</source> 1588 <source>Videos</source>
1583 <target>Bideoak</target> 1589 <target>Bideoak</target>
@@ -1588,11 +1594,11 @@
1588 1594
1589 1595
1590 1596
1591 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1592 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1598 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1593 <source>Playlists</source><target state="new">Playlists</target> 1599 <source>Playlists</source><target state="new">Playlists</target>
1594 1600
1595 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1601 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1596 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1602 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1597 <source>Subscriptions</source> 1603 <source>Subscriptions</source>
1598 <target>Harpidetzak</target> 1604 <target>Harpidetzak</target>
@@ -1600,15 +1606,15 @@
1600 <context context-type="linenumber">51</context> 1606 <context context-type="linenumber">51</context>
1601 </context-group> 1607 </context-group>
1602 1608
1603 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1604 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1610 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1605 <source>History</source><target state="new">History</target> 1611 <source>History</source><target state="new">History</target>
1606 1612
1607 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1608 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1614 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1609 <source>Discover</source><target state="new">Discover</target> 1615 <source>Discover</source><target state="new">Discover</target>
1610 1616
1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1612 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1618 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1613 <source>Trending</source> 1619 <source>Trending</source>
1614 <target>Joerak</target> 1620 <target>Joerak</target>
@@ -1616,11 +1622,11 @@
1616 <context context-type="linenumber">71</context> 1622 <context context-type="linenumber">71</context>
1617 </context-group> 1623 </context-group>
1618 1624
1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1620 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1626 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1621 <source>Most liked</source><target state="new">Most liked</target> 1627 <source>Most liked</source><target state="new">Most liked</target>
1622 1628
1623 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1624 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1630 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1625 <source>Recently added</source> 1631 <source>Recently added</source>
1626 <target>Gehitutako azkenak</target> 1632 <target>Gehitutako azkenak</target>
@@ -1628,7 +1634,7 @@
1628 <context context-type="linenumber">81</context> 1634 <context context-type="linenumber">81</context>
1629 </context-group> 1635 </context-group>
1630 1636
1631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1637 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1632 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1638 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1633 <source>More</source> 1639 <source>More</source>
1634 <target>Gehiago</target> 1640 <target>Gehiago</target>
@@ -1636,7 +1642,7 @@
1636 <context context-type="linenumber">91</context> 1642 <context context-type="linenumber">91</context>
1637 </context-group> 1643 </context-group>
1638 1644
1639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1645 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1640 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1646 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1641 <source>Administration</source> 1647 <source>Administration</source>
1642 <target>Administrazioa</target> 1648 <target>Administrazioa</target>
@@ -1644,7 +1650,7 @@
1644 <context context-type="linenumber">95</context> 1650 <context context-type="linenumber">95</context>
1645 </context-group> 1651 </context-group>
1646 1652
1647 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1648 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1654 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1649 <source>About</source> 1655 <source>About</source>
1650 <target>Honi buruz</target> 1656 <target>Honi buruz</target>
@@ -1654,7 +1660,7 @@
1654 1660
1655 1661
1656 1662
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1663 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1658 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1664 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1659 <source>Show keyboard shortcuts</source> 1665 <source>Show keyboard shortcuts</source>
1660 <target>Erakutsi teklatu-lasterbideak</target> 1666 <target>Erakutsi teklatu-lasterbideak</target>
@@ -1662,7 +1668,7 @@
1662 <context context-type="linenumber">111</context> 1668 <context context-type="linenumber">111</context>
1663 </context-group> 1669 </context-group>
1664 1670
1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1671 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1666 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1672 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1667 <source>View your notifications</source><target state="new">View your notifications</target> 1673 <source>View your notifications</source><target state="new">View your notifications</target>
1668 <context-group purpose="location"> 1674 <context-group purpose="location">
@@ -1676,15 +1682,9 @@
1676 1682
1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1678 <source>Mark all as read</source><target state="new">Mark all as read</target> 1684 <source>Mark all as read</source><target state="new">Mark all as read</target>
1679 <context-group purpose="location"> 1685
1680 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1686
1681 <context context-type="linenumber">18</context> 1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1682 </context-group>
1683 <context-group purpose="location">
1684 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1685 <context context-type="linenumber">9</context>
1686 </context-group>
1687 </trans-unit>
1688 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1688 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1689 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1689 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1690 1690
@@ -1777,7 +1777,7 @@
1777 <context context-type="linenumber">45</context> 1777 <context context-type="linenumber">45</context>
1778 </context-group> 1778 </context-group>
1779 1779
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1780 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1781 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1781 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1782 <source>Display sensitive content</source> 1782 <source>Display sensitive content</source>
1783 <target>Erakutsi eduki hunkigarria</target> 1783 <target>Erakutsi eduki hunkigarria</target>
@@ -1910,21 +1910,51 @@
1910 <context context-type="linenumber">115</context> 1910 <context context-type="linenumber">115</context>
1911 </context-group> 1911 </context-group>
1912 1912
1913 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1913 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1914 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1915 <context-group purpose="location">
1916 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1917 <context context-type="linenumber">14</context>
1918 </context-group>
1919 <context-group purpose="location">
1920 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1921 <context context-type="linenumber">14</context>
1922 </context-group>
1923 <context-group purpose="location">
1924 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1925 <context context-type="linenumber">14</context>
1926 </context-group>
1927 <context-group purpose="location">
1928 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1929 <context context-type="linenumber">14</context>
1930 </context-group>
1931 <context-group purpose="location">
1932 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1933 <context context-type="linenumber">14</context>
1934 </context-group>
1935 <context-group purpose="location">
1936 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1937 <context context-type="linenumber">14</context>
1938 </context-group>
1939 <context-group purpose="location">
1940 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1941 <context context-type="linenumber">14</context>
1942 </context-group>
1943 </trans-unit>
1914 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1944 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1915 <source>Display unlisted and private videos</source> 1945 <source>Display unlisted and private videos</source>
1916 <target>Bistaratu zerrendatu gabeko bideoak eta bideo pribatuak</target> 1946 <target>Bistaratu zerrendatu gabeko bideoak eta bideo pribatuak</target>
1917 <context-group name="null"> 1947 <context-group name="null">
1918 <context context-type="linenumber">14</context> 1948 <context context-type="linenumber">14</context>
1919 </context-group> 1949 </context-group>
1920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1950
1921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1951
1922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1952
1923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1953
1924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1954
1925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1955
1926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 1956
1927 </trans-unit> 1957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1928 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1958 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1929 <source>Add caption</source> 1959 <source>Add caption</source>
1930 <target>Gehitu azpitituluak</target> 1960 <target>Gehitu azpitituluak</target>
@@ -2732,7 +2762,7 @@
2732 <context context-type="linenumber">211</context> 2762 <context context-type="linenumber">211</context>
2733 </context-group> 2763 </context-group>
2734 2764
2735 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2765 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2736 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2766 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2737 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2767 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2738 <target> 2768 <target>
@@ -2742,7 +2772,7 @@
2742 <context context-type="linenumber">212</context> 2772 <context context-type="linenumber">212</context>
2743 </context-group> 2773 </context-group>
2744 2774
2745 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2746 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2776 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2747 <source>More information</source> 2777 <source>More information</source>
2748 <target>Informazio gehiago</target> 2778 <target>Informazio gehiago</target>
@@ -2750,7 +2780,7 @@
2750 <context context-type="linenumber">215</context> 2780 <context context-type="linenumber">215</context>
2751 </context-group> 2781 </context-group>
2752 2782
2753 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2783 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2754 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2784 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2755 <source>Get more information</source> 2785 <source>Get more information</source>
2756 <target>Lortu informazio gehiago</target> 2786 <target>Lortu informazio gehiago</target>
@@ -2758,7 +2788,7 @@
2758 <context context-type="linenumber">215</context> 2788 <context context-type="linenumber">215</context>
2759 </context-group> 2789 </context-group>
2760 2790
2761 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2791 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2762 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2792 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2763 <source>OK</source> 2793 <source>OK</source>
2764 <target> 2794 <target>
@@ -2768,7 +2798,7 @@
2768 <context context-type="linenumber">218</context> 2798 <context context-type="linenumber">218</context>
2769 </context-group> 2799 </context-group>
2770 2800
2771 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2801 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2772 <source>1 Comment</source><target state="new">1 Comment</target> 2802 <source>1 Comment</source><target state="new">1 Comment</target>
2773 <context-group purpose="location"> 2803 <context-group purpose="location">
2774 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2804 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2935,7 +2965,7 @@
2935 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2965 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2936 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2966 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2937 2967
2938 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2968 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2939 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2969 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2940 <source>Users</source> 2970 <source>Users</source>
2941 <target> 2971 <target>
@@ -3084,7 +3114,37 @@
3084 3114
3085 3115
3086 3116
3087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3118 <source>Delayed.</source><target state="new">Delayed.</target>
3119 <context-group purpose="location">
3120 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3121 <context context-type="linenumber">42</context>
3122 </context-group>
3123 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3124 <source>Will start soon...</source><target state="new">Will start soon...</target>
3125 <context-group purpose="location">
3126 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3127 <context context-type="linenumber">43</context>
3128 </context-group>
3129 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3130 <source>Running...</source><target state="new">Running...</target>
3131 <context-group purpose="location">
3132 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3133 <context context-type="linenumber">44</context>
3134 </context-group>
3135 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3136 <source>Finished</source><target state="new">Finished</target>
3137 <context-group purpose="location">
3138 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3139 <context context-type="linenumber">45</context>
3140 </context-group>
3141 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3142 <source>Failed</source><target state="new">Failed</target>
3143 <context-group purpose="location">
3144 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3145 <context context-type="linenumber">46</context>
3146 </context-group>
3147 </trans-unit>
3088 3148
3089 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3149 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3090 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3150 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3098,7 +3158,7 @@
3098 3158
3099 3159
3100 3160
3101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3102 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3162 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3103 <source>Accepted</source> 3163 <source>Accepted</source>
3104 <target>Onartua</target> 3164 <target>Onartua</target>
@@ -3737,6 +3797,18 @@
3737 <context context-type="linenumber">2</context> 3797 <context context-type="linenumber">2</context>
3738 </context-group> 3798 </context-group>
3739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3800 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3801 <source>Job type</source><target state="new">Job type</target>
3802 <context-group purpose="location">
3803 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3804 <context context-type="linenumber">5</context>
3805 </context-group>
3806 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3807 <source>Job state</source><target state="new">Job state</target>
3808 <context-group purpose="location">
3809 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3810 <context context-type="linenumber">14</context>
3811 </context-group>
3740 </trans-unit> 3812 </trans-unit>
3741 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3813 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3742 <source>Type</source> 3814 <source>Type</source>
@@ -3746,22 +3818,8 @@
3746 </context-group> 3818 </context-group>
3747 3819
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3749 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3821
3750 <source>Processed on</source> 3822
3751 <target>Prozesatze data</target>
3752 <context-group name="null">
3753 <context context-type="linenumber">22</context>
3754 </context-group>
3755
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3757 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3758 <source>Finished on</source>
3759 <target>Bukatze data</target>
3760 <context-group name="null">
3761 <context context-type="linenumber">23</context>
3762 </context-group>
3763
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3765 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3823 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3766 <source>Refresh</source><target state="new">Refresh</target> 3824 <source>Refresh</source><target state="new">Refresh</target>
3767 3825
@@ -4316,15 +4374,23 @@
4316 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4374 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4317 <context context-type="linenumber">486</context> 4375 <context context-type="linenumber">486</context>
4318 </context-group> 4376 </context-group>
4319 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4377 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4320 <source> 4378 <source>
4321 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4379 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4322 4380
4323 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4381 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4382
4383 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4384
4385 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4324 </source><target state="new"> 4386 </source><target state="new">
4325 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4387 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4326 4388
4327 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4389 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4390
4391 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4392
4393 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4328 </target> 4394 </target>
4329 <context-group purpose="location"> 4395 <context-group purpose="location">
4330 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4396 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4360,16 +4426,13 @@
4360 4426
4361 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4427 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4362 </target> 4428 </target>
4363 <context-group purpose="location"> 4429
4364 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4365 <context context-type="linenumber">518</context>
4366 </context-group>
4367 </trans-unit>
4368 4431
4369 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4432 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4370 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4433 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4371 4434
4372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4373 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4436 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4374 <source>Transcoding threads</source> 4437 <source>Transcoding threads</source>
4375 <target>Transkodetze hariak</target> 4438 <target>Transkodetze hariak</target>
@@ -4377,11 +4440,11 @@
4377 <context context-type="linenumber">517</context> 4440 <context context-type="linenumber">517</context>
4378 </context-group> 4441 </context-group>
4379 4442
4380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4381 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4444 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4382 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4445 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4383 4446
4384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4385 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4448 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4386 <source>Cache</source> 4449 <source>Cache</source>
4387 <target>Cachea</target> 4450 <target>Cachea</target>
@@ -4389,7 +4452,7 @@
4389 <context context-type="linenumber">541</context> 4452 <context context-type="linenumber">541</context>
4390 </context-group> 4453 </context-group>
4391 4454
4392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4393 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4456 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4394 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4457 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4395 <target>Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.</target> 4458 <target>Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.</target>
@@ -4397,7 +4460,7 @@
4397 <context context-type="linenumber">545</context> 4460 <context context-type="linenumber">545</context>
4398 </context-group> 4461 </context-group>
4399 4462
4400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4401 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4464 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4402 <source>Previews cache size</source> 4465 <source>Previews cache size</source>
4403 <target>Aurrebisten cachearen tamaina</target> 4466 <target>Aurrebisten cachearen tamaina</target>
@@ -4405,7 +4468,7 @@
4405 <context context-type="linenumber">552</context> 4468 <context context-type="linenumber">552</context>
4406 </context-group> 4469 </context-group>
4407 4470
4408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4409 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4472 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4410 <source>Video captions cache size</source> 4473 <source>Video captions cache size</source>
4411 <target>Bideoaren azpitituluen cachearen tamaina</target> 4474 <target>Bideoaren azpitituluen cachearen tamaina</target>
@@ -4413,7 +4476,7 @@
4413 <context context-type="linenumber">561</context> 4476 <context context-type="linenumber">561</context>
4414 </context-group> 4477 </context-group>
4415 4478
4416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4417 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4480 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4418 <source>Customizations</source> 4481 <source>Customizations</source>
4419 <target>Pertsonalizazioak</target> 4482 <target>Pertsonalizazioak</target>
@@ -4421,7 +4484,7 @@
4421 <context context-type="linenumber">570</context> 4484 <context context-type="linenumber">570</context>
4422 </context-group> 4485 </context-group>
4423 4486
4424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4425 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4488 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4426 <source>JavaScript</source> 4489 <source>JavaScript</source>
4427 <target>JavaScript</target> 4490 <target>JavaScript</target>
@@ -4429,11 +4492,11 @@
4429 <context context-type="linenumber">575</context> 4492 <context context-type="linenumber">575</context>
4430 </context-group> 4493 </context-group>
4431 4494
4432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4433 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4496 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4434 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4497 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4435 4498
4436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4437 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4500 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4438 <source> 4501 <source>
4439 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4502 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4450,7 +4513,7 @@
4450 </source> 4513 </source>
4451 <target state="new"/> 4514 <target state="new"/>
4452 4515
4453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4454 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4517 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4455 <source>Advanced configuration</source> 4518 <source>Advanced configuration</source>
4456 <target>Konfigurazio aurreratua</target> 4519 <target>Konfigurazio aurreratua</target>
@@ -4466,11 +4529,11 @@
4466 <context context-type="linenumber">628</context> 4529 <context context-type="linenumber">628</context>
4467 </context-group> 4530 </context-group>
4468 4531
4469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4470 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4533 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4471 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4534 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4472 4535
4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4474 <source>Total video quota:</source><target state="new">Total video quota:</target> 4537 <source>Total video quota:</source><target state="new">Total video quota:</target>
4475 <context-group purpose="location"> 4538 <context-group purpose="location">
4476 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4539 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4943,11 +5006,8 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
4943 </context-group> 5006 </context-group>
4944 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5007 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4945 <source>All read</source><target state="new">All read</target> 5008 <source>All read</source><target state="new">All read</target>
4946 <context-group purpose="location"> 5009
4947 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5010 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4948 <context context-type="linenumber">12</context>
4949 </context-group>
4950 </trans-unit>
4951 5011
4952 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5012 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4953 <source>Activities</source><target state="new">Activities</target> 5013 <source>Activities</source><target state="new">Activities</target>
@@ -5923,6 +5983,12 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
5923 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5983 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5924 <context context-type="linenumber">1</context> 5984 <context context-type="linenumber">1</context>
5925 </context-group> 5985 </context-group>
5986 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5987 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5988 <context-group purpose="location">
5989 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5990 <context context-type="linenumber">1</context>
5991 </context-group>
5926 </trans-unit> 5992 </trans-unit>
5927 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5993 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5928 <source>240p</source> 5994 <source>240p</source>
@@ -8944,6 +9010,12 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
8944 <context context-type="linenumber">1</context> 9010 <context context-type="linenumber">1</context>
8945 </context-group> 9011 </context-group>
8946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9013 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9014 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9015 <context-group purpose="location">
9016 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9017 <context context-type="linenumber">1</context>
9018 </context-group>
8947 </trans-unit> 9019 </trans-unit>
8948 9020
8949 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9021 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9127,6 +9199,18 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
9127 <context context-type="linenumber">1</context> 9199 <context context-type="linenumber">1</context>
9128 </context-group> 9200 </context-group>
9129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9201 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9202 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9203 <source>Add to watch later</source><target state="new">Add to watch later</target>
9204 <context-group purpose="location">
9205 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9206 <context context-type="linenumber">1</context>
9207 </context-group>
9208 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9209 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9210 <context-group purpose="location">
9211 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9212 <context context-type="linenumber">1</context>
9213 </context-group>
9130 </trans-unit> 9214 </trans-unit>
9131 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9215 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9132 <source>Only I can see this video</source> 9216 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 1258671b2..d648943de 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -264,8 +264,8 @@
264 </context-group> 264 </context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> یک ویدیو جدید منتشر کرد<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> یک ویدیو جدید منتشر کرد<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -282,31 +282,31 @@
282 </context-group> 282 </context-group>
283 </trans-unit> 283 </trans-unit>
284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
286 <target state="new"> 286 <target state="new">
287 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted 287 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted
288 </target> 288 </target>
289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
290 </trans-unit> 290 </trans-unit>
291 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 291 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
292 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 292 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
293 <target state="translated">ویدیو شما<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> وارد لیست سیاه شد. </target> 293 <target state="translated">ویدیو شما<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> وارد لیست سیاه شد. </target>
294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
295 </trans-unit> 295 </trans-unit>
296 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 296 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
297 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 297 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
298 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>یک مورد جدید سو استفاده ویدیو بر روی ویدیو ساخته شد<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 298 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>یک مورد جدید سو استفاده ویدیو بر روی ویدیو ساخته شد<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
300 </trans-unit> 300 </trans-unit>
301 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 301 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
302 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 302 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
303 <target state="translated">ویدویوای که به تازگی اضافه شده بود <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>به طور خود کار لیست سیاه اضافه شد.<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 303 <target state="translated">ویدویوای که به تازگی اضافه شده بود <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>به طور خود کار لیست سیاه اضافه شد.<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
305 </trans-unit> 305 </trans-unit>
306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
308 <target state="new"> 308 <target state="new">
309 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 309 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
310 </target> 310 </target>
311 <context-group purpose="location"> 311 <context-group purpose="location">
312 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 312 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -322,28 +322,28 @@
322 </context-group> 322 </context-group>
323 </trans-unit> 323 </trans-unit>
324 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 324 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
325 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 325 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
326 <target state="new"> 326 <target state="new">
327 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published 327 Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published
328 </target> 328 </target>
329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
330 </trans-unit> 330 </trans-unit>
331 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 331 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
332 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 332 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
333 <target state="new"> 333 <target state="new">
334 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 334 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
335 </target> 335 </target>
336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
337 </trans-unit> 337 </trans-unit>
338 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 338 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
339 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 339 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
340 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>وارد کردن ویدیو شما<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> با شکست مواجه شد </target> 340 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>وارد کردن ویدیو شما<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> با شکست مواجه شد </target>
341 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 341 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
342 </trans-unit> 342 </trans-unit>
343 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 343 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
344 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 344 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
345 <target state="new"> 345 <target state="new">
346 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance 346 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance
347 </target> 347 </target>
348 <context-group purpose="location"> 348 <context-group purpose="location">
349 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 349 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -351,34 +351,42 @@
351 </context-group> 351 </context-group>
352 </trans-unit> 352 </trans-unit>
353 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 353 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
354 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 354 <source>
355 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
356
357 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
358 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
359 </source>
355 <target state="new"> 360 <target state="new">
356 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 361 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
357 362
358 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 363 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
359 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 364 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </target> 365 </target>
361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
362 </trans-unit> 367 </trans-unit>
363 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 368 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
364 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 369 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
365 <target state="new"> 370 <target state="new">
366 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 371 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
367 </target> 372 </target>
368 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 373 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
369 </trans-unit> 374 </trans-unit>
370 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 375 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
371 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 376 <source>
377 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
378 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
379 </source>
372 <target state="new"> 380 <target state="new">
373 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 381 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
374 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 382 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
375 </target> 383 </target>
376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 384 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
377 </trans-unit> 385 </trans-unit>
378 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 386 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
379 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 387 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
380 <target state="new"> 388 <target state="new">
381 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 389 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
382 </target> 390 </target>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
384 </trans-unit> 392 </trans-unit>
@@ -403,11 +411,8 @@
403 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 411 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
404 <source>Options</source> 412 <source>Options</source>
405 <target state="new">Options</target> 413 <target state="new">Options</target>
406 <context-group purpose="location"> 414
407 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
408 <context context-type="linenumber">9</context>
409 </context-group>
410 </trans-unit>
411 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 416 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
412 <source>Start at</source> 417 <source>Start at</source>
413 <target state="new">Start at</target> 418 <target state="new">Start at</target>
@@ -445,48 +450,48 @@
445 <source>Create</source> 450 <source>Create</source>
446 <target state="new">Create</target> 451 <target state="new">Create</target>
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
448 </trans-unit> 453 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
449 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 454 <source>video</source><target state="new">video</target>
450 <source>Download video</source>
451 <target state="new">Download video</target>
452 <context-group purpose="location"> 455 <context-group purpose="location">
453 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 456 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
454 <context context-type="linenumber">3</context> 457 <context context-type="linenumber">4</context>
455 </context-group> 458 </context-group>
456 </trans-unit>
457 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
458 <source>Direct download</source>
459 <target state="new">Direct download</target>
460 <context-group purpose="location"> 459 <context-group purpose="location">
461 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 460 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
462 <context context-type="linenumber">27</context> 461 <context context-type="linenumber">12</context>
463 </context-group> 462 </context-group>
464 </trans-unit> 463 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 464 <source>subtitles</source><target state="new">subtitles</target>
466 <source>Torrent (.torrent file)</source>
467 <target state="new">Torrent (.torrent file)</target>
468 <context-group purpose="location"> 465 <context-group purpose="location">
469 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 466 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
470 <context context-type="linenumber">32</context> 467 <context context-type="linenumber">11</context>
471 </context-group> 468 </context-group>
472 </trans-unit> 469 </trans-unit>
470
471 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
472 <source>Direct download</source>
473 <target state="new">Direct download</target>
474
475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
476 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
477 <source>Torrent (.torrent file)</source>
478 <target state="new">Torrent (.torrent file)</target>
479
480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
473 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 481 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
474 <source>Cancel</source> 482 <source>Cancel</source>
475 <target state="new"> 483 <target state="new">
476 Cancel 484 Cancel
477 </target> 485 </target>
478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 486
479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 487
480 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 488
481 </trans-unit> 489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
482 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 490 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
483 <source>Download</source> 491 <source>Download</source>
484 <target state="new">Download</target> 492 <target state="new">Download</target>
485 <context-group purpose="location"> 493
486 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
487 <context context-type="linenumber">43</context>
488 </context-group>
489 </trans-unit>
490 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 495 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
491 <source>Report video</source> 496 <source>Report video</source>
492 <target state="new">Report video</target> 497 <target state="new">Report video</target>
@@ -496,10 +501,13 @@
496 </context-group> 501 </context-group>
497 </trans-unit> 502 </trans-unit>
498 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html"> 503 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html">
499 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 504 <source>
505 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
506 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
507 </source>
500 <target state="new"> 508 <target state="new">
501 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 509 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
502 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 510 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
503 </target> 511 </target>
504 <context-group purpose="location"> 512 <context-group purpose="location">
505 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 513 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -581,57 +589,33 @@
581 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 589 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
582 <source>Unlisted</source> 590 <source>Unlisted</source>
583 <target state="new">Unlisted</target> 591 <target state="new">Unlisted</target>
584 <context-group purpose="location"> 592
585 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 593
586 <context context-type="linenumber">12</context> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
587 </context-group>
588 <context-group purpose="location">
589 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
590 <context context-type="linenumber">6</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 595 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
594 <source>Private</source> 596 <source>Private</source>
595 <target state="new">Private</target> 597 <target state="new">Private</target>
596 <context-group purpose="location"> 598
597 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 599
598 <context context-type="linenumber">13</context> 600
599 </context-group> 601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
600 <context-group purpose="location">
601 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
602 <context context-type="linenumber">33</context>
603 </context-group>
604 <context-group purpose="location">
605 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
606 <context context-type="linenumber">7</context>
607 </context-group>
608 </trans-unit>
609 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 602 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
610 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 603 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
611 <target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 604 <target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
612 <context-group purpose="location"> 605
613 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
614 <context context-type="linenumber">24</context>
615 </context-group>
616 </trans-unit>
617 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 607 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
618 <source>Blacklisted</source> 608 <source>Blacklisted</source>
619 <target state="new">Blacklisted</target> 609 <target state="new">Blacklisted</target>
620 <context-group purpose="location"> 610
621 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
622 <context context-type="linenumber">42</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 612 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
626 <source>Sensitive</source> 613 <source>Sensitive</source>
627 <target state="new"> 614 <target state="new">
628 Sensitive 615 Sensitive
629 </target> 616 </target>
630 <context-group purpose="location"> 617
631 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
632 <context context-type="linenumber">46</context>
633 </context-group>
634 </trans-unit>
635 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 619 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
636 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 620 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
637 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 621 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -669,9 +653,9 @@
669 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 653 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
670 <source>Deleted</source> 654 <source>Deleted</source>
671 <target state="new">Deleted</target> 655 <target state="new">Deleted</target>
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 656
673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 657
674 </trans-unit> 658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
675 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 659 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
676 <source>Edit starts/stops at</source> 660 <source>Edit starts/stops at</source>
677 <target state="new">Edit starts/stops at</target> 661 <target state="new">Edit starts/stops at</target>
@@ -702,16 +686,16 @@
702 <context-group name="null"> 686 <context-group name="null">
703 <context context-type="linenumber">20</context> 687 <context context-type="linenumber">20</context>
704 </context-group> 688 </context-group>
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 689
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 690
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 691
708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 692
709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 693
710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 694
711 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 695
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 696
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
714 </trans-unit> 698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
715 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 699 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
716 <source>Delete</source> 700 <source>Delete</source>
717 <target>حذف</target> 701 <target>حذف</target>
@@ -839,10 +823,13 @@
839 </context-group> 823 </context-group>
840 </trans-unit> 824 </trans-unit>
841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 825 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
842 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 826 <source>
827 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
828 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 </source>
843 <target state="new"> 830 <target state="new">
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 831 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 832 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </target> 833 </target>
847 <context-group purpose="location"> 834 <context-group purpose="location">
848 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 835 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
@@ -850,9 +837,12 @@
850 </context-group> 837 </context-group>
851 </trans-unit> 838 </trans-unit>
852 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 839 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
853 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 840 <source>
841 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
842 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
843 </source>
854 <target state="new"> 844 <target state="new">
855 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 845 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
856 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 846 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
857 </target> 847 </target>
858 <context-group purpose="location"> 848 <context-group purpose="location">
@@ -861,9 +851,12 @@
861 </context-group> 851 </context-group>
862 </trans-unit> 852 </trans-unit>
863 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 853 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
864 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 854 <source>
855 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
856 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
857 </source>
865 <target state="new"> 858 <target state="new">
866 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 859 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
867 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 860 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
868 </target> 861 </target>
869 <context-group purpose="location"> 862 <context-group purpose="location">
@@ -880,10 +873,13 @@
880 </context-group> 873 </context-group>
881 </trans-unit> 874 </trans-unit>
882 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
883 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 876 <source>
877 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
878 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 </source>
884 <target state="new"> 880 <target state="new">
885 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 881 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
886 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 882 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
887 </target> 883 </target>
888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
889 </trans-unit> 885 </trans-unit>
@@ -911,9 +907,9 @@
911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
912 </trans-unit> 908 </trans-unit>
913 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html"> 909 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
914 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 910 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
915 <target state="new"> 911 <target state="new">
916 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 912 Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
917 </target> 913 </target>
918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group> 914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group>
919 </trans-unit> 915 </trans-unit>
@@ -962,9 +958,9 @@
962 <context-group name="null"> 958 <context-group name="null">
963 <context context-type="linenumber">86</context> 959 <context context-type="linenumber">86</context>
964 </context-group> 960 </context-group>
965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 961
966 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 962
967 </trans-unit> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
968 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 964 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
969 <source>users</source> 965 <source>users</source>
970 <target state="new">users</target> 966 <target state="new">users</target>
@@ -1187,9 +1183,9 @@
1187 <context-group name="null"> 1183 <context-group name="null">
1188 <context context-type="linenumber">32</context> 1184 <context context-type="linenumber">32</context>
1189 </context-group> 1185 </context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1186
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1187
1192 </trans-unit> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1193 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1189 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1194 <source>Forgot your password</source> 1190 <source>Forgot your password</source>
1195 <target>گذرواژه‌تان را فراموش کرده‌اید</target> 1191 <target>گذرواژه‌تان را فراموش کرده‌اید</target>
@@ -1284,9 +1280,9 @@
1284 </context-group> 1280 </context-group>
1285 </trans-unit> 1281 </trans-unit>
1286 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html"> 1282 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1287 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1283 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1288 <target state="new"> 1284 <target state="new">
1289 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1285 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1290 </target> 1286 </target>
1291 <context-group purpose="location"> 1287 <context-group purpose="location">
1292 <context context-type="sourcefile">src/app/search/search.component.html</context> 1288 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1294,10 +1290,13 @@
1294 </context-group> 1290 </context-group>
1295 </trans-unit> 1291 </trans-unit>
1296 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1292 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1297 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1293 <source>
1294 Filters
1295 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1296 </source>
1298 <target state="new"> 1297 <target state="new">
1299 Filters 1298 Filters
1300 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1299 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1301 </target> 1300 </target>
1302 <context-group purpose="location"> 1301 <context-group purpose="location">
1303 <context context-type="sourcefile">src/app/search/search.component.html</context> 1302 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1331,7 +1330,8 @@
1331 </context-group> 1330 </context-group>
1332 </trans-unit> 1331 </trans-unit>
1333 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1332 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1334 <source>CLI documentation</source> 1333 <source>CLI
1334 documentation</source>
1335 <target state="new">CLI 1335 <target state="new">CLI
1336 documentation</target> 1336 documentation</target>
1337 <context-group purpose="location"> 1337 <context-group purpose="location">
@@ -1348,7 +1348,8 @@
1348 </context-group> 1348 </context-group>
1349 </trans-unit> 1349 </trans-unit>
1350 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1350 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1351 <source>Administer documentation</source> 1351 <source>Administer
1352 documentation</source>
1352 <target state="new">Administer 1353 <target state="new">Administer
1353 documentation</target> 1354 documentation</target>
1354 <context-group purpose="location"> 1355 <context-group purpose="location">
@@ -1365,7 +1366,8 @@
1365 </context-group> 1366 </context-group>
1366 </trans-unit> 1367 </trans-unit>
1367 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1368 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1368 <source>Use documentation</source> 1369 <source>Use
1370 documentation</source>
1369 <target state="new">Use 1371 <target state="new">Use
1370 documentation</target> 1372 documentation</target>
1371 <context-group purpose="location"> 1373 <context-group purpose="location">
@@ -1390,16 +1392,16 @@
1390 </context-group> 1392 </context-group>
1391 </trans-unit> 1393 </trans-unit>
1392 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1394 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1393 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1395 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1394 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1396 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1395 <context-group purpose="location"> 1397 <context-group purpose="location">
1396 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1398 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1397 <context context-type="linenumber">44</context> 1399 <context context-type="linenumber">44</context>
1398 </context-group> 1400 </context-group>
1399 </trans-unit> 1401 </trans-unit>
1400 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1402 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1401 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1403 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1402 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1404 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1403 </target> 1405 </target>
1404 <context-group purpose="location"> 1406 <context-group purpose="location">
1405 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1407 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1415,10 +1417,14 @@
1415 </context-group> 1417 </context-group>
1416 </trans-unit> 1418 </trans-unit>
1417 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1419 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1418 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1420 <source>
1421 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1422 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1423 is very important for visitors to understand on what type of instance they are.
1424 </source>
1419 <target state="new"> 1425 <target state="new">
1420 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1426 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1421 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1427 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1422 is very important for visitors to understand on what type of instance they are. 1428 is very important for visitors to understand on what type of instance they are.
1423 </target> 1429 </target>
1424 <context-group purpose="location"> 1430 <context-group purpose="location">
@@ -1427,12 +1433,18 @@
1427 </context-group> 1433 </context-group>
1428 </trans-unit> 1434 </trans-unit>
1429 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1435 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1430 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1436 <source>
1437 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1438 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1439 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1440 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1441 PeerTube instance.
1442 </source>
1431 <target state="new"> 1443 <target state="new">
1432 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1444 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1433 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1445 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1434 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1446 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1435 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1447 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1436 PeerTube instance. 1448 PeerTube instance.
1437 </target> 1449 </target>
1438 <context-group purpose="location"> 1450 <context-group purpose="location">
@@ -1566,9 +1578,9 @@
1566 <context-group name="null"> 1578 <context-group name="null">
1567 <context context-type="linenumber">107</context> 1579 <context context-type="linenumber">107</context>
1568 </context-group> 1580 </context-group>
1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1581
1570 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1582
1571 </trans-unit> 1583 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1572 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1584 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1573 <source>Help to translate PeerTube!</source> 1585 <source>Help to translate PeerTube!</source>
1574 <target state="new"> 1586 <target state="new">
@@ -1602,111 +1614,117 @@
1602 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1614 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1603 <context context-type="linenumber">29</context> 1615 <context context-type="linenumber">29</context>
1604 </context-group> 1616 </context-group>
1617 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1618 <source>Help</source><target state="new">Help</target>
1619 <context-group purpose="location">
1620 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1621 <context context-type="linenumber">35</context>
1622 </context-group>
1605 </trans-unit> 1623 </trans-unit>
1606 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1624 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1607 <source>Log out</source> 1625 <source>Log out</source>
1608 <target state="new">Log out</target> 1626 <target state="new">Log out</target>
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1627
1610 </trans-unit> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1611 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1629 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1612 <source>Create an account</source> 1630 <source>Create an account</source>
1613 <target>ساخت حساب</target> 1631 <target>ساخت حساب</target>
1614 <context-group name="null"> 1632 <context-group name="null">
1615 <context context-type="linenumber">33</context> 1633 <context context-type="linenumber">33</context>
1616 </context-group> 1634 </context-group>
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1635
1618 </trans-unit> 1636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1619 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1637 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1620 <source>My library</source> 1638 <source>My library</source>
1621 <target state="new">My library</target> 1639 <target state="new">My library</target>
1622 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1640
1623 </trans-unit> 1641 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1624 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1642 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1625 <source>Videos</source> 1643 <source>Videos</source>
1626 <target>فیلم‌ها</target> 1644 <target>فیلم‌ها</target>
1627 <context-group name="null"> 1645 <context-group name="null">
1628 <context context-type="linenumber">24</context> 1646 <context context-type="linenumber">24</context>
1629 </context-group> 1647 </context-group>
1630 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1648
1631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1649
1632 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1650
1633 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1651
1634 </trans-unit> 1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1635 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1653 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1636 <source>Playlists</source> 1654 <source>Playlists</source>
1637 <target state="new">Playlists</target> 1655 <target state="new">Playlists</target>
1638 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1656
1639 </trans-unit> 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1640 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1658 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1641 <source>Subscriptions</source> 1659 <source>Subscriptions</source>
1642 <target>اشتراک</target> 1660 <target>اشتراک</target>
1643 <context-group name="null"> 1661 <context-group name="null">
1644 <context context-type="linenumber">51</context> 1662 <context context-type="linenumber">51</context>
1645 </context-group> 1663 </context-group>
1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1664
1647 </trans-unit> 1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1648 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1666 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1649 <source>History</source> 1667 <source>History</source>
1650 <target state="new">History</target> 1668 <target state="new">History</target>
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1669
1652 </trans-unit> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1653 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1671 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1654 <source>Discover</source> 1672 <source>Discover</source>
1655 <target state="new">Discover</target> 1673 <target state="new">Discover</target>
1656 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1674
1657 </trans-unit> 1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1658 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1676 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1659 <source>Trending</source> 1677 <source>Trending</source>
1660 <target>مورد بحث</target> 1678 <target>مورد بحث</target>
1661 <context-group name="null"> 1679 <context-group name="null">
1662 <context context-type="linenumber">71</context> 1680 <context context-type="linenumber">71</context>
1663 </context-group> 1681 </context-group>
1664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1682
1665 </trans-unit> 1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1666 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1684 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1667 <source>Most liked</source> 1685 <source>Most liked</source>
1668 <target state="new">Most liked</target> 1686 <target state="new">Most liked</target>
1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1687
1670 </trans-unit> 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1671 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1689 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1672 <source>Recently added</source> 1690 <source>Recently added</source>
1673 <target>به تازگی اضافه شده</target> 1691 <target>به تازگی اضافه شده</target>
1674 <context-group name="null"> 1692 <context-group name="null">
1675 <context context-type="linenumber">81</context> 1693 <context context-type="linenumber">81</context>
1676 </context-group> 1694 </context-group>
1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1695
1678 </trans-unit> 1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1679 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1697 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1680 <source>More</source> 1698 <source>More</source>
1681 <target>دیگر</target> 1699 <target>دیگر</target>
1682 <context-group name="null"> 1700 <context-group name="null">
1683 <context context-type="linenumber">91</context> 1701 <context context-type="linenumber">91</context>
1684 </context-group> 1702 </context-group>
1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1703
1686 </trans-unit> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1687 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1705 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1688 <source>Administration</source> 1706 <source>Administration</source>
1689 <target>مدیریت</target> 1707 <target>مدیریت</target>
1690 <context-group name="null"> 1708 <context-group name="null">
1691 <context context-type="linenumber">95</context> 1709 <context context-type="linenumber">95</context>
1692 </context-group> 1710 </context-group>
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1711
1694 </trans-unit> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1695 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1713 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1696 <source>About</source> 1714 <source>About</source>
1697 <target>درباره</target> 1715 <target>درباره</target>
1698 <context-group name="null"> 1716 <context-group name="null">
1699 <context context-type="linenumber">26</context> 1717 <context context-type="linenumber">26</context>
1700 </context-group> 1718 </context-group>
1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1719
1702 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1720
1703 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1721
1704 </trans-unit> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1705 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1723 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1706 <source>Show keyboard shortcuts</source> 1724 <source>Show keyboard shortcuts</source>
1707 <target state="new">Show keyboard shortcuts</target> 1725 <target state="new">Show keyboard shortcuts</target>
1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1726
1709 </trans-unit> 1727 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1710 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1728 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1711 <source>View your notifications</source> 1729 <source>View your notifications</source>
1712 <target state="new">View your notifications</target> 1730 <target state="new">View your notifications</target>
@@ -1724,15 +1742,9 @@
1724 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1742 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1725 <source>Mark all as read</source> 1743 <source>Mark all as read</source>
1726 <target state="new">Mark all as read</target> 1744 <target state="new">Mark all as read</target>
1727 <context-group purpose="location"> 1745
1728 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1746
1729 <context context-type="linenumber">18</context> 1747 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1730 </context-group>
1731 <context-group purpose="location">
1732 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1733 <context context-type="linenumber">9</context>
1734 </context-group>
1735 </trans-unit>
1736 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1748 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1737 <source>Update your notification preferences</source> 1749 <source>Update your notification preferences</source>
1738 <target state="new">Update your notification preferences</target> 1750 <target state="new">Update your notification preferences</target>
@@ -1830,8 +1842,8 @@
1830 <context-group name="null"> 1842 <context-group name="null">
1831 <context context-type="linenumber">45</context> 1843 <context context-type="linenumber">45</context>
1832 </context-group> 1844 </context-group>
1833 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1845
1834 </trans-unit> 1846 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1835 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1847 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1836 <source>Display sensitive content</source> 1848 <source>Display sensitive content</source>
1837 <target state="new">Display sensitive content</target> 1849 <target state="new">Display sensitive content</target>
@@ -1961,10 +1973,8 @@
1961 <context context-type="linenumber">115</context> 1973 <context context-type="linenumber">115</context>
1962 </context-group> 1974 </context-group>
1963 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 1975 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
1964 </trans-unit> 1976 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1965 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1977 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1966 <source>Display unlisted and private videos</source>
1967 <target state="new">Display unlisted and private videos</target>
1968 <context-group purpose="location"> 1978 <context-group purpose="location">
1969 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1979 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1970 <context context-type="linenumber">14</context> 1980 <context context-type="linenumber">14</context>
@@ -1994,6 +2004,17 @@
1994 <context context-type="linenumber">14</context> 2004 <context context-type="linenumber">14</context>
1995 </context-group> 2005 </context-group>
1996 </trans-unit> 2006 </trans-unit>
2007 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
2008 <source>Display unlisted and private videos</source>
2009 <target state="new">Display unlisted and private videos</target>
2010
2011
2012
2013
2014
2015
2016
2017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1997 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 2018 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1998 <source>Add caption</source> 2019 <source>Add caption</source>
1999 <target state="new">Add caption</target> 2020 <target state="new">Add caption</target>
@@ -2061,10 +2082,14 @@
2061 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2082 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2062 </trans-unit> 2083 </trans-unit>
2063 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2084 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2064 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2085 <source>
2086 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2087 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2088 Press Enter to add a new tag.
2089 </source>
2065 <target state="new"> 2090 <target state="new">
2066 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2091 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2067 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2092 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2068 Press Enter to add a new tag. 2093 Press Enter to add a new tag.
2069 </target> 2094 </target>
2070 <context-group purpose="location"> 2095 <context-group purpose="location">
@@ -2186,7 +2211,7 @@
2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2211 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2187 </trans-unit> 2212 </trans-unit>
2188 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2213 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2189 <source>Already uploaded ✔</source> 2214 <source>Already uploaded ✔</source>
2190 <target state="new">Already uploaded ✔</target> 2215 <target state="new">Already uploaded ✔</target>
2191 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2192 </trans-unit> 2217 </trans-unit>
@@ -2270,9 +2295,13 @@
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2295 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2271 </trans-unit> 2296 </trans-unit>
2272 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2297 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2273 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2298 <source>
2299 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2300 or URL that points to a raw MP4 file.
2301 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2302 </source>
2274 <target state="new"> 2303 <target state="new">
2275 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2304 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2276 or URL that points to a raw MP4 file. 2305 or URL that points to a raw MP4 file.
2277 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2306 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2278 </target> 2307 </target>
@@ -2348,10 +2377,14 @@
2348 </context-group> 2377 </context-group>
2349 </trans-unit> 2378 </trans-unit>
2350 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2379 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2351 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2380 <source>
2381 Image that will be merged with your audio file.
2382 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2383 The chosen image will be definitive and cannot be modified.
2384 </source>
2352 <target state="new"> 2385 <target state="new">
2353 Image that will be merged with your audio file. 2386 Image that will be merged with your audio file.
2354 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2387 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2355 The chosen image will be definitive and cannot be modified. 2388 The chosen image will be definitive and cannot be modified.
2356 </target> 2389 </target>
2357 <context-group purpose="location"> 2390 <context-group purpose="location">
@@ -2410,7 +2443,10 @@
2410 </context-group> 2443 </context-group>
2411 </trans-unit> 2444 </trans-unit>
2412 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2445 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2413 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2446 <source>
2447 You can import any torrent file that points to a mp4 file.
2448 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2449 </source>
2414 <target state="new"> 2450 <target state="new">
2415 You can import any torrent file that points to a mp4 file. 2451 You can import any torrent file that points to a mp4 file.
2416 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2452 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
@@ -2431,11 +2467,15 @@
2431 </context-group> 2467 </context-group>
2432 </trans-unit> 2468 </trans-unit>
2433 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2469 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2434 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2470 <source>
2435 <target state="new"> 2471 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2436 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2472 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2437 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2473 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2438 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2474 </source>
2475 <target state="new">
2476 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2477 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2478 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2439 </target> 2479 </target>
2440 <context-group purpose="location"> 2480 <context-group purpose="location">
2441 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2481 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2657,9 +2697,9 @@
2657 </context-group> 2697 </context-group>
2658 </trans-unit> 2698 </trans-unit>
2659 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2699 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2660 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2700 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2661 <target state="new"> 2701 <target state="new">
2662 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2702 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2663 </target> 2703 </target>
2664 <context-group purpose="location"> 2704 <context-group purpose="location">
2665 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2705 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2667,9 +2707,9 @@
2667 </context-group> 2707 </context-group>
2668 </trans-unit> 2708 </trans-unit>
2669 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2709 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2670 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2710 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2671 <target state="new"> 2711 <target state="new">
2672 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2712 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2673 </target> 2713 </target>
2674 <context-group purpose="location"> 2714 <context-group purpose="location">
2675 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2715 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2730,32 +2770,32 @@
2730 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2770 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2731 <source>Friendly Reminder:</source> 2771 <source>Friendly Reminder:</source>
2732 <target state="new">Friendly Reminder: </target> 2772 <target state="new">Friendly Reminder: </target>
2733 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2773
2734 </trans-unit> 2774 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2735 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2775 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2736 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2776 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2737 <target state="new"> 2777 <target state="new">
2738 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2778 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2739 </target> 2779 </target>
2740 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2780
2741 </trans-unit> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2742 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2782 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2743 <source>More information</source> 2783 <source>More information</source>
2744 <target state="new">More information</target> 2784 <target state="new">More information</target>
2745 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2785
2746 </trans-unit> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2747 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2787 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2748 <source>Get more information</source> 2788 <source>Get more information</source>
2749 <target state="new">Get more information</target> 2789 <target state="new">Get more information</target>
2750 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2790
2751 </trans-unit> 2791 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2752 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2792 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2753 <source>OK</source> 2793 <source>OK</source>
2754 <target state="new"> 2794 <target state="new">
2755 OK 2795 OK
2756 </target> 2796 </target>
2757 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2797
2758 </trans-unit> 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2759 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2799 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2760 <source>1 Comment</source> 2800 <source>1 Comment</source>
2761 <target state="new">1 Comment</target> 2801 <target state="new">1 Comment</target>
@@ -2882,7 +2922,11 @@
2882 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 2922 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
2883 </trans-unit> 2923 </trans-unit>
2884 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html"> 2924 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html">
2885 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 2925 <source>
2926 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2927 On most platforms, you can find the video by typing its URL in the search bar and then comment it
2928 from within the software's interface.
2929 </source>
2886 <target state="new"> 2930 <target state="new">
2887 Otherwise, you can comment using an account on any ActivityPub-compatible instance. 2931 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2888 On most platforms, you can find the video by typing its URL in the search bar and then comment it 2932 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -2910,8 +2954,8 @@
2910 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2954 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2911 <source>This comment has been deleted</source> 2955 <source>This comment has been deleted</source>
2912 <target state="new">This comment has been deleted</target> 2956 <target state="new">This comment has been deleted</target>
2913 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 2957
2914 </trans-unit> 2958 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2915 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2959 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2916 <source>Users</source> 2960 <source>Users</source>
2917 <target> 2961 <target>
@@ -3066,19 +3110,49 @@
3066 <context-group name="null"> 3110 <context-group name="null">
3067 <context context-type="linenumber">10</context> 3111 <context context-type="linenumber">10</context>
3068 </context-group> 3112 </context-group>
3069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3113
3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3114
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3116 <source>Delayed.</source><target state="new">Delayed.</target>
3117 <context-group purpose="location">
3118 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3119 <context context-type="linenumber">42</context>
3120 </context-group>
3121 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3122 <source>Will start soon...</source><target state="new">Will start soon...</target>
3123 <context-group purpose="location">
3124 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3125 <context context-type="linenumber">43</context>
3126 </context-group>
3127 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3128 <source>Running...</source><target state="new">Running...</target>
3129 <context-group purpose="location">
3130 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3131 <context context-type="linenumber">44</context>
3132 </context-group>
3133 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3134 <source>Finished</source><target state="new">Finished</target>
3135 <context-group purpose="location">
3136 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3137 <context context-type="linenumber">45</context>
3138 </context-group>
3139 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3140 <source>Failed</source><target state="new">Failed</target>
3141 <context-group purpose="location">
3142 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3143 <context context-type="linenumber">46</context>
3144 </context-group>
3071 </trans-unit> 3145 </trans-unit>
3072 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3146 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3073 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3147 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3074 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3148 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3149
3076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3150
3077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3151
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3152
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3153
3080 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3154
3081 </trans-unit> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3082 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3156 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3083 <source>Accepted</source> 3157 <source>Accepted</source>
3084 <target state="new">Accepted</target> 3158 <target state="new">Accepted</target>
@@ -3112,8 +3186,8 @@
3112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3113 </trans-unit> 3187 </trans-unit>
3114 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3188 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3115 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3189 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3116 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3190 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3117 <context-group purpose="location"> 3191 <context-group purpose="location">
3118 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3192 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3119 <context context-type="linenumber">21</context> 3193 <context context-type="linenumber">21</context>
@@ -3183,9 +3257,12 @@
3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 3257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group>
3184 </trans-unit> 3258 </trans-unit>
3185 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html"> 3259 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html">
3186 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3260 <source>
3261 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3262 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3263 </source>
3187 <target state="new"> 3264 <target state="new">
3188 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3265 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3189 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3266 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3190 </target> 3267 </target>
3191 <context-group purpose="location"> 3268 <context-group purpose="location">
@@ -3302,16 +3379,16 @@
3302 </context-group> 3379 </context-group>
3303 </trans-unit> 3380 </trans-unit>
3304 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3381 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3305 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3382 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3306 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3383 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3307 <context-group purpose="location"> 3384 <context-group purpose="location">
3308 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3385 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3309 <context context-type="linenumber">40</context> 3386 <context context-type="linenumber">40</context>
3310 </context-group> 3387 </context-group>
3311 </trans-unit> 3388 </trans-unit>
3312 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3389 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3313 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3390 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3314 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3391 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3315 <context-group purpose="location"> 3392 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3393 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3317 <context context-type="linenumber">42</context> 3394 <context context-type="linenumber">42</context>
@@ -3402,8 +3479,8 @@
3402 </context-group> 3479 </context-group>
3403 </trans-unit> 3480 </trans-unit>
3404 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3481 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3405 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3482 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3406 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3483 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3407 <context-group purpose="location"> 3484 <context-group purpose="location">
3408 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3485 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3409 <context context-type="linenumber">8</context> 3486 <context context-type="linenumber">8</context>
@@ -3426,8 +3503,8 @@
3426 </context-group> 3503 </context-group>
3427 </trans-unit> 3504 </trans-unit>
3428 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3505 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3429 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3506 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3430 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3507 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3431 <context-group purpose="location"> 3508 <context-group purpose="location">
3432 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3509 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3433 <context context-type="linenumber">11</context> 3510 <context context-type="linenumber">11</context>
@@ -3514,15 +3591,15 @@
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
3515 </trans-unit> 3592 </trans-unit>
3516 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3593 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3517 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3594 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3518 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3595 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group> 3596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group>
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group> 3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group>
3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3522 </trans-unit> 3599 </trans-unit>
3523 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3600 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3524 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3601 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3525 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3602 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3526 <context-group purpose="location"> 3603 <context-group purpose="location">
3527 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3604 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3528 <context context-type="linenumber">18</context> 3605 <context context-type="linenumber">18</context>
@@ -3589,8 +3666,8 @@
3589 </context-group> 3666 </context-group>
3590 </trans-unit> 3667 </trans-unit>
3591 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3668 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3592 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3669 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3593 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3670 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3594 <context-group purpose="location"> 3671 <context-group purpose="location">
3595 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3672 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3596 <context context-type="linenumber">9</context> 3673 <context context-type="linenumber">9</context>
@@ -3796,30 +3873,34 @@
3796 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3873 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3797 <context context-type="linenumber">2</context> 3874 <context context-type="linenumber">2</context>
3798 </context-group> 3875 </context-group>
3876 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3877 <source>Job type</source><target state="new">Job type</target>
3878 <context-group purpose="location">
3879 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3880 <context context-type="linenumber">5</context>
3881 </context-group>
3882 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3883 <source>Job state</source><target state="new">Job state</target>
3884 <context-group purpose="location">
3885 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3886 <context context-type="linenumber">14</context>
3887 </context-group>
3799 </trans-unit> 3888 </trans-unit>
3800 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3889 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3801 <source>Type</source> 3890 <source>Type</source>
3802 <target state="new">Type</target> 3891 <target state="new">Type</target>
3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3804 </trans-unit> 3893 </trans-unit>
3805 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3894
3806 <source>Processed on</source> 3895
3807 <target state="new">Processed on</target>
3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3809 </trans-unit>
3810 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3811 <source>Finished on</source>
3812 <target state="new">Finished on</target>
3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3814 </trans-unit>
3815 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3896 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3816 <source>Refresh</source> 3897 <source>Refresh</source>
3817 <target state="new">Refresh</target> 3898 <target state="new">Refresh</target>
3818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3819 </trans-unit> 3900 </trans-unit>
3820 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3901 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3821 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 3902 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3822 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 3903 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3823 <context-group purpose="location"> 3904 <context-group purpose="location">
3824 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 3905 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3825 <context context-type="linenumber">32</context> 3906 <context context-type="linenumber">32</context>
@@ -3892,9 +3973,12 @@
3892 </context-group> 3973 </context-group>
3893 </trans-unit> 3974 </trans-unit>
3894 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 3975 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3895 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 3976 <source>
3977 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3978 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3979 </source>
3896 <target state="new"> 3980 <target state="new">
3897 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3981 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3898 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 3982 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3899 </target> 3983 </target>
3900 <context-group purpose="location"> 3984 <context-group purpose="location">
@@ -3911,9 +3995,9 @@
3911 </context-group> 3995 </context-group>
3912 </trans-unit> 3996 </trans-unit>
3913 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 3997 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3914 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 3998 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
3915 <target state="new"> 3999 <target state="new">
3916 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4000 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
3917 </target> 4001 </target>
3918 <context-group purpose="location"> 4002 <context-group purpose="location">
3919 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4003 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4346,12 +4430,18 @@
4346 </context-group> 4430 </context-group>
4347 </trans-unit> 4431 </trans-unit>
4348 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 4432 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
4349 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4433 <source>
4434 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4435 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4436 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4437 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4438 to see if you instance is whitelisted.
4439 </source>
4350 <target state="new"> 4440 <target state="new">
4351 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4441 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4352 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4442 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4353 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4443 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4354 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4444 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4355 to see if you instance is whitelisted. 4445 to see if you instance is whitelisted.
4356 </target> 4446 </target>
4357 <context-group purpose="location"> 4447 <context-group purpose="location">
@@ -4422,19 +4512,30 @@
4422 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4512 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4423 <context context-type="linenumber">486</context> 4513 <context context-type="linenumber">486</context>
4424 </context-group> 4514 </context-group>
4425 </trans-unit> 4515 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4426 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4516 <source>
4427 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4517 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4428 <target state="new"> 4518
4429 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4519 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4520
4521 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4522
4523 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4524 </source><target state="new">
4525 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4430 4526
4431 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4527 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4528
4529 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4530
4531 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4432 </target> 4532 </target>
4433 <context-group purpose="location"> 4533 <context-group purpose="location">
4434 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4534 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4435 <context context-type="linenumber">501</context> 4535 <context context-type="linenumber">501</context>
4436 </context-group> 4536 </context-group>
4437 </trans-unit> 4537 </trans-unit>
4538
4438 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4539 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4439 <source>WebTorrent support enabled</source> 4540 <source>WebTorrent support enabled</source>
4440 <target state="new">WebTorrent support enabled</target> 4541 <target state="new">WebTorrent support enabled</target>
@@ -4444,96 +4545,116 @@
4444 </context-group> 4545 </context-group>
4445 </trans-unit> 4546 </trans-unit>
4446 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4547 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4447 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4548 <source>
4549 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4550
4551 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4552 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4553 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4554 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4555 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4556 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4557
4558 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4559 </source>
4448 <target state="new"> 4560 <target state="new">
4449 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4561 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4450 4562
4451 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4563 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4452 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4564 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4453 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4565 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4454 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4566 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4455 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4567 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4456 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4568 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4457 4569
4458 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4570 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4459 </target> 4571 </target>
4460 <context-group purpose="location"> 4572
4461 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4462 <context context-type="linenumber">518</context>
4463 </context-group>
4464 </trans-unit>
4465 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4574 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4466 <source>HLS support enabled</source> 4575 <source>HLS support enabled</source>
4467 <target state="new">HLS support enabled</target> 4576 <target state="new">HLS support enabled</target>
4468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4577
4469 </trans-unit> 4578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4470 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4579 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4471 <source>Transcoding threads</source> 4580 <source>Transcoding threads</source>
4472 <target state="new">Transcoding threads</target> 4581 <target state="new">Transcoding threads</target>
4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4582
4474 </trans-unit> 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4475 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4584 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4476 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4585 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4477 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4586 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4587
4479 </trans-unit> 4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4480 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4589 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4481 <source>Cache</source> 4590 <source>Cache</source>
4482 <target state="new">Cache</target> 4591 <target state="new">Cache</target>
4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4592
4484 </trans-unit> 4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4485 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4594 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4486 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4595 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4487 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4596 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4597
4489 </trans-unit> 4598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4490 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4599 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4491 <source>Previews cache size</source> 4600 <source>Previews cache size</source>
4492 <target state="new">Previews cache size</target> 4601 <target state="new">Previews cache size</target>
4493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4602
4494 </trans-unit> 4603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4495 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4604 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4496 <source>Video captions cache size</source> 4605 <source>Video captions cache size</source>
4497 <target state="new">Video captions cache size</target> 4606 <target state="new">Video captions cache size</target>
4498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4607
4499 </trans-unit> 4608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4500 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4609 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4501 <source>Customizations</source> 4610 <source>Customizations</source>
4502 <target state="new">Customizations</target> 4611 <target state="new">Customizations</target>
4503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4612
4504 </trans-unit> 4613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4505 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4614 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4506 <source>JavaScript</source> 4615 <source>JavaScript</source>
4507 <target>جاوااکسریپت</target> 4616 <target>جاوااکسریپت</target>
4508 <context-group name="null"> 4617 <context-group name="null">
4509 <context context-type="linenumber">575</context> 4618 <context context-type="linenumber">575</context>
4510 </context-group> 4619 </context-group>
4511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4620
4512 </trans-unit> 4621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4513 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4622 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4514 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4623 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4515 <target state="new"> 4624 <target state="new">
4516 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4625 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4517 </target> 4626 </target>
4518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4627
4519 </trans-unit> 4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4520 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4629 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4521 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4630 <source>
4631 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4632<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4633 color: red;
4634<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4635<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4636
4637 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4638<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4639 color: red;
4640<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4641<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4642 </source>
4522 <target state="new"> 4643 <target state="new">
4523 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4644 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4524<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4645<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4525 color: red; 4646 color: red;
4526<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4647<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4527<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4648<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4528 4649
4529 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4650 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4530<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4651<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4531 color: red; 4652 color: red;
4532<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4653<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4533<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4654<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4534 </target> 4655 </target>
4535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4656
4536 </trans-unit> 4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4537 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4658 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4538 <source>Advanced configuration</source> 4659 <source>Advanced configuration</source>
4539 <target state="new">Advanced configuration</target> 4660 <target state="new">Advanced configuration</target>
@@ -4545,13 +4666,13 @@
4545 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4666 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4546 <source>Update configuration</source> 4667 <source>Update configuration</source>
4547 <target state="new">Update configuration</target> 4668 <target state="new">Update configuration</target>
4548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4669
4549 </trans-unit> 4670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4550 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4671 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4551 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4672 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4552 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4673 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4674
4554 </trans-unit> 4675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4555 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4676 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4556 <source>Total video quota:</source> 4677 <source>Total video quota:</source>
4557 <target state="new">Total video quota:</target> 4678 <target state="new">Total video quota:</target>
@@ -4641,9 +4762,9 @@
4641 </context-group> 4762 </context-group>
4642 </trans-unit> 4763 </trans-unit>
4643 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4764 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4644 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4765 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4645 <target state="new"> 4766 <target state="new">
4646 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4767 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4647 </target> 4768 </target>
4648 <context-group purpose="location"> 4769 <context-group purpose="location">
4649 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4770 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -4699,9 +4820,9 @@
4699 </context-group> 4820 </context-group>
4700 </trans-unit> 4821 </trans-unit>
4701 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4822 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4702 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4823 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4703 <target state="new"> 4824 <target state="new">
4704 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4825 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4705</target> 4826</target>
4706 <context-group purpose="location"> 4827 <context-group purpose="location">
4707 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4828 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4709,9 +4830,9 @@
4709 </context-group> 4830 </context-group>
4710 </trans-unit> 4831 </trans-unit>
4711 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4832 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4712 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4833 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4713 <target state="new"> 4834 <target state="new">
4714 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification 4835 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification
4715</target> 4836</target>
4716 <context-group purpose="location"> 4837 <context-group purpose="location">
4717 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4838 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4821,10 +4942,13 @@
4821 </context-group> 4942 </context-group>
4822 </trans-unit> 4943 </trans-unit>
4823 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 4944 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4824 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 4945 <source>
4946 Created
4947 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4948 </source>
4825 <target state="new"> 4949 <target state="new">
4826 Created 4950 Created
4827 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 4951 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4828 </target> 4952 </target>
4829 <context-group purpose="location"> 4953 <context-group purpose="location">
4830 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4954 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4908,8 +5032,9 @@
4908 </context-group> 5032 </context-group>
4909 </trans-unit> 5033 </trans-unit>
4910 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html"> 5034 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html">
4911 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5035 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4912 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5036When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5037 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4913When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5038When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
4914 <context-group purpose="location"> 5039 <context-group purpose="location">
4915 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5040 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
@@ -5017,9 +5142,12 @@ When you will upload a video in this channel, the video support field will be au
5017 </context-group> 5142 </context-group>
5018 </trans-unit> 5143 </trans-unit>
5019 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5144 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5020 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5145 <source>
5146 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5147 Delete history
5148 </source>
5021 <target state="new"> 5149 <target state="new">
5022 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5150 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5023 Delete history 5151 Delete history
5024 </target> 5152 </target>
5025 <context-group purpose="location"> 5153 <context-group purpose="location">
@@ -5036,9 +5164,12 @@ When you will upload a video in this channel, the video support field will be au
5036 </context-group> 5164 </context-group>
5037 </trans-unit> 5165 </trans-unit>
5038 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5166 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5039 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5167 <source>
5168 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5169 Notification preferences
5170 </source>
5040 <target state="new"> 5171 <target state="new">
5041 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5172 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5042 Notification preferences 5173 Notification preferences
5043 </target> 5174 </target>
5044 <context-group purpose="location"> 5175 <context-group purpose="location">
@@ -5049,11 +5180,8 @@ When you will upload a video in this channel, the video support field will be au
5049 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5180 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5050 <source>All read</source> 5181 <source>All read</source>
5051 <target state="new">All read</target> 5182 <target state="new">All read</target>
5052 <context-group purpose="location"> 5183
5053 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5184 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5054 <context context-type="linenumber">12</context>
5055 </context-group>
5056 </trans-unit>
5057 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5185 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5058 <source>Activities</source> 5186 <source>Activities</source>
5059 <target state="new">Activities</target> 5187 <target state="new">Activities</target>
@@ -5114,9 +5242,9 @@ When you will upload a video in this channel, the video support field will be au
5114 </context-group> 5242 </context-group>
5115 </trans-unit> 5243 </trans-unit>
5116 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5244 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5117 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5245 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5118 <target state="new"> 5246 <target state="new">
5119 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5247 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5120 </target> 5248 </target>
5121 <context-group purpose="location"> 5249 <context-group purpose="location">
5122 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5250 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5134,7 +5262,7 @@ When you will upload a video in this channel, the video support field will be au
5134 </context-group> 5262 </context-group>
5135 </trans-unit> 5263 </trans-unit>
5136 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf" datatype="html"> 5264 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf" datatype="html">
5137 <source></source> 5265 <source/>
5138 <target state="new"> 5266 <target state="new">
5139 </target> 5267 </target>
5140 <context-group purpose="location"> 5268 <context-group purpose="location">
@@ -5517,10 +5645,13 @@ When you will upload a video in this channel, the video support field will be au
5517 </context-group> 5645 </context-group>
5518 </trans-unit> 5646 </trans-unit>
5519 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5647 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5520 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5648 <source>
5649 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5650 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5651 </source>
5521 <target state="new"> 5652 <target state="new">
5522 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 5653 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5523 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5654 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5524 </target> 5655 </target>
5525 <context-group purpose="location"> 5656 <context-group purpose="location">
5526 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5657 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5528,9 +5659,9 @@ When you will upload a video in this channel, the video support field will be au
5528 </context-group> 5659 </context-group>
5529 </trans-unit> 5660 </trans-unit>
5530 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5661 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5531 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5662 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5532 <target state="new"> 5663 <target state="new">
5533 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5664 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5534 </target> 5665 </target>
5535 <context-group purpose="location"> 5666 <context-group purpose="location">
5536 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5667 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5538,7 +5669,8 @@ When you will upload a video in this channel, the video support field will be au
5538 </context-group> 5669 </context-group>
5539 </trans-unit> 5670 </trans-unit>
5540 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5671 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5541 <source>Use PeerTube documentation</source> 5672 <source>Use PeerTube
5673 documentation</source>
5542 <target state="new">Use PeerTube 5674 <target state="new">Use PeerTube
5543 documentation</target> 5675 documentation</target>
5544 <context-group purpose="location"> 5676 <context-group purpose="location">
@@ -5557,7 +5689,8 @@ When you will upload a video in this channel, the video support field will be au
5557 </context-group> 5689 </context-group>
5558 </trans-unit> 5690 </trans-unit>
5559 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5691 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5560 <source>PeerTube Applications</source> 5692 <source>PeerTube
5693 Applications</source>
5561 <target state="new">PeerTube 5694 <target state="new">PeerTube
5562 Applications</target> 5695 Applications</target>
5563 <context-group purpose="location"> 5696 <context-group purpose="location">
@@ -5576,7 +5709,8 @@ When you will upload a video in this channel, the video support field will be au
5576 </context-group> 5709 </context-group>
5577 </trans-unit> 5710 </trans-unit>
5578 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5711 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5579 <source>Contribute on PeerTube</source> 5712 <source>Contribute on
5713 PeerTube</source>
5580 <target state="new">Contribute on 5714 <target state="new">Contribute on
5581 PeerTube</target> 5715 PeerTube</target>
5582 <context-group purpose="location"> 5716 <context-group purpose="location">
@@ -5600,7 +5734,10 @@ When you will upload a video in this channel, the video support field will be au
5600 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5734 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5601 </trans-unit> 5735 </trans-unit>
5602 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5736 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5603 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5737 <source>
5738 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5739 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5740 </source>
5604 <target state="new"> 5741 <target state="new">
5605 PeerTube uses the BitTorrent protocol to share bandwidth between users. 5742 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5606 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 5743 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
@@ -5616,7 +5753,10 @@ When you will upload a video in this channel, the video support field will be au
5616 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5753 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5617 </trans-unit> 5754 </trans-unit>
5618 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5755 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5619 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5756 <source>
5757 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5758 In practice, this is much more difficult because:
5759 </source>
5620 <target state="new"> 5760 <target state="new">
5621 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 5761 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5622 In practice, this is much more difficult because: 5762 In practice, this is much more difficult because:
@@ -5627,7 +5767,10 @@ When you will upload a video in this channel, the video support field will be au
5627 </context-group> 5767 </context-group>
5628 </trans-unit> 5768 </trans-unit>
5629 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5769 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5630 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5770 <source>
5771 An HTTP request has to be sent on each tracker for each video to spy.
5772 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5773 </source>
5631 <target state="new"> 5774 <target state="new">
5632 An HTTP request has to be sent on each tracker for each video to spy. 5775 An HTTP request has to be sent on each tracker for each video to spy.
5633 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 5776 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -5638,7 +5781,11 @@ When you will upload a video in this channel, the video support field will be au
5638 </context-group> 5781 </context-group>
5639 </trans-unit> 5782 </trans-unit>
5640 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5783 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5641 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5784 <source>
5785 For each request sent, the tracker returns random peers at a limited number.
5786 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5787 requests sent to know every peers in the swarm
5788 </source>
5642 <target state="new"> 5789 <target state="new">
5643 For each request sent, the tracker returns random peers at a limited number. 5790 For each request sent, the tracker returns random peers at a limited number.
5644 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 5791 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
@@ -5660,7 +5807,10 @@ When you will upload a video in this channel, the video support field will be au
5660 </context-group> 5807 </context-group>
5661 </trans-unit> 5808 </trans-unit>
5662 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5809 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5663 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5810 <source>
5811 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5812 video
5813 </source>
5664 <target state="new"> 5814 <target state="new">
5665 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 5815 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5666 video 5816 video
@@ -5681,13 +5831,19 @@ When you will upload a video in this channel, the video support field will be au
5681 </context-group> 5831 </context-group>
5682 </trans-unit> 5832 </trans-unit>
5683 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5833 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5684 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5834 <source>
5835 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5836 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5837 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5838 to forward the information to.
5839 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5840 </source>
5685 <target state="new"> 5841 <target state="new">
5686 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 5842 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5687 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 5843 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5688 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 5844 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5689 to forward the information to. 5845 to forward the information to.
5690 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 5846 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5691 </target> 5847 </target>
5692 <context-group purpose="location"> 5848 <context-group purpose="location">
5693 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5849 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5695,7 +5851,10 @@ When you will upload a video in this channel, the video support field will be au
5695 </context-group> 5851 </context-group>
5696 </trans-unit> 5852 </trans-unit>
5697 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5853 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5698 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5854 <source>
5855 The worst-case scenario of an average person spying on their friends is quite unlikely.
5856 There are much more effective ways to get that kind of information.
5857 </source>
5699 <target state="new"> 5858 <target state="new">
5700 The worst-case scenario of an average person spying on their friends is quite unlikely. 5859 The worst-case scenario of an average person spying on their friends is quite unlikely.
5701 There are much more effective ways to get that kind of information. 5860 There are much more effective ways to get that kind of information.
@@ -5711,7 +5870,11 @@ When you will upload a video in this channel, the video support field will be au
5711 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5870 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5712 </trans-unit> 5871 </trans-unit>
5713 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5872 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5714 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5873 <source>
5874 The threats to privacy in YouTube are different from PeerTube's.
5875 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5876 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5877 </source>
5715 <target state="new"> 5878 <target state="new">
5716 The threats to privacy in YouTube are different from PeerTube's. 5879 The threats to privacy in YouTube are different from PeerTube's.
5717 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 5880 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -5728,7 +5891,12 @@ When you will upload a video in this channel, the video support field will be au
5728 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 5891 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5729 </trans-unit> 5892 </trans-unit>
5730 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 5893 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5731 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 5894 <source>
5895 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5896 your IP in their connection logs: ISP/routers/trackers/CDN and more.
5897 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
5898 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
5899 </source>
5732 <target state="new"> 5900 <target state="new">
5733 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 5901 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5734 your IP in their connection logs: ISP/routers/trackers/CDN and more. 5902 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -5746,7 +5914,10 @@ When you will upload a video in this channel, the video support field will be au
5746 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 5914 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5747 </trans-unit> 5915 </trans-unit>
5748 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 5916 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5749 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 5917 <source>
5918 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5919 In the meantime, we want to test different ideas related to this issue:
5920 </source>
5750 <target state="new"> 5921 <target state="new">
5751 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. 5922 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5752 In the meantime, we want to test different ideas related to this issue: 5923 In the meantime, we want to test different ideas related to this issue:
@@ -5777,7 +5948,9 @@ When you will upload a video in this channel, the video support field will be au
5777 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 5948 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5778 </trans-unit> 5949 </trans-unit>
5779 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 5950 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5780 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 5951 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
5952 automatized program
5953 </source>
5781 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the 5954 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
5782 automatized program 5955 automatized program
5783 </target> 5956 </target>
@@ -5819,8 +5992,8 @@ When you will upload a video in this channel, the video support field will be au
5819 </context-group> 5992 </context-group>
5820 </trans-unit> 5993 </trans-unit>
5821 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 5994 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5822 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 5995 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5823 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 5996 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5824 <context-group purpose="location"> 5997 <context-group purpose="location">
5825 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 5998 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5826 <context context-type="linenumber">3</context> 5999 <context context-type="linenumber">3</context>
@@ -5903,9 +6076,12 @@ When you will upload a video in this channel, the video support field will be au
5903 </context-group> 6076 </context-group>
5904 </trans-unit> 6077 </trans-unit>
5905 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6078 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5906 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6079 <source>
6080 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6081 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6082 </source>
5907 <target state="new"> 6083 <target state="new">
5908 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6084 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5909 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6085 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
5910 </target> 6086 </target>
5911 <context-group purpose="location"> 6087 <context-group purpose="location">
@@ -5986,11 +6162,16 @@ When you will upload a video in this channel, the video support field will be au
5986 </context-group> 6162 </context-group>
5987 </trans-unit> 6163 </trans-unit>
5988 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6164 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
5989 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6165 <source>
6166 I am at least 16 years old and agree
6167 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6168 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6169 of this instance
6170 </source>
5990 <target state="new"> 6171 <target state="new">
5991 I am at least 16 years old and agree 6172 I am at least 16 years old and agree
5992 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6173 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5993 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6174 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
5994 of this instance 6175 of this instance
5995 </target> 6176 </target>
5996 <context-group purpose="location"> 6177 <context-group purpose="location">
@@ -6069,6 +6250,12 @@ When you will upload a video in this channel, the video support field will be au
6069 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6250 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6070 <context context-type="linenumber">1</context> 6251 <context context-type="linenumber">1</context>
6071 </context-group> 6252 </context-group>
6253 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6254 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6255 <context-group purpose="location">
6256 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6257 <context context-type="linenumber">1</context>
6258 </context-group>
6072 </trans-unit> 6259 </trans-unit>
6073 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 6260 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
6074 <source>240p</source> 6261 <source>240p</source>
@@ -6351,8 +6538,8 @@ When you will upload a video in this channel, the video support field will be au
6351 </context-group> 6538 </context-group>
6352 </trans-unit> 6539 </trans-unit>
6353 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html"> 6540 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6354 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6541 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6355 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target> 6542 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6356 <context-group purpose="location"> 6543 <context-group purpose="location">
6357 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6544 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6358 <context context-type="linenumber">1</context> 6545 <context context-type="linenumber">1</context>
@@ -7666,8 +7853,8 @@ When you will upload a video in this channel, the video support field will be au
7666 </context-group> 7853 </context-group>
7667 </trans-unit> 7854 </trans-unit>
7668 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 7855 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7669 <source>Long (&gt; 10 min)</source> 7856 <source>Long (> 10 min)</source>
7670 <target state="new">Long (&gt; 10 min)</target> 7857 <target state="new">Long (> 10 min)</target>
7671 <context-group purpose="location"> 7858 <context-group purpose="location">
7672 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 7859 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7673 <context context-type="linenumber">1</context> 7860 <context context-type="linenumber">1</context>
@@ -9033,8 +9220,8 @@ When you will upload a video in this channel, the video support field will be au
9033 </context-group> 9220 </context-group>
9034 </trans-unit> 9221 </trans-unit>
9035 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9222 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9036 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9223 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9037 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 9224 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target>
9038 <context-group purpose="location"> 9225 <context-group purpose="location">
9039 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9226 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9040 <context context-type="linenumber">1</context> 9227 <context context-type="linenumber">1</context>
@@ -9311,6 +9498,12 @@ When you will upload a video in this channel, the video support field will be au
9311 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 9498 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
9312 <context context-type="linenumber">1</context> 9499 <context context-type="linenumber">1</context>
9313 </context-group> 9500 </context-group>
9501 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9502 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9503 <context-group purpose="location">
9504 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9505 <context context-type="linenumber">1</context>
9506 </context-group>
9314 </trans-unit> 9507 </trans-unit>
9315 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9508 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
9316 <source>Subscribed</source> 9509 <source>Subscribed</source>
@@ -9502,6 +9695,18 @@ When you will upload a video in this channel, the video support field will be au
9502 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9695 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9503 <context context-type="linenumber">1</context> 9696 <context context-type="linenumber">1</context>
9504 </context-group> 9697 </context-group>
9698 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9699 <source>Add to watch later</source><target state="new">Add to watch later</target>
9700 <context-group purpose="location">
9701 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9702 <context context-type="linenumber">1</context>
9703 </context-group>
9704 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9705 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9706 <context-group purpose="location">
9707 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9708 <context context-type="linenumber">1</context>
9709 </context-group>
9505 </trans-unit> 9710 </trans-unit>
9506 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9711 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9507 <source>Only I can see this video</source> 9712 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 9bd5c9e31..8d741560f 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -436,8 +436,8 @@
436 <context-group name="null"> 436 <context-group name="null">
437 <context context-type="linenumber">9</context> 437 <context context-type="linenumber">9</context>
438 </context-group> 438 </context-group>
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 439
440 </trans-unit> 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
441 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 441 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
442 <source>Start at</source> 442 <source>Start at</source>
443 <target>Aloita kohdasta</target> 443 <target>Aloita kohdasta</target>
@@ -485,31 +485,40 @@
485 <context context-type="linenumber">74</context> 485 <context context-type="linenumber">74</context>
486 </context-group> 486 </context-group>
487 487
488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
489 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 489 <source>video</source><target state="new">video</target>
490 <source>Download video</source> 490 <context-group purpose="location">
491 <target>Lataa video</target> 491 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
492 <context-group name="null"> 492 <context context-type="linenumber">4</context>
493 <context context-type="linenumber">3</context> 493 </context-group>
494 <context-group purpose="location">
495 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
496 <context context-type="linenumber">12</context>
497 </context-group>
498 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
499 <source>subtitles</source><target state="new">subtitles</target>
500 <context-group purpose="location">
501 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
502 <context context-type="linenumber">11</context>
494 </context-group> 503 </context-group>
495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
496 </trans-unit> 504 </trans-unit>
505
497 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 506 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
498 <source>Direct download</source> 507 <source>Direct download</source>
499 <target>Suora lataus</target> 508 <target>Suora lataus</target>
500 <context-group name="null"> 509 <context-group name="null">
501 <context context-type="linenumber">27</context> 510 <context context-type="linenumber">27</context>
502 </context-group> 511 </context-group>
503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 512
504 </trans-unit> 513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
505 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 514 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
506 <source>Torrent (.torrent file)</source> 515 <source>Torrent (.torrent file)</source>
507 <target>Torrent (.torrent -tiedosto)</target> 516 <target>Torrent (.torrent -tiedosto)</target>
508 <context-group name="null"> 517 <context-group name="null">
509 <context context-type="linenumber">32</context> 518 <context context-type="linenumber">32</context>
510 </context-group> 519 </context-group>
511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 520
512 </trans-unit> 521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
513 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 522 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
514 <source>Cancel</source> 523 <source>Cancel</source>
515 <target> 524 <target>
@@ -520,15 +529,15 @@
520 </context-group> 529 </context-group>
521 530
522 531
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
524 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 533 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
525 <source>Download</source> 534 <source>Download</source>
526 <target>Lataa</target> 535 <target>Lataa</target>
527 <context-group name="null"> 536 <context-group name="null">
528 <context context-type="linenumber">43</context> 537 <context context-type="linenumber">43</context>
529 </context-group> 538 </context-group>
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 539
531 </trans-unit> 540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
532 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 541 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
533 <source>Report video</source> 542 <source>Report video</source>
534 <target>Tee ilmoitus</target> 543 <target>Tee ilmoitus</target>
@@ -608,35 +617,35 @@
608 <context-group name="null"> 617 <context-group name="null">
609 <context context-type="linenumber">6</context> 618 <context context-type="linenumber">6</context>
610 </context-group> 619 </context-group>
611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 620
612 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 621
613 </trans-unit> 622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
614 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 623 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
615 <source>Private</source> 624 <source>Private</source>
616 <target>Yksityinen</target> 625 <target>Yksityinen</target>
617 <context-group name="null"> 626 <context-group name="null">
618 <context context-type="linenumber">7</context> 627 <context context-type="linenumber">7</context>
619 </context-group> 628 </context-group>
620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 629
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 630
622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 631
623 </trans-unit> 632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
624 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 633 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
625 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 634 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
626 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> näyttökertaa</target> 635 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> näyttökertaa</target>
627 <context-group name="null"> 636 <context-group name="null">
628 <context context-type="linenumber">24</context> 637 <context context-type="linenumber">24</context>
629 </context-group> 638 </context-group>
630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 639
631 </trans-unit> 640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 641 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source> 642 <source>Blacklisted</source>
634 <target>Estetty</target> 643 <target>Estetty</target>
635 <context-group name="null"> 644 <context-group name="null">
636 <context context-type="linenumber">42</context> 645 <context context-type="linenumber">42</context>
637 </context-group> 646 </context-group>
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 647
639 </trans-unit> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
640 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 649 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
641 <source>Sensitive</source> 650 <source>Sensitive</source>
642 <target> 651 <target>
@@ -645,8 +654,8 @@
645 <context-group name="null"> 654 <context-group name="null">
646 <context context-type="linenumber">46</context> 655 <context context-type="linenumber">46</context>
647 </context-group> 656 </context-group>
648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 657
649 </trans-unit> 658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
650 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 659 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
651 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 660 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
652 <target>{VAR_PLURAL, plural, =0 {Ei videoita} =1 {Yksi video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videota} }</target> 661 <target>{VAR_PLURAL, plural, =0 {Ei videoita} =1 {Yksi video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videota} }</target>
@@ -683,7 +692,7 @@
683 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 692 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
684 <source>Deleted</source><target state="new">Deleted</target> 693 <source>Deleted</source><target state="new">Deleted</target>
685 694
686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
687 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 696 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
688 <source>Edit starts/stops at</source> 697 <source>Edit starts/stops at</source>
689 <target>Muokkaus alkaa/loppuu kohdassa</target> 698 <target>Muokkaus alkaa/loppuu kohdassa</target>
@@ -717,16 +726,16 @@
717 <context-group name="null"> 726 <context-group name="null">
718 <context context-type="linenumber">20</context> 727 <context context-type="linenumber">20</context>
719 </context-group> 728 </context-group>
720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 729
721 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 730
722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 731
723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 732
724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 733
725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 734
726 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 735
727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 736
728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 737
729 </trans-unit> 738 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
730 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 739 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
731 <source>Delete</source> 740 <source>Delete</source>
732 <target>Poista</target> 741 <target>Poista</target>
@@ -988,7 +997,7 @@
988 </context-group> 997 </context-group>
989 998
990 999
991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 1000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
992 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 1001 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
993 <source>users</source><target state="new">users</target> 1002 <source>users</source><target state="new">users</target>
994 <context-group purpose="location"> 1003 <context-group purpose="location">
@@ -1203,7 +1212,7 @@
1203 </context-group> 1212 </context-group>
1204 1213
1205 1214
1206 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1207 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1216 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1208 <source>Forgot your password</source> 1217 <source>Forgot your password</source>
1209 <target>Unohda salasanasi</target> 1218 <target>Unohda salasanasi</target>
@@ -1559,7 +1568,7 @@
1559 </context-group> 1568 </context-group>
1560 1569
1561 1570
1562 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1571 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1563 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1572 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1564 <source>Help to translate PeerTube!</source> 1573 <source>Help to translate PeerTube!</source>
1565 <target> 1574 <target>
@@ -1587,6 +1596,12 @@
1587 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1596 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1588 <context context-type="linenumber">29</context> 1597 <context context-type="linenumber">29</context>
1589 </context-group> 1598 </context-group>
1599 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1600 <source>Help</source><target state="new">Help</target>
1601 <context-group purpose="location">
1602 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1603 <context context-type="linenumber">35</context>
1604 </context-group>
1590 </trans-unit> 1605 </trans-unit>
1591 1606
1592 1607
@@ -1597,7 +1612,7 @@
1597 <context context-type="linenumber">25</context> 1612 <context context-type="linenumber">25</context>
1598 </context-group> 1613 </context-group>
1599 1614
1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1601 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1616 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1602 <source>Create an account</source> 1617 <source>Create an account</source>
1603 <target>Luo tili</target> 1618 <target>Luo tili</target>
@@ -1605,7 +1620,7 @@
1605 <context context-type="linenumber">33</context> 1620 <context context-type="linenumber">33</context>
1606 </context-group> 1621 </context-group>
1607 1622
1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1623 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1609 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1624 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1610 <source>My library</source> 1625 <source>My library</source>
1611 <target>Minun kirjasto</target> 1626 <target>Minun kirjasto</target>
@@ -1613,7 +1628,7 @@
1613 <context context-type="linenumber">37</context> 1628 <context context-type="linenumber">37</context>
1614 </context-group> 1629 </context-group>
1615 1630
1616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1617 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1632 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1618 <source>Videos</source> 1633 <source>Videos</source>
1619 <target>Videot</target> 1634 <target>Videot</target>
@@ -1624,7 +1639,7 @@
1624 1639
1625 1640
1626 1641
1627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1642 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1628 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1643 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1629 <source>Playlists</source> 1644 <source>Playlists</source>
1630 <target>Soittolistat</target> 1645 <target>Soittolistat</target>
@@ -1632,7 +1647,7 @@
1632 <context context-type="linenumber">46</context> 1647 <context context-type="linenumber">46</context>
1633 </context-group> 1648 </context-group>
1634 1649
1635 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1636 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1651 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1637 <source>Subscriptions</source> 1652 <source>Subscriptions</source>
1638 <target>Tilaukset</target> 1653 <target>Tilaukset</target>
@@ -1640,7 +1655,7 @@
1640 <context context-type="linenumber">51</context> 1655 <context context-type="linenumber">51</context>
1641 </context-group> 1656 </context-group>
1642 1657
1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1658 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1644 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1659 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1645 <source>History</source> 1660 <source>History</source>
1646 <target>Historia</target> 1661 <target>Historia</target>
@@ -1648,7 +1663,7 @@
1648 <context context-type="linenumber">56</context> 1663 <context context-type="linenumber">56</context>
1649 </context-group> 1664 </context-group>
1650 1665
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1652 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1667 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1653 <source>Discover</source> 1668 <source>Discover</source>
1654 <target>Löydöt</target> 1669 <target>Löydöt</target>
@@ -1656,7 +1671,7 @@
1656 <context context-type="linenumber">66</context> 1671 <context context-type="linenumber">66</context>
1657 </context-group> 1672 </context-group>
1658 1673
1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1660 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1675 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1661 <source>Trending</source> 1676 <source>Trending</source>
1662 <target>Nousussa</target> 1677 <target>Nousussa</target>
@@ -1664,11 +1679,11 @@
1664 <context context-type="linenumber">71</context> 1679 <context context-type="linenumber">71</context>
1665 </context-group> 1680 </context-group>
1666 1681
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1668 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1683 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1669 <source>Most liked</source><target state="new">Most liked</target> 1684 <source>Most liked</source><target state="new">Most liked</target>
1670 1685
1671 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1672 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1687 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1673 <source>Recently added</source> 1688 <source>Recently added</source>
1674 <target>Vasta lisätyt</target> 1689 <target>Vasta lisätyt</target>
@@ -1676,7 +1691,7 @@
1676 <context context-type="linenumber">81</context> 1691 <context context-type="linenumber">81</context>
1677 </context-group> 1692 </context-group>
1678 1693
1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1680 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1695 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1681 <source>More</source> 1696 <source>More</source>
1682 <target>Lisää</target> 1697 <target>Lisää</target>
@@ -1684,7 +1699,7 @@
1684 <context context-type="linenumber">91</context> 1699 <context context-type="linenumber">91</context>
1685 </context-group> 1700 </context-group>
1686 1701
1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1688 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1703 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1689 <source>Administration</source> 1704 <source>Administration</source>
1690 <target>Hallinta</target> 1705 <target>Hallinta</target>
@@ -1692,7 +1707,7 @@
1692 <context context-type="linenumber">95</context> 1707 <context context-type="linenumber">95</context>
1693 </context-group> 1708 </context-group>
1694 1709
1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1710 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1696 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1711 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1697 <source>About</source> 1712 <source>About</source>
1698 <target>Tietoja</target> 1713 <target>Tietoja</target>
@@ -1702,7 +1717,7 @@
1702 1717
1703 1718
1704 1719
1705 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1720 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1706 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1721 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1707 <source>Show keyboard shortcuts</source> 1722 <source>Show keyboard shortcuts</source>
1708 <target>Näytä pikanäppäimet</target> 1723 <target>Näytä pikanäppäimet</target>
@@ -1710,7 +1725,7 @@
1710 <context context-type="linenumber">111</context> 1725 <context context-type="linenumber">111</context>
1711 </context-group> 1726 </context-group>
1712 1727
1713 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1728 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1714 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1729 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1715 <source>View your notifications</source> 1730 <source>View your notifications</source>
1716 <target>Näytä ilmoitukset</target> 1731 <target>Näytä ilmoitukset</target>
@@ -1729,15 +1744,9 @@
1729 1744
1730 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1745 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1731 <source>Mark all as read</source><target state="new">Mark all as read</target> 1746 <source>Mark all as read</source><target state="new">Mark all as read</target>
1732 <context-group purpose="location"> 1747
1733 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1748
1734 <context context-type="linenumber">18</context> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1735 </context-group>
1736 <context-group purpose="location">
1737 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1738 <context context-type="linenumber">9</context>
1739 </context-group>
1740 </trans-unit>
1741 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1750 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1742 <source>Update your notification preferences</source> 1751 <source>Update your notification preferences</source>
1743 <target>Päivitä ilmoitusasetukset</target> 1752 <target>Päivitä ilmoitusasetukset</target>
@@ -1850,7 +1859,7 @@
1850 <context context-type="linenumber">45</context> 1859 <context context-type="linenumber">45</context>
1851 </context-group> 1860 </context-group>
1852 1861
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1862 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1854 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1863 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1855 <source>Display sensitive content</source> 1864 <source>Display sensitive content</source>
1856 <target>Näytä arkaluonteinen sisältö</target> 1865 <target>Näytä arkaluonteinen sisältö</target>
@@ -1983,21 +1992,51 @@
1983 <context context-type="linenumber">115</context> 1992 <context context-type="linenumber">115</context>
1984 </context-group> 1993 </context-group>
1985 1994
1986 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1995 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1996 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1997 <context-group purpose="location">
1998 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1999 <context context-type="linenumber">14</context>
2000 </context-group>
2001 <context-group purpose="location">
2002 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2003 <context context-type="linenumber">14</context>
2004 </context-group>
2005 <context-group purpose="location">
2006 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2007 <context context-type="linenumber">14</context>
2008 </context-group>
2009 <context-group purpose="location">
2010 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2011 <context context-type="linenumber">14</context>
2012 </context-group>
2013 <context-group purpose="location">
2014 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2015 <context context-type="linenumber">14</context>
2016 </context-group>
2017 <context-group purpose="location">
2018 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2019 <context context-type="linenumber">14</context>
2020 </context-group>
2021 <context-group purpose="location">
2022 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2023 <context context-type="linenumber">14</context>
2024 </context-group>
2025 </trans-unit>
1987 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2026 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1988 <source>Display unlisted and private videos</source> 2027 <source>Display unlisted and private videos</source>
1989 <target>Näytä piilotetut ja yksityiset videot</target> 2028 <target>Näytä piilotetut ja yksityiset videot</target>
1990 <context-group name="null"> 2029 <context-group name="null">
1991 <context context-type="linenumber">14</context> 2030 <context context-type="linenumber">14</context>
1992 </context-group> 2031 </context-group>
1993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2032
1994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2033
1995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2034
1996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2035
1997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2036
1998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2037
1999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2038
2000 </trans-unit> 2039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2001 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2040 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2002 <source>Add caption</source> 2041 <source>Add caption</source>
2003 <target>Lisää merkintä</target> 2042 <target>Lisää merkintä</target>
@@ -2846,11 +2885,11 @@
2846 <context context-type="linenumber">211</context> 2885 <context context-type="linenumber">211</context>
2847 </context-group> 2886 </context-group>
2848 2887
2849 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2888 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2850 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2889 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2851 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source><target state="new">the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</target> 2890 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source><target state="new">the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</target>
2852 2891
2853 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2892 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2854 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2893 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2855 <source>More information</source> 2894 <source>More information</source>
2856 <target>Näytä lisää</target> 2895 <target>Näytä lisää</target>
@@ -2858,7 +2897,7 @@
2858 <context context-type="linenumber">215</context> 2897 <context context-type="linenumber">215</context>
2859 </context-group> 2898 </context-group>
2860 2899
2861 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2900 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2862 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2901 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2863 <source>Get more information</source> 2902 <source>Get more information</source>
2864 <target>Näytä lisätietoa</target> 2903 <target>Näytä lisätietoa</target>
@@ -2866,7 +2905,7 @@
2866 <context context-type="linenumber">215</context> 2905 <context context-type="linenumber">215</context>
2867 </context-group> 2906 </context-group>
2868 2907
2869 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2908 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2870 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2909 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2871 <source>OK</source> 2910 <source>OK</source>
2872 <target> 2911 <target>
@@ -2876,7 +2915,7 @@
2876 <context context-type="linenumber">218</context> 2915 <context context-type="linenumber">218</context>
2877 </context-group> 2916 </context-group>
2878 2917
2879 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2918 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2880 <source>1 Comment</source><target state="new">1 Comment</target> 2919 <source>1 Comment</source><target state="new">1 Comment</target>
2881 <context-group purpose="location"> 2920 <context-group purpose="location">
2882 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2921 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -3039,7 +3078,7 @@
3039 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3040 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3079 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3041 3080
3042 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3081 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3043 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3082 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3044 <source>Users</source> 3083 <source>Users</source>
3045 <target> 3084 <target>
@@ -3195,7 +3234,37 @@
3195 3234
3196 3235
3197 3236
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3238 <source>Delayed.</source><target state="new">Delayed.</target>
3239 <context-group purpose="location">
3240 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3241 <context context-type="linenumber">42</context>
3242 </context-group>
3243 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3244 <source>Will start soon...</source><target state="new">Will start soon...</target>
3245 <context-group purpose="location">
3246 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3247 <context context-type="linenumber">43</context>
3248 </context-group>
3249 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3250 <source>Running...</source><target state="new">Running...</target>
3251 <context-group purpose="location">
3252 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3253 <context context-type="linenumber">44</context>
3254 </context-group>
3255 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3256 <source>Finished</source><target state="new">Finished</target>
3257 <context-group purpose="location">
3258 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3259 <context context-type="linenumber">45</context>
3260 </context-group>
3261 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3262 <source>Failed</source><target state="new">Failed</target>
3263 <context-group purpose="location">
3264 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3265 <context context-type="linenumber">46</context>
3266 </context-group>
3267 </trans-unit>
3199 3268
3200 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3269 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3201 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3270 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3209,7 +3278,7 @@
3209 3278
3210 3279
3211 3280
3212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3213 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3282 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3214 <source>Accepted</source> 3283 <source>Accepted</source>
3215 <target>Hyväksytty</target> 3284 <target>Hyväksytty</target>
@@ -3854,6 +3923,18 @@
3854 <context context-type="linenumber">2</context> 3923 <context context-type="linenumber">2</context>
3855 </context-group> 3924 </context-group>
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3926 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3927 <source>Job type</source><target state="new">Job type</target>
3928 <context-group purpose="location">
3929 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3930 <context context-type="linenumber">5</context>
3931 </context-group>
3932 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3933 <source>Job state</source><target state="new">Job state</target>
3934 <context-group purpose="location">
3935 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3936 <context context-type="linenumber">14</context>
3937 </context-group>
3857 </trans-unit> 3938 </trans-unit>
3858 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3939 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3859 <source>Type</source> 3940 <source>Type</source>
@@ -3863,22 +3944,8 @@
3863 </context-group> 3944 </context-group>
3864 3945
3865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3866 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3947
3867 <source>Processed on</source> 3948
3868 <target>Prosessoitiin</target>
3869 <context-group name="null">
3870 <context context-type="linenumber">22</context>
3871 </context-group>
3872
3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3874 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3875 <source>Finished on</source>
3876 <target>Valmistui</target>
3877 <context-group name="null">
3878 <context context-type="linenumber">23</context>
3879 </context-group>
3880
3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3882 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3949 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3883 <source>Refresh</source> 3950 <source>Refresh</source>
3884 <target>Päivitä</target> 3951 <target>Päivitä</target>
@@ -4439,15 +4506,23 @@
4439 <context context-type="linenumber">486</context> 4506 <context context-type="linenumber">486</context>
4440 </context-group> 4507 </context-group>
4441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4442 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4509 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4443 <source> 4510 <source>
4444 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4511 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4445 4512
4446 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4513 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4514
4515 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4516
4517 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4447 </source><target state="new"> 4518 </source><target state="new">
4448 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4519 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4449 4520
4450 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4521 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4522
4523 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4524
4525 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4451 </target> 4526 </target>
4452 <context-group purpose="location"> 4527 <context-group purpose="location">
4453 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4528 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4483,16 +4558,13 @@
4483 4558
4484 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4559 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4485 </target> 4560 </target>
4486 <context-group purpose="location"> 4561
4487 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4488 <context context-type="linenumber">518</context>
4489 </context-group>
4490 </trans-unit>
4491 4563
4492 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4564 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4493 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4565 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4494 4566
4495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4496 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4568 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4497 <source>Transcoding threads</source> 4569 <source>Transcoding threads</source>
4498 <target>Transkoodaussäiteet</target> 4570 <target>Transkoodaussäiteet</target>
@@ -4500,7 +4572,7 @@
4500 <context context-type="linenumber">517</context> 4572 <context context-type="linenumber">517</context>
4501 </context-group> 4573 </context-group>
4502 4574
4503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4504 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4576 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4505 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4577 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4506 <target>Resoluutio <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> asetettu päälle</target> 4578 <target>Resoluutio <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> asetettu päälle</target>
@@ -4508,11 +4580,11 @@
4508 <context context-type="linenumber">532</context> 4580 <context context-type="linenumber">532</context>
4509 </context-group> 4581 </context-group>
4510 4582
4511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4512 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4584 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4513 <source>Cache</source><target state="new">Cache</target> 4585 <source>Cache</source><target state="new">Cache</target>
4514 4586
4515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4516 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4588 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4517 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4589 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4518 <target>Joitain tiedostoja ei federoija (esikatselut, tekstitykset). Haemme ne suoraan alkuperäisestä instanssista ja tallennamme ne.</target> 4590 <target>Joitain tiedostoja ei federoija (esikatselut, tekstitykset). Haemme ne suoraan alkuperäisestä instanssista ja tallennamme ne.</target>
@@ -4520,7 +4592,7 @@
4520 <context context-type="linenumber">545</context> 4592 <context context-type="linenumber">545</context>
4521 </context-group> 4593 </context-group>
4522 4594
4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4524 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4596 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4525 <source>Previews cache size</source> 4597 <source>Previews cache size</source>
4526 <target>Esikatselee välimuistin tilaa</target> 4598 <target>Esikatselee välimuistin tilaa</target>
@@ -4528,7 +4600,7 @@
4528 <context context-type="linenumber">552</context> 4600 <context context-type="linenumber">552</context>
4529 </context-group> 4601 </context-group>
4530 4602
4531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4532 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4604 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4533 <source>Video captions cache size</source> 4605 <source>Video captions cache size</source>
4534 <target>Videotekstityksen välimuistin koko</target> 4606 <target>Videotekstityksen välimuistin koko</target>
@@ -4536,7 +4608,7 @@
4536 <context context-type="linenumber">561</context> 4608 <context context-type="linenumber">561</context>
4537 </context-group> 4609 </context-group>
4538 4610
4539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4540 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4612 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4541 <source>Customizations</source> 4613 <source>Customizations</source>
4542 <target>Muokkaukset</target> 4614 <target>Muokkaukset</target>
@@ -4544,7 +4616,7 @@
4544 <context context-type="linenumber">570</context> 4616 <context context-type="linenumber">570</context>
4545 </context-group> 4617 </context-group>
4546 4618
4547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4548 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4620 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4549 <source>JavaScript</source> 4621 <source>JavaScript</source>
4550 <target>JavaScript</target> 4622 <target>JavaScript</target>
@@ -4552,11 +4624,11 @@
4552 <context context-type="linenumber">575</context> 4624 <context context-type="linenumber">575</context>
4553 </context-group> 4625 </context-group>
4554 4626
4555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4556 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4628 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4557 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4629 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4558 4630
4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4560 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4632 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4561 <source> 4633 <source>
4562 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4634 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4573,7 +4645,7 @@
4573 </source> 4645 </source>
4574 <target state="new"/> 4646 <target state="new"/>
4575 4647
4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4577 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4649 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4578 <source>Advanced configuration</source> 4650 <source>Advanced configuration</source>
4579 <target>Lisäasetukset</target> 4651 <target>Lisäasetukset</target>
@@ -4589,11 +4661,11 @@
4589 <context context-type="linenumber">628</context> 4661 <context context-type="linenumber">628</context>
4590 </context-group> 4662 </context-group>
4591 4663
4592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4593 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4665 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4594 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4666 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4595 4667
4596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4597 <source>Total video quota:</source><target state="new">Total video quota:</target> 4669 <source>Total video quota:</source><target state="new">Total video quota:</target>
4598 <context-group purpose="location"> 4670 <context-group purpose="location">
4599 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4671 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5090,11 +5162,8 @@ Kun lataat videon tälle kanavalle, niin videon tukiteksti täytetään automaat
5090 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group> 5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group>
5091 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5163 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5092 <source>All read</source><target state="new">All read</target> 5164 <source>All read</source><target state="new">All read</target>
5093 <context-group purpose="location"> 5165
5094 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5095 <context context-type="linenumber">12</context>
5096 </context-group>
5097 </trans-unit>
5098 5167
5099 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5168 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5100 <source>Activities</source> 5169 <source>Activities</source>
@@ -6096,6 +6165,12 @@ Kun lataat videon tälle kanavalle, niin videon tukiteksti täytetään automaat
6096 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6097 <context context-type="linenumber">1</context> 6166 <context context-type="linenumber">1</context>
6098 </context-group> 6167 </context-group>
6168 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6169 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6170 <context-group purpose="location">
6171 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6172 <context context-type="linenumber">1</context>
6173 </context-group>
6099 </trans-unit> 6174 </trans-unit>
6100 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6175 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6101 <source>240p</source> 6176 <source>240p</source>
@@ -9125,6 +9200,12 @@ Kun lataat videon tälle kanavalle, niin videon tukiteksti täytetään automaat
9125 <context context-type="linenumber">1</context> 9200 <context context-type="linenumber">1</context>
9126 </context-group> 9201 </context-group>
9127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9202 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9203 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9204 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9205 <context-group purpose="location">
9206 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9207 <context context-type="linenumber">1</context>
9208 </context-group>
9128 </trans-unit> 9209 </trans-unit>
9129 9210
9130 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9211 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9313,6 +9394,18 @@ Kun lataat videon tälle kanavalle, niin videon tukiteksti täytetään automaat
9313 <context context-type="linenumber">1</context> 9394 <context context-type="linenumber">1</context>
9314 </context-group> 9395 </context-group>
9315 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9397 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9398 <source>Add to watch later</source><target state="new">Add to watch later</target>
9399 <context-group purpose="location">
9400 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9401 <context context-type="linenumber">1</context>
9402 </context-group>
9403 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9404 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9405 <context-group purpose="location">
9406 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9407 <context context-type="linenumber">1</context>
9408 </context-group>
9316 </trans-unit> 9409 </trans-unit>
9317 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9410 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9318 <source>Only I can see this video</source> 9411 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index 4ec34e982..973762b3e 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été retirée de la liste noire </target> 284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été retirée de la liste noire </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été mise sur liste noire </target> 289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été mise sur liste noire </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publiée </target> 320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publiée </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s’est enregistré sur votre instance </target> 335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s’est enregistré sur votre instance </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -380,8 +388,8 @@
380 <context-group name="null"> 388 <context-group name="null">
381 <context context-type="linenumber">9</context> 389 <context context-type="linenumber">9</context>
382 </context-group> 390 </context-group>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 391
384 </trans-unit> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
385 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 393 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
386 <source>Start at</source> 394 <source>Start at</source>
387 <target>Démarrer à</target> 395 <target>Démarrer à</target>
@@ -431,31 +439,40 @@
431 <context context-type="linenumber">74</context> 439 <context context-type="linenumber">74</context>
432 </context-group> 440 </context-group>
433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
434 </trans-unit> 442 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
435 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 443 <source>video</source><target state="new">video</target>
436 <source>Download video</source> 444 <context-group purpose="location">
437 <target>Télécharger la vidéo</target> 445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
438 <context-group name="null"> 446 <context context-type="linenumber">4</context>
439 <context context-type="linenumber">3</context> 447 </context-group>
448 <context-group purpose="location">
449 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
450 <context context-type="linenumber">12</context>
451 </context-group>
452 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
453 <source>subtitles</source><target state="new">subtitles</target>
454 <context-group purpose="location">
455 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
456 <context context-type="linenumber">11</context>
440 </context-group> 457 </context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
442 </trans-unit> 458 </trans-unit>
459
443 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 460 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
444 <source>Direct download</source> 461 <source>Direct download</source>
445 <target>Téléchargement direct</target> 462 <target>Téléchargement direct</target>
446 <context-group name="null"> 463 <context-group name="null">
447 <context context-type="linenumber">27</context> 464 <context context-type="linenumber">27</context>
448 </context-group> 465 </context-group>
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 466
450 </trans-unit> 467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
451 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 468 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
452 <source>Torrent (.torrent file)</source> 469 <source>Torrent (.torrent file)</source>
453 <target>Torrent (fichier .torrent)</target> 470 <target>Torrent (fichier .torrent)</target>
454 <context-group name="null"> 471 <context-group name="null">
455 <context context-type="linenumber">32</context> 472 <context context-type="linenumber">32</context>
456 </context-group> 473 </context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 474
458 </trans-unit> 475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
459 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 476 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
460 <source>Cancel</source> 477 <source>Cancel</source>
461 <target> 478 <target>
@@ -464,18 +481,18 @@
464 <context-group name="null"> 481 <context-group name="null">
465 <context context-type="linenumber">47</context> 482 <context context-type="linenumber">47</context>
466 </context-group> 483 </context-group>
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 484
468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 485
469 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 486
470 </trans-unit> 487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
471 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 488 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
472 <source>Download</source> 489 <source>Download</source>
473 <target>Télécharger</target> 490 <target>Télécharger</target>
474 <context-group name="null"> 491 <context-group name="null">
475 <context context-type="linenumber">43</context> 492 <context context-type="linenumber">43</context>
476 </context-group> 493 </context-group>
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 494
478 </trans-unit> 495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
479 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 496 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
480 <source>Report video</source> 497 <source>Report video</source>
481 <target>Signaler la vidéo</target> 498 <target>Signaler la vidéo</target>
@@ -485,10 +502,13 @@
485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
486 </trans-unit> 503 </trans-unit>
487 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 504 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
488 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 505 <source>
506 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
507 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
508 </source>
489 <target> 509 <target>
490 Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 510 Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
491 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Il sera également transmis à l'instance d'origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 511 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> Il sera également transmis à l'instance d'origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
492 </target> 512 </target>
493 <context-group name="null"> 513 <context-group name="null">
494 <context context-type="linenumber">9</context> 514 <context context-type="linenumber">9</context>
@@ -552,35 +572,35 @@
552 <context-group name="null"> 572 <context-group name="null">
553 <context context-type="linenumber">6</context> 573 <context context-type="linenumber">6</context>
554 </context-group> 574 </context-group>
555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 575
556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 576
557 </trans-unit> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
558 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 578 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
559 <source>Private</source> 579 <source>Private</source>
560 <target>Privée</target> 580 <target>Privée</target>
561 <context-group name="null"> 581 <context-group name="null">
562 <context context-type="linenumber">7</context> 582 <context context-type="linenumber">7</context>
563 </context-group> 583 </context-group>
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 584
565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 585
566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 586
567 </trans-unit> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
568 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 588 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
569 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 589 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
570 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 590 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target>
571 <context-group name="null"> 591 <context-group name="null">
572 <context context-type="linenumber">24</context> 592 <context context-type="linenumber">24</context>
573 </context-group> 593 </context-group>
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 594
575 </trans-unit> 595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
576 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 596 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
577 <source>Blacklisted</source> 597 <source>Blacklisted</source>
578 <target>Mis sur liste noire</target> 598 <target>Mis sur liste noire</target>
579 <context-group name="null"> 599 <context-group name="null">
580 <context context-type="linenumber">42</context> 600 <context context-type="linenumber">42</context>
581 </context-group> 601 </context-group>
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 602
583 </trans-unit> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
584 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 604 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
585 <source>Sensitive</source> 605 <source>Sensitive</source>
586 <target> 606 <target>
@@ -589,8 +609,8 @@
589 <context-group name="null"> 609 <context-group name="null">
590 <context context-type="linenumber">46</context> 610 <context context-type="linenumber">46</context>
591 </context-group> 611 </context-group>
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 612
593 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
594 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 614 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
595 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 615 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
596 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target> 616 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target>
@@ -631,9 +651,9 @@
631 <context-group name="null"> 651 <context-group name="null">
632 <context context-type="linenumber">34</context> 652 <context context-type="linenumber">34</context>
633 </context-group> 653 </context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 654
635 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 655
636 </trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
637 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
638 <source>Edit starts/stops at</source> 658 <source>Edit starts/stops at</source>
639 <target>Modifier le début / la fin à</target> 659 <target>Modifier le début / la fin à</target>
@@ -667,16 +687,16 @@
667 <context-group name="null"> 687 <context-group name="null">
668 <context context-type="linenumber">20</context> 688 <context context-type="linenumber">20</context>
669 </context-group> 689 </context-group>
670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 690
671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 691
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 692
673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 693
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 694
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 695
676 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 696
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 698
679 </trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
680 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 700 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
681 <source>Delete</source> 701 <source>Delete</source>
682 <target>Supprimer</target> 702 <target>Supprimer</target>
@@ -804,10 +824,13 @@
804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group> 824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group>
805 </trans-unit> 825 </trans-unit>
806 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 826 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
807 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 827 <source>
828 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
830 </source>
808 <target> 831 <target>
809 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 832 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
810 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 833 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
811 </target> 834 </target>
812 <context-group name="null"> 835 <context-group name="null">
813 <context context-type="linenumber">10</context> 836 <context context-type="linenumber">10</context>
@@ -815,9 +838,12 @@
815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
816 </trans-unit> 839 </trans-unit>
817 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
818 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 841 <source>
842 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
843 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
844 </source>
819 <target> 845 <target>
820 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 846 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
821 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 847 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
822 </target> 848 </target>
823 <context-group name="null"> 849 <context-group name="null">
@@ -826,9 +852,12 @@
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
827 </trans-unit> 853 </trans-unit>
828 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 854 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
829 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 855 <source>
856 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
857 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
858 </source>
830 <target> 859 <target>
831 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 860 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
832 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 861 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
833 </target> 862 </target>
834 <context-group name="null"> 863 <context-group name="null">
@@ -845,10 +874,13 @@
845 </context-group> 874 </context-group>
846 </trans-unit> 875 </trans-unit>
847 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 876 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
848 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 877 <source>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 </source>
849 <target> 881 <target>
850 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 882 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
851 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 883 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
852 </target> 884 </target>
853 <context-group name="null"> 885 <context-group name="null">
854 <context context-type="linenumber">5</context> 886 <context context-type="linenumber">5</context>
@@ -891,9 +923,9 @@
891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
892 </trans-unit> 924 </trans-unit>
893 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 925 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
894 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 926 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
895 <target> 927 <target>
896 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 928 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
897 </target> 929 </target>
898 <context-group name="null"> 930 <context-group name="null">
899 <context context-type="linenumber">53</context> 931 <context context-type="linenumber">53</context>
@@ -957,9 +989,9 @@
957 <context-group name="null"> 989 <context-group name="null">
958 <context context-type="linenumber">86</context> 990 <context context-type="linenumber">86</context>
959 </context-group> 991 </context-group>
960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 992
961 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 993
962 </trans-unit> 994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
963 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597"> 995 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
964 <source>users</source> 996 <source>users</source>
965 <target>utilisateurs</target> 997 <target>utilisateurs</target>
@@ -1172,9 +1204,9 @@
1172 <context-group name="null"> 1204 <context-group name="null">
1173 <context context-type="linenumber">32</context> 1205 <context context-type="linenumber">32</context>
1174 </context-group> 1206 </context-group>
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1207
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1208
1177 </trans-unit> 1209 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1178 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1210 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1179 <source>Forgot your password</source> 1211 <source>Forgot your password</source>
1180 <target>Oubli de votre mot de passe</target> 1212 <target>Oubli de votre mot de passe</target>
@@ -1269,9 +1301,9 @@
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group> 1301 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
1270 </trans-unit> 1302 </trans-unit>
1271 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1303 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1272 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1304 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1273 <target> 1305 <target>
1274 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1306 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1275 </target> 1307 </target>
1276 <context-group name="null"> 1308 <context-group name="null">
1277 <context context-type="linenumber">6</context> 1309 <context context-type="linenumber">6</context>
@@ -1279,10 +1311,13 @@
1279 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1311 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1280 </trans-unit> 1312 </trans-unit>
1281 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1313 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1282 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1314 <source>
1315 Filters
1316 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1317 </source>
1283 <target> 1318 <target>
1284 Filtres 1319 Filtres
1285 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1320 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1286 </target> 1321 </target>
1287 <context-group name="null"> 1322 <context-group name="null">
1288 <context context-type="linenumber">16</context> 1323 <context context-type="linenumber">16</context>
@@ -1316,7 +1351,8 @@
1316 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1351 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1317 </trans-unit> 1352 </trans-unit>
1318 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1353 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1319 <source>CLI documentation</source> 1354 <source>CLI
1355 documentation</source>
1320 <target>Documentation de la CLI</target> 1356 <target>Documentation de la CLI</target>
1321 <context-group name="null"> 1357 <context-group name="null">
1322 <context context-type="linenumber">12</context> 1358 <context context-type="linenumber">12</context>
@@ -1332,7 +1368,8 @@
1332 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1368 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1333 </trans-unit> 1369 </trans-unit>
1334 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1370 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1335 <source>Administer documentation</source> 1371 <source>Administer
1372 documentation</source>
1336 <target>Documentation sur l'administration</target> 1373 <target>Documentation sur l'administration</target>
1337 <context-group name="null"> 1374 <context-group name="null">
1338 <context context-type="linenumber">19</context> 1375 <context context-type="linenumber">19</context>
@@ -1348,7 +1385,8 @@
1348 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1385 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1349 </trans-unit> 1386 </trans-unit>
1350 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1387 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1351 <source>Use documentation</source> 1388 <source>Use
1389 documentation</source>
1352 <target>Documentation d'utilisation</target> 1390 <target>Documentation d'utilisation</target>
1353 <context-group name="null"> 1391 <context-group name="null">
1354 <context context-type="linenumber">26</context> 1392 <context context-type="linenumber">26</context>
@@ -1372,16 +1410,16 @@
1372 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1410 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1373 </trans-unit> 1411 </trans-unit>
1374 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1412 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1375 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1413 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1376 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1414 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1377 <context-group name="null"> 1415 <context-group name="null">
1378 <context context-type="linenumber">44</context> 1416 <context context-type="linenumber">44</context>
1379 </context-group> 1417 </context-group>
1380 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1381 </trans-unit> 1419 </trans-unit>
1382 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1420 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1383 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1421 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1384 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1422 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1385 </target> 1423 </target>
1386 <context-group name="null"> 1424 <context-group name="null">
1387 <context context-type="linenumber">47</context> 1425 <context context-type="linenumber">47</context>
@@ -1397,9 +1435,13 @@
1397 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1435 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1398 </trans-unit> 1436 </trans-unit>
1399 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1437 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1400 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1438 <source>
1439 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1440 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1441 is very important for visitors to understand on what type of instance they are.
1442 </source>
1401 <target> 1443 <target>
1402 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. 1444 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont.
1403 </target> 1445 </target>
1404 <context-group name="null"> 1446 <context-group name="null">
1405 <context context-type="linenumber">61</context> 1447 <context context-type="linenumber">61</context>
@@ -1407,10 +1449,16 @@
1407 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1449 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1408 </trans-unit> 1450 </trans-unit>
1409 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1451 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1410 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1452 <source>
1453 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1454 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1455 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1456 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1457 PeerTube instance.
1458 </source>
1411 <target> 1459 <target>
1412 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1460 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1413 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1461 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1414 </target> 1462 </target>
1415 <context-group name="null"> 1463 <context-group name="null">
1416 <context context-type="linenumber">67</context> 1464 <context context-type="linenumber">67</context>
@@ -1544,9 +1592,9 @@
1544 <context-group name="null"> 1592 <context-group name="null">
1545 <context context-type="linenumber">107</context> 1593 <context context-type="linenumber">107</context>
1546 </context-group> 1594 </context-group>
1547 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1595
1548 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1596
1549 </trans-unit> 1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1550 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1598 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1551 <source>Help to translate PeerTube!</source> 1599 <source>Help to translate PeerTube!</source>
1552 <target> 1600 <target>
@@ -1580,6 +1628,12 @@
1580 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1628 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1581 <context context-type="linenumber">29</context> 1629 <context context-type="linenumber">29</context>
1582 </context-group> 1630 </context-group>
1631 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1632 <source>Help</source><target state="new">Help</target>
1633 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1635 <context context-type="linenumber">35</context>
1636 </context-group>
1583 </trans-unit> 1637 </trans-unit>
1584 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1638 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1585 <source>Log out</source> 1639 <source>Log out</source>
@@ -1587,125 +1641,125 @@
1587 <context-group name="null"> 1641 <context-group name="null">
1588 <context context-type="linenumber">25</context> 1642 <context context-type="linenumber">25</context>
1589 </context-group> 1643 </context-group>
1590 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1644
1591 </trans-unit> 1645 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1592 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1646 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1593 <source>Create an account</source> 1647 <source>Create an account</source>
1594 <target>Créer un compte</target> 1648 <target>Créer un compte</target>
1595 <context-group name="null"> 1649 <context-group name="null">
1596 <context context-type="linenumber">33</context> 1650 <context context-type="linenumber">33</context>
1597 </context-group> 1651 </context-group>
1598 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1652
1599 </trans-unit> 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1600 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1654 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1601 <source>My library</source> 1655 <source>My library</source>
1602 <target>Ma bibliothèque</target> 1656 <target>Ma bibliothèque</target>
1603 <context-group name="null"> 1657 <context-group name="null">
1604 <context context-type="linenumber">37</context> 1658 <context context-type="linenumber">37</context>
1605 </context-group> 1659 </context-group>
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1660
1607 </trans-unit> 1661 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1608 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1662 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1609 <source>Videos</source> 1663 <source>Videos</source>
1610 <target>Vidéos</target> 1664 <target>Vidéos</target>
1611 <context-group name="null"> 1665 <context-group name="null">
1612 <context context-type="linenumber">24</context> 1666 <context context-type="linenumber">24</context>
1613 </context-group> 1667 </context-group>
1614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1668
1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1669
1616 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1670
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1671
1618 </trans-unit> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1619 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1673 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1620 <source>Playlists</source> 1674 <source>Playlists</source>
1621 <target>Listes de lecture</target> 1675 <target>Listes de lecture</target>
1622 <context-group name="null"> 1676 <context-group name="null">
1623 <context context-type="linenumber">46</context> 1677 <context context-type="linenumber">46</context>
1624 </context-group> 1678 </context-group>
1625 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1679
1626 </trans-unit> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1627 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1681 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1628 <source>Subscriptions</source> 1682 <source>Subscriptions</source>
1629 <target>Abonnements</target> 1683 <target>Abonnements</target>
1630 <context-group name="null"> 1684 <context-group name="null">
1631 <context context-type="linenumber">51</context> 1685 <context context-type="linenumber">51</context>
1632 </context-group> 1686 </context-group>
1633 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1687
1634 </trans-unit> 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1635 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1689 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1636 <source>History</source> 1690 <source>History</source>
1637 <target>Historique</target> 1691 <target>Historique</target>
1638 <context-group name="null"> 1692 <context-group name="null">
1639 <context context-type="linenumber">56</context> 1693 <context context-type="linenumber">56</context>
1640 </context-group> 1694 </context-group>
1641 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1695
1642 </trans-unit> 1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1643 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1697 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1644 <source>Discover</source> 1698 <source>Discover</source>
1645 <target>Découvrir</target> 1699 <target>Découvrir</target>
1646 <context-group name="null"> 1700 <context-group name="null">
1647 <context context-type="linenumber">66</context> 1701 <context context-type="linenumber">66</context>
1648 </context-group> 1702 </context-group>
1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1703
1650 </trans-unit> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1651 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1705 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1652 <source>Trending</source> 1706 <source>Trending</source>
1653 <target>Tendances</target> 1707 <target>Tendances</target>
1654 <context-group name="null"> 1708 <context-group name="null">
1655 <context context-type="linenumber">71</context> 1709 <context context-type="linenumber">71</context>
1656 </context-group> 1710 </context-group>
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1711
1658 </trans-unit> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1659 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac"> 1713 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac">
1660 <source>Most liked</source> 1714 <source>Most liked</source>
1661 <target>Les plus appréciées</target> 1715 <target>Les plus appréciées</target>
1662 <context-group name="null"> 1716 <context-group name="null">
1663 <context context-type="linenumber">76</context> 1717 <context context-type="linenumber">76</context>
1664 </context-group> 1718 </context-group>
1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1719
1666 </trans-unit> 1720 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1667 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1721 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1668 <source>Recently added</source> 1722 <source>Recently added</source>
1669 <target>Récemment ajoutées</target> 1723 <target>Récemment ajoutées</target>
1670 <context-group name="null"> 1724 <context-group name="null">
1671 <context context-type="linenumber">81</context> 1725 <context context-type="linenumber">81</context>
1672 </context-group> 1726 </context-group>
1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1727
1674 </trans-unit> 1728 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1675 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1729 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1676 <source>More</source> 1730 <source>More</source>
1677 <target>Plus</target> 1731 <target>Plus</target>
1678 <context-group name="null"> 1732 <context-group name="null">
1679 <context context-type="linenumber">91</context> 1733 <context context-type="linenumber">91</context>
1680 </context-group> 1734 </context-group>
1681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1735
1682 </trans-unit> 1736 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1683 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1737 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1684 <source>Administration</source> 1738 <source>Administration</source>
1685 <target>Administration</target> 1739 <target>Administration</target>
1686 <context-group name="null"> 1740 <context-group name="null">
1687 <context context-type="linenumber">95</context> 1741 <context context-type="linenumber">95</context>
1688 </context-group> 1742 </context-group>
1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1743
1690 </trans-unit> 1744 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1691 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1745 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1692 <source>About</source> 1746 <source>About</source>
1693 <target>À propos</target> 1747 <target>À propos</target>
1694 <context-group name="null"> 1748 <context-group name="null">
1695 <context context-type="linenumber">26</context> 1749 <context context-type="linenumber">26</context>
1696 </context-group> 1750 </context-group>
1697 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1751
1698 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1752
1699 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1753
1700 </trans-unit> 1754 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1701 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1755 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1702 <source>Show keyboard shortcuts</source> 1756 <source>Show keyboard shortcuts</source>
1703 <target>Montrer les raccourcis clavier</target> 1757 <target>Montrer les raccourcis clavier</target>
1704 <context-group name="null"> 1758 <context-group name="null">
1705 <context context-type="linenumber">111</context> 1759 <context context-type="linenumber">111</context>
1706 </context-group> 1760 </context-group>
1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1761
1708 </trans-unit> 1762 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1709 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1763 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1710 <source>View your notifications</source> 1764 <source>View your notifications</source>
1711 <target>Voir vos notifications</target> 1765 <target>Voir vos notifications</target>
@@ -1726,15 +1780,9 @@
1726 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1780 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1727 <source>Mark all as read</source> 1781 <source>Mark all as read</source>
1728 <target state="translated">Marquer tout comme lu</target> 1782 <target state="translated">Marquer tout comme lu</target>
1729 <context-group purpose="location"> 1783
1730 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1784
1731 <context context-type="linenumber">18</context> 1785 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1732 </context-group>
1733 <context-group purpose="location">
1734 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1735 <context context-type="linenumber">9</context>
1736 </context-group>
1737 </trans-unit>
1738 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1786 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1739 <source>Update your notification preferences</source> 1787 <source>Update your notification preferences</source>
1740 <target>Mettre à jour vos préférences de notification</target> 1788 <target>Mettre à jour vos préférences de notification</target>
@@ -1845,8 +1893,8 @@
1845 <context-group name="null"> 1893 <context-group name="null">
1846 <context context-type="linenumber">45</context> 1894 <context context-type="linenumber">45</context>
1847 </context-group> 1895 </context-group>
1848 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1896
1849 </trans-unit> 1897 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1850 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1898 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1851 <source>Display sensitive content</source> 1899 <source>Display sensitive content</source>
1852 <target>Afficher le contenu sensible</target> 1900 <target>Afficher le contenu sensible</target>
@@ -1981,6 +2029,36 @@
1981 <context context-type="linenumber">115</context> 2029 <context context-type="linenumber">115</context>
1982 </context-group> 2030 </context-group>
1983 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 2031 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
2032 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2033 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2034 <context-group purpose="location">
2035 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2036 <context context-type="linenumber">14</context>
2037 </context-group>
2038 <context-group purpose="location">
2039 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2040 <context context-type="linenumber">14</context>
2041 </context-group>
2042 <context-group purpose="location">
2043 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2044 <context context-type="linenumber">14</context>
2045 </context-group>
2046 <context-group purpose="location">
2047 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2048 <context context-type="linenumber">14</context>
2049 </context-group>
2050 <context-group purpose="location">
2051 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2052 <context context-type="linenumber">14</context>
2053 </context-group>
2054 <context-group purpose="location">
2055 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2056 <context context-type="linenumber">14</context>
2057 </context-group>
2058 <context-group purpose="location">
2059 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2060 <context context-type="linenumber">14</context>
2061 </context-group>
1984 </trans-unit> 2062 </trans-unit>
1985 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2063 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1986 <source>Display unlisted and private videos</source> 2064 <source>Display unlisted and private videos</source>
@@ -1988,14 +2066,14 @@
1988 <context-group name="null"> 2066 <context-group name="null">
1989 <context context-type="linenumber">14</context> 2067 <context context-type="linenumber">14</context>
1990 </context-group> 2068 </context-group>
1991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2069
1992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2070
1993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2071
1994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2072
1995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2073
1996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2074
1997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2075
1998 </trans-unit> 2076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1999 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2077 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2000 <source>Add caption</source> 2078 <source>Add caption</source>
2001 <target>Ajouter un sous-titre</target> 2079 <target>Ajouter un sous-titre</target>
@@ -2060,8 +2138,12 @@
2060 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2138 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2061 </trans-unit> 2139 </trans-unit>
2062 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2140 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2063 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2141 <source>
2064 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target> 2142 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2143 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2144 Press Enter to add a new tag.
2145 </source>
2146 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target>
2065 <context-group purpose="location"> 2147 <context-group purpose="location">
2066 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 2148 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2067 <context context-type="linenumber">21</context> 2149 <context context-type="linenumber">21</context>
@@ -2217,7 +2299,7 @@
2217 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2299 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2218 </trans-unit> 2300 </trans-unit>
2219 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2301 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2220 <source>Already uploaded ✔</source> 2302 <source>Already uploaded ✔</source>
2221 <target>Déjà téléversé ✔</target> 2303 <target>Déjà téléversé ✔</target>
2222 <context-group name="null"> 2304 <context-group name="null">
2223 <context context-type="linenumber">179</context> 2305 <context context-type="linenumber">179</context>
@@ -2349,8 +2431,12 @@
2349 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2431 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2350 </trans-unit> 2432 </trans-unit>
2351 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2433 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2352 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2434 <source>
2353 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target> 2435 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2436 or URL that points to a raw MP4 file.
2437 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2438 </source>
2439 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target>
2354 <context-group purpose="location"> 2440 <context-group purpose="location">
2355 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2441 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2356 <context context-type="linenumber">10</context> 2442 <context context-type="linenumber">10</context>
@@ -2411,10 +2497,14 @@
2411 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">32</context></context-group> 2497 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">32</context></context-group>
2412 </trans-unit> 2498 </trans-unit>
2413 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2499 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2414 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2500 <source>
2501 Image that will be merged with your audio file.
2502 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2503 The chosen image will be definitive and cannot be modified.
2504 </source>
2415 <target> 2505 <target>
2416 Image qui sera fusionnée avec le fichier audio. 2506 Image qui sera fusionnée avec le fichier audio.
2417 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2507 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2418 L'image choisie sera définitive et ne pourra pas être modifiée. 2508 L'image choisie sera définitive et ne pourra pas être modifiée.
2419 </target> 2509 </target>
2420 <context-group name="null"> 2510 <context-group name="null">
@@ -2473,7 +2563,10 @@
2473 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group> 2563 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group>
2474 </trans-unit> 2564 </trans-unit>
2475 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2565 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2476 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2566 <source>
2567 You can import any torrent file that points to a mp4 file.
2568 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2569 </source>
2477 <target> 2570 <target>
2478 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4. 2571 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4.
2479 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance. 2572 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance.
@@ -2493,8 +2586,12 @@
2493 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group> 2586 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group>
2494 </trans-unit> 2587 </trans-unit>
2495 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2588 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2496 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2589 <source>
2497 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour téléverser vos vidéos. </target> 2590 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2591 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2592 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2593 </source>
2594 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour téléverser vos vidéos. </target>
2498 <context-group purpose="location"> 2595 <context-group purpose="location">
2499 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2596 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2500 <context context-type="linenumber">2</context> 2597 <context context-type="linenumber">2</context>
@@ -2752,16 +2849,16 @@
2752 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2849 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2753 </trans-unit> 2850 </trans-unit>
2754 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2851 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2755 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2852 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2756 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2853 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2757 <context-group purpose="location"> 2854 <context-group purpose="location">
2758 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2855 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2759 <context context-type="linenumber">45</context> 2856 <context context-type="linenumber">45</context>
2760 </context-group> 2857 </context-group>
2761 </trans-unit> 2858 </trans-unit>
2762 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2859 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2763 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2860 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2764 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2861 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2765 <context-group purpose="location"> 2862 <context-group purpose="location">
2766 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2863 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2767 <context context-type="linenumber">56</context> 2864 <context context-type="linenumber">56</context>
@@ -2848,8 +2945,8 @@
2848 <context-group name="null"> 2945 <context-group name="null">
2849 <context context-type="linenumber">211</context> 2946 <context context-type="linenumber">211</context>
2850 </context-group> 2947 </context-group>
2851 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2948
2852 </trans-unit> 2949 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2853 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2950 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2854 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2951 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2855 <target> 2952 <target>
@@ -2858,24 +2955,24 @@
2858 <context-group name="null"> 2955 <context-group name="null">
2859 <context context-type="linenumber">212</context> 2956 <context context-type="linenumber">212</context>
2860 </context-group> 2957 </context-group>
2861 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2958
2862 </trans-unit> 2959 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2863 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2960 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2864 <source>More information</source> 2961 <source>More information</source>
2865 <target>Plus d'informations</target> 2962 <target>Plus d'informations</target>
2866 <context-group name="null"> 2963 <context-group name="null">
2867 <context context-type="linenumber">215</context> 2964 <context context-type="linenumber">215</context>
2868 </context-group> 2965 </context-group>
2869 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2966
2870 </trans-unit> 2967 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2871 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2968 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2872 <source>Get more information</source> 2969 <source>Get more information</source>
2873 <target>Obtenir plus d'informations</target> 2970 <target>Obtenir plus d'informations</target>
2874 <context-group name="null"> 2971 <context-group name="null">
2875 <context context-type="linenumber">215</context> 2972 <context context-type="linenumber">215</context>
2876 </context-group> 2973 </context-group>
2877 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2974
2878 </trans-unit> 2975 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2879 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2976 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2880 <source>OK</source> 2977 <source>OK</source>
2881 <target> 2978 <target>
@@ -2884,8 +2981,8 @@
2884 <context-group name="null"> 2981 <context-group name="null">
2885 <context context-type="linenumber">218</context> 2982 <context context-type="linenumber">218</context>
2886 </context-group> 2983 </context-group>
2887 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2984
2888 </trans-unit> 2985 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2889 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2986 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2890 <source>1 Comment</source> 2987 <source>1 Comment</source>
2891 <target state="translated">1 Commentaire</target> 2988 <target state="translated">1 Commentaire</target>
@@ -3019,7 +3116,11 @@
3019 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 3116 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
3020 </trans-unit> 3117 </trans-unit>
3021 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a"> 3118 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a">
3022 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3119 <source>
3120 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
3121 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3122 from within the software's interface.
3123 </source>
3023 <target> 3124 <target>
3024 Sinon, vous pouvez commenter en utilisant un compte sur n'importe quelle instance compatible ActivityPub. 3125 Sinon, vous pouvez commenter en utilisant un compte sur n'importe quelle instance compatible ActivityPub.
3025 Sur la plupart des plateformes, vous pouvez trouver la vidéo en tapant son URL dans la barre de recherche et en la commentant depuis l'interface du logiciel. 3126 Sur la plupart des plateformes, vous pouvez trouver la vidéo en tapant son URL dans la barre de recherche et en la commentant depuis l'interface du logiciel.
@@ -3058,8 +3159,8 @@
3058 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3159 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3059 <source>This comment has been deleted</source> 3160 <source>This comment has been deleted</source>
3060 <target state="translated">Ce commentaire a été supprimé</target> 3161 <target state="translated">Ce commentaire a été supprimé</target>
3061 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 3162
3062 </trans-unit> 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3063 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3164 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3064 <source>Users</source> 3165 <source>Users</source>
3065 <target> 3166 <target>
@@ -3211,22 +3312,52 @@
3211 <context-group name="null"> 3312 <context-group name="null">
3212 <context context-type="linenumber">10</context> 3313 <context context-type="linenumber">10</context>
3213 </context-group> 3314 </context-group>
3214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3315
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3316
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3318 <source>Delayed.</source><target state="new">Delayed.</target>
3319 <context-group purpose="location">
3320 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3321 <context context-type="linenumber">42</context>
3322 </context-group>
3323 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3324 <source>Will start soon...</source><target state="new">Will start soon...</target>
3325 <context-group purpose="location">
3326 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3327 <context context-type="linenumber">43</context>
3328 </context-group>
3329 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3330 <source>Running...</source><target state="new">Running...</target>
3331 <context-group purpose="location">
3332 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3333 <context context-type="linenumber">44</context>
3334 </context-group>
3335 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3336 <source>Finished</source><target state="new">Finished</target>
3337 <context-group purpose="location">
3338 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3339 <context context-type="linenumber">45</context>
3340 </context-group>
3341 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3342 <source>Failed</source><target state="new">Failed</target>
3343 <context-group purpose="location">
3344 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3345 <context context-type="linenumber">46</context>
3346 </context-group>
3216 </trans-unit> 3347 </trans-unit>
3217 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3348 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3218 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3349 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3219 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3350 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3220 <context-group name="null"> 3351 <context-group name="null">
3221 <context context-type="linenumber">11</context> 3352 <context context-type="linenumber">11</context>
3222 </context-group> 3353 </context-group>
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3354
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3355
3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3356
3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3357
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3358
3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3359
3229 </trans-unit> 3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3230 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3361 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3231 <source>Accepted</source> 3362 <source>Accepted</source>
3232 <target>Accepté</target> 3363 <target>Accepté</target>
@@ -3272,8 +3403,8 @@
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3273 </trans-unit> 3404 </trans-unit>
3274 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3405 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3275 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3406 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3276 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3407 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3277 <context-group purpose="location"> 3408 <context-group purpose="location">
3278 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3409 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3279 <context context-type="linenumber">21</context> 3410 <context context-type="linenumber">21</context>
@@ -3337,9 +3468,12 @@
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group>
3338 </trans-unit> 3469 </trans-unit>
3339 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345"> 3470 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
3340 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3471 <source>
3472 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3473 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3474 </source>
3341 <target> 3475 <target>
3342 L'encodage est activé sur le serveur. Le quota de vidéos ne prend en compte que la vidéo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originale<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3476 L'encodage est activé sur le serveur. Le quota de vidéos ne prend en compte que la vidéo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originale<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3343 Au pire, cet utilisateur pourrait utiliser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3477 Au pire, cet utilisateur pourrait utiliser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3344 </target> 3478 </target>
3345 <context-group name="null"> 3479 <context-group name="null">
@@ -3435,16 +3569,16 @@
3435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group>
3436 </trans-unit> 3570 </trans-unit>
3437 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3571 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3438 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3572 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3439 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3573 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3440 <context-group name="null"> 3574 <context-group name="null">
3441 <context context-type="linenumber">40</context> 3575 <context context-type="linenumber">40</context>
3442 </context-group> 3576 </context-group>
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group>
3444 </trans-unit> 3578 </trans-unit>
3445 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3579 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3446 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3580 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3447 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3581 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3448 <context-group name="null"> 3582 <context-group name="null">
3449 <context context-type="linenumber">42</context> 3583 <context context-type="linenumber">42</context>
3450 </context-group> 3584 </context-group>
@@ -3532,8 +3666,8 @@
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3533 </trans-unit> 3667 </trans-unit>
3534 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3668 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3535 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3669 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3536 <target>Nom de la vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3670 <target>Nom de la vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3537 <context-group name="null"> 3671 <context-group name="null">
3538 <context context-type="linenumber">8</context> 3672 <context context-type="linenumber">8</context>
3539 </context-group> 3673 </context-group>
@@ -3556,8 +3690,8 @@
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group>
3557 </trans-unit> 3691 </trans-unit>
3558 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3692 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3559 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3693 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3560 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3694 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3561 <context-group name="null"> 3695 <context-group name="null">
3562 <context context-type="linenumber">11</context> 3696 <context context-type="linenumber">11</context>
3563 </context-group> 3697 </context-group>
@@ -3635,8 +3769,8 @@
3635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
3636 </trans-unit> 3770 </trans-unit>
3637 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3771 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3638 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3772 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3639 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3773 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3640 <context-group name="null"> 3774 <context-group name="null">
3641 <context context-type="linenumber">11</context> 3775 <context context-type="linenumber">11</context>
3642 </context-group> 3776 </context-group>
@@ -3645,8 +3779,8 @@
3645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3646 </trans-unit> 3780 </trans-unit>
3647 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3781 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3648 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3782 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3649 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3783 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3650 <context-group purpose="location"> 3784 <context-group purpose="location">
3651 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3785 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3652 <context context-type="linenumber">18</context> 3786 <context context-type="linenumber">18</context>
@@ -3698,8 +3832,8 @@
3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3699 </trans-unit> 3833 </trans-unit>
3700 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3834 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3701 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3835 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3702 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3836 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3703 <context-group name="null"> 3837 <context-group name="null">
3704 <context context-type="linenumber">13</context> 3838 <context context-type="linenumber">13</context>
3705 </context-group> 3839 </context-group>
@@ -3879,6 +4013,18 @@
3879 <context context-type="linenumber">2</context> 4013 <context context-type="linenumber">2</context>
3880 </context-group> 4014 </context-group>
3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 4015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
4016 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4017 <source>Job type</source><target state="new">Job type</target>
4018 <context-group purpose="location">
4019 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4020 <context context-type="linenumber">5</context>
4021 </context-group>
4022 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4023 <source>Job state</source><target state="new">Job state</target>
4024 <context-group purpose="location">
4025 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4026 <context context-type="linenumber">14</context>
4027 </context-group>
3882 </trans-unit> 4028 </trans-unit>
3883 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4029 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3884 <source>Type</source> 4030 <source>Type</source>
@@ -3888,22 +4034,8 @@
3888 </context-group> 4034 </context-group>
3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3890 </trans-unit> 4036 </trans-unit>
3891 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 4037
3892 <source>Processed on</source> 4038
3893 <target>Traité sur</target>
3894 <context-group name="null">
3895 <context context-type="linenumber">22</context>
3896 </context-group>
3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3898 </trans-unit>
3899 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3900 <source>Finished on</source>
3901 <target>Fini sur</target>
3902 <context-group name="null">
3903 <context context-type="linenumber">23</context>
3904 </context-group>
3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3906 </trans-unit>
3907 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4039 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3908 <source>Refresh</source> 4040 <source>Refresh</source>
3909 <target>Rafraîchir</target> 4041 <target>Rafraîchir</target>
@@ -3913,8 +4045,8 @@
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3914 </trans-unit> 4046 </trans-unit>
3915 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4047 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3916 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4048 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3917 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4049 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3918 <context-group purpose="location"> 4050 <context-group purpose="location">
3919 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4051 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3920 <context context-type="linenumber">32</context> 4052 <context context-type="linenumber">32</context>
@@ -3981,8 +4113,11 @@
3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group> 4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group>
3982 </trans-unit> 4114 </trans-unit>
3983 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 4115 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3984 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4116 <source>
3985 <target state="translated">Activer ceci permettra aux autres administrateurs de savoir que vous fédérez principalement du contenu sensible.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> De plus, la case NSFW sera automatiquement cochée par défaut lors du téléversement des vidéos. </target> 4117 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4118 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4119 </source>
4120 <target state="translated">Activer ceci permettra aux autres administrateurs de savoir que vous fédérez principalement du contenu sensible.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> De plus, la case NSFW sera automatiquement cochée par défaut lors du téléversement des vidéos. </target>
3986 <context-group purpose="location"> 4121 <context-group purpose="location">
3987 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4122 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3988 <context context-type="linenumber">72</context> 4123 <context context-type="linenumber">72</context>
@@ -3997,8 +4132,8 @@
3997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group> 4132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group>
3998 </trans-unit> 4133 </trans-unit>
3999 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 4134 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
4000 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4135 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4001 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, une confirmation sera demandée pour regarder la vidéo. </target> 4136 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, une confirmation sera demandée pour regarder la vidéo. </target>
4002 <context-group purpose="location"> 4137 <context-group purpose="location">
4003 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4138 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4004 <context context-type="linenumber">85</context> 4139 <context context-type="linenumber">85</context>
@@ -4406,8 +4541,14 @@
4406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group> 4541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group>
4407 </trans-unit> 4542 </trans-unit>
4408 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 4543 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
4409 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4544 <source>
4410 <target state="translated">Si votre instance est sur la liste blanche de Twitter, un lecteur vidéo sera intégré dans le flux Twitter lors du partage de vidéos sur PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Si l’instance n’est pas en liste blanche, nous utilisons un lien carte-image qui redirigera vers votre instance PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Cochez cette case, enregistrez la configuration et testez avec une URL vidéo de votre instance (https://example.com/videos/watch/blabla) sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour voir si votre instance est sur la liste blanche. </target> 4545 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4546 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4547 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4548 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4549 to see if you instance is whitelisted.
4550 </source>
4551 <target state="translated">Si votre instance est sur la liste blanche de Twitter, un lecteur vidéo sera intégré dans le flux Twitter lors du partage de vidéos sur PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Si l’instance n’est pas en liste blanche, nous utilisons un lien carte-image qui redirigera vers votre instance PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Cochez cette case, enregistrez la configuration et testez avec une URL vidéo de votre instance (https://example.com/videos/watch/blabla) sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour voir si votre instance est sur la liste blanche. </target>
4411 <context-group purpose="location"> 4552 <context-group purpose="location">
4412 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4553 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4413 <context context-type="linenumber">435</context> 4554 <context context-type="linenumber">435</context>
@@ -4476,15 +4617,30 @@
4476 <context context-type="linenumber">486</context> 4617 <context context-type="linenumber">486</context>
4477 </context-group> 4618 </context-group>
4478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4479 </trans-unit> 4620 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4480 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4621 <source>
4481 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4622 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4482 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Expérimental, nous vous suggérons de ne pas désactiver la prise en charge de webtorrent pour le moment<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si vous activez également le support HLS, cela multipliera le stockage des vidéos par 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4623
4624 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4625
4626 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4627
4628 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4629 </source><target state="new">
4630 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4631
4632 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4633
4634 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4635
4636 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4637 </target>
4483 <context-group purpose="location"> 4638 <context-group purpose="location">
4484 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4639 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4485 <context context-type="linenumber">501</context> 4640 <context context-type="linenumber">501</context>
4486 </context-group> 4641 </context-group>
4487 </trans-unit> 4642 </trans-unit>
4643
4488 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4644 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4489 <source>WebTorrent support enabled</source> 4645 <source>WebTorrent support enabled</source>
4490 <target state="translated">Support WebTorrent activé</target> 4646 <target state="translated">Support WebTorrent activé</target>
@@ -4494,92 +4650,112 @@
4494 </context-group> 4650 </context-group>
4495 </trans-unit> 4651 </trans-unit>
4496 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4652 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4497 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4653 <source>
4498 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Nécessite ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Génère des listes de lecture HLS et des fichiers MP4 fragmentés, ce qui permet une meilleure lecture qu’avec le lecteur actuel par défaut :<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Le changement de résolution est plus doux<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Lecture plus rapide, en particulier avec des vidéos longues<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Lecture plus stable (moins de bogues/chargement infini)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si vous activez également la prise en charge de WebTorrent, cela multipliera le stockage de vidéos par 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4654 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4499 <context-group purpose="location"> 4655
4500 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4656 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4501 <context context-type="linenumber">518</context> 4657 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4502 </context-group> 4658 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4503 </trans-unit> 4659 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4660 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4661 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4662
4663 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4664 </source>
4665 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Nécessite ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Génère des listes de lecture HLS et des fichiers MP4 fragmentés, ce qui permet une meilleure lecture qu’avec le lecteur actuel par défaut :<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Le changement de résolution est plus doux<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Lecture plus rapide, en particulier avec des vidéos longues<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Lecture plus stable (moins de bogues/chargement infini)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si vous activez également la prise en charge de WebTorrent, cela multipliera le stockage de vidéos par 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4666
4667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4504 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4668 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4505 <source>HLS support enabled</source> 4669 <source>HLS support enabled</source>
4506 <target state="translated">Support HLS activé</target> 4670 <target state="translated">Support HLS activé</target>
4507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4671
4508 </trans-unit> 4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4509 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4673 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4510 <source>Transcoding threads</source> 4674 <source>Transcoding threads</source>
4511 <target>Nombre de threads pour l'encodage</target> 4675 <target>Nombre de threads pour l'encodage</target>
4512 <context-group name="null"> 4676 <context-group name="null">
4513 <context context-type="linenumber">517</context> 4677 <context context-type="linenumber">517</context>
4514 </context-group> 4678 </context-group>
4515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4679
4516 </trans-unit> 4680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4517 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4681 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4518 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4682 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4519 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> activée</target> 4683 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> activée</target>
4520 <context-group name="null"> 4684 <context-group name="null">
4521 <context context-type="linenumber">532</context> 4685 <context context-type="linenumber">532</context>
4522 </context-group> 4686 </context-group>
4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4687
4524 </trans-unit> 4688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4525 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4689 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4526 <source>Cache</source> 4690 <source>Cache</source>
4527 <target>Cache</target> 4691 <target>Cache</target>
4528 <context-group name="null"> 4692 <context-group name="null">
4529 <context context-type="linenumber">541</context> 4693 <context context-type="linenumber">541</context>
4530 </context-group> 4694 </context-group>
4531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4695
4532 </trans-unit> 4696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4533 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4697 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4534 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4698 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4535 <target>Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons en cache.</target> 4699 <target>Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons en cache.</target>
4536 <context-group name="null"> 4700 <context-group name="null">
4537 <context context-type="linenumber">545</context> 4701 <context context-type="linenumber">545</context>
4538 </context-group> 4702 </context-group>
4539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4703
4540 </trans-unit> 4704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4541 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4705 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4542 <source>Previews cache size</source> 4706 <source>Previews cache size</source>
4543 <target>Taille du cache des prévisualisations </target> 4707 <target>Taille du cache des prévisualisations </target>
4544 <context-group name="null"> 4708 <context-group name="null">
4545 <context context-type="linenumber">552</context> 4709 <context context-type="linenumber">552</context>
4546 </context-group> 4710 </context-group>
4547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4711
4548 </trans-unit> 4712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4549 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4713 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4550 <source>Video captions cache size</source> 4714 <source>Video captions cache size</source>
4551 <target>Taille du cache des sous-titres</target> 4715 <target>Taille du cache des sous-titres</target>
4552 <context-group name="null"> 4716 <context-group name="null">
4553 <context context-type="linenumber">561</context> 4717 <context context-type="linenumber">561</context>
4554 </context-group> 4718 </context-group>
4555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4719
4556 </trans-unit> 4720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4557 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4721 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4558 <source>Customizations</source> 4722 <source>Customizations</source>
4559 <target>Personnalisations</target> 4723 <target>Personnalisations</target>
4560 <context-group name="null"> 4724 <context-group name="null">
4561 <context context-type="linenumber">570</context> 4725 <context context-type="linenumber">570</context>
4562 </context-group> 4726 </context-group>
4563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4727
4564 </trans-unit> 4728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4565 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4729 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4566 <source>JavaScript</source> 4730 <source>JavaScript</source>
4567 <target>JavaScript</target> 4731 <target>JavaScript</target>
4568 <context-group name="null"> 4732 <context-group name="null">
4569 <context context-type="linenumber">575</context> 4733 <context context-type="linenumber">575</context>
4570 </context-group> 4734 </context-group>
4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4735
4572 </trans-unit> 4736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4573 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4737 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4574 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4738 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4575 <target state="translated">Écrire directement du code JavaScript.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Exemple : <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('mon instance est incroyable');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 4739 <target state="translated">Écrire directement du code JavaScript.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Exemple : <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('mon instance est incroyable');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4740
4577 </trans-unit> 4741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4578 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4742 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4579 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4743 <source>
4580 <target state="translated">Écrire directement du code CSS. Exemple :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Précéder avec <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> pour remplacer les styles. Exemple :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 4744 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4745<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4582 </trans-unit> 4746 color: red;
4747<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4748<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4749
4750 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4751<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4752 color: red;
4753<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4754<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4755 </source>
4756 <target state="translated">Écrire directement du code CSS. Exemple :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Précéder avec <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> pour remplacer les styles. Exemple :<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4757
4758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4583 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4759 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4584 <source>Advanced configuration</source> 4760 <source>Advanced configuration</source>
4585 <target>Configuration avancée</target> 4761 <target>Configuration avancée</target>
@@ -4594,13 +4770,13 @@
4594 <context-group name="null"> 4770 <context-group name="null">
4595 <context context-type="linenumber">628</context> 4771 <context context-type="linenumber">628</context>
4596 </context-group> 4772 </context-group>
4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4773
4598 </trans-unit> 4774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4599 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4775 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4600 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4776 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4601 <target state="translated">La configuration semble invalide. Merci de vérifier dans les onglets.</target> 4777 <target state="translated">La configuration semble invalide. Merci de vérifier dans les onglets.</target>
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4778
4603 </trans-unit> 4779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4604 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4780 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4605 <source>Total video quota:</source> 4781 <source>Total video quota:</source>
4606 <target state="translated">Quota vidéo total :</target> 4782 <target state="translated">Quota vidéo total :</target>
@@ -4699,8 +4875,8 @@
4699 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 4875 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
4700 </trans-unit> 4876 </trans-unit>
4701 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4877 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4702 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4878 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4703 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, une confirmation sera demandée pour regarder la vidéo. </target> 4879 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, une confirmation sera demandée pour regarder la vidéo. </target>
4704 <context-group purpose="location"> 4880 <context-group purpose="location">
4705 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4881 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4706 <context context-type="linenumber">6</context> 4882 <context context-type="linenumber">6</context>
@@ -4755,9 +4931,9 @@
4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 4931 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
4756 </trans-unit> 4932 </trans-unit>
4757 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 4933 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
4758 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4934 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4759 <target> 4935 <target>
4760 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4936 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4761</target> 4937</target>
4762 <context-group name="null"> 4938 <context-group name="null">
4763 <context context-type="linenumber">4</context> 4939 <context context-type="linenumber">4</context>
@@ -4765,9 +4941,9 @@
4765 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
4766 </trans-unit> 4942 </trans-unit>
4767 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 4943 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
4768 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4944 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4769 <target> 4945 <target>
4770 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> est en attente de la vérification de votre courriel. 4946 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> est en attente de la vérification de votre courriel.
4771</target> 4947</target>
4772 <context-group name="null"> 4948 <context-group name="null">
4773 <context context-type="linenumber">8</context> 4949 <context context-type="linenumber">8</context>
@@ -4880,10 +5056,13 @@
4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5056 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
4881 </trans-unit> 5057 </trans-unit>
4882 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5058 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
4883 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5059 <source>
5060 Created
5061 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5062 </source>
4884 <target> 5063 <target>
4885 Créé 5064 Créé
4886 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5065 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4887 </target> 5066 </target>
4888 <context-group name="null"> 5067 <context-group name="null">
4889 <context context-type="linenumber">15</context> 5068 <context context-type="linenumber">15</context>
@@ -4961,8 +5140,9 @@
4961 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group> 5140 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group>
4962 </trans-unit> 5141 </trans-unit>
4963 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 5142 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
4964 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5143 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4965 <target>Texte court pour décrire les moyens mis à disposition de ceux qui souhaiteraient vous soutenir (plateforme de financement participatif, etc.).&lt;br /&gt;&lt;br /&gt; 5144When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5145 <target>Texte court pour décrire les moyens mis à disposition de ceux qui souhaiteraient vous soutenir (plateforme de financement participatif, etc.).&lt;br />&lt;br />
4966Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera automatiquement un bouton pour afficher ce texte.</target> 5146Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera automatiquement un bouton pour afficher ce texte.</target>
4967 <context-group name="null"> 5147 <context-group name="null">
4968 <context context-type="linenumber">52</context> 5148 <context context-type="linenumber">52</context>
@@ -5070,9 +5250,12 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5070 </context-group> 5250 </context-group>
5071 </trans-unit> 5251 </trans-unit>
5072 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5252 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5073 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5253 <source>
5254 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5255 Delete history
5256 </source>
5074 <target> 5257 <target>
5075 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5258 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5076 Supprimer l'historique 5259 Supprimer l'historique
5077 </target> 5260 </target>
5078 <context-group name="null"> 5261 <context-group name="null">
@@ -5089,9 +5272,12 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5089 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group> 5272 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group>
5090 </trans-unit> 5273 </trans-unit>
5091 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5274 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5092 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5275 <source>
5276 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5277 Notification preferences
5278 </source>
5093 <target> 5279 <target>
5094 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5280 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5095 Préférences de notification 5281 Préférences de notification
5096 </target> 5282 </target>
5097 <context-group name="null"> 5283 <context-group name="null">
@@ -5102,11 +5288,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5102 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5288 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5103 <source>All read</source> 5289 <source>All read</source>
5104 <target state="translated">Tous lus</target> 5290 <target state="translated">Tous lus</target>
5105 <context-group purpose="location"> 5291
5106 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5292 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5107 <context context-type="linenumber">12</context>
5108 </context-group>
5109 </trans-unit>
5110 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5293 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5111 <source>Activities</source> 5294 <source>Activities</source>
5112 <target>Activités</target> 5295 <target>Activités</target>
@@ -5167,8 +5350,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 5350 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
5168 </trans-unit> 5351 </trans-unit>
5169 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5352 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5170 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5353 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5171 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5354 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5172 <context-group purpose="location"> 5355 <context-group purpose="location">
5173 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5356 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5174 <context context-type="linenumber">13</context> 5357 <context context-type="linenumber">13</context>
@@ -5564,23 +5747,27 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5564 </context-group> 5747 </context-group>
5565 </trans-unit> 5748 </trans-unit>
5566 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5749 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5567 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5750 <source>
5568 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5751 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5752 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5753 </source>
5754 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5569 <context-group purpose="location"> 5755 <context-group purpose="location">
5570 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5756 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5571 <context context-type="linenumber">13</context> 5757 <context context-type="linenumber">13</context>
5572 </context-group> 5758 </context-group>
5573 </trans-unit> 5759 </trans-unit>
5574 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5760 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5575 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5761 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5576 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5762 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5577 <context-group purpose="location"> 5763 <context-group purpose="location">
5578 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5764 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5579 <context context-type="linenumber">18</context> 5765 <context context-type="linenumber">18</context>
5580 </context-group> 5766 </context-group>
5581 </trans-unit> 5767 </trans-unit>
5582 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5768 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5583 <source>Use PeerTube documentation</source> 5769 <source>Use PeerTube
5770 documentation</source>
5584 <target state="translated">Utiliser la documentation de PeerTube</target> 5771 <target state="translated">Utiliser la documentation de PeerTube</target>
5585 <context-group purpose="location"> 5772 <context-group purpose="location">
5586 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5773 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5596,7 +5783,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5596 </context-group> 5783 </context-group>
5597 </trans-unit> 5784 </trans-unit>
5598 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5785 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5599 <source>PeerTube Applications</source> 5786 <source>PeerTube
5787 Applications</source>
5600 <target state="translated">Applications PeerTube</target> 5788 <target state="translated">Applications PeerTube</target>
5601 <context-group purpose="location"> 5789 <context-group purpose="location">
5602 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5790 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5612,7 +5800,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5612 </context-group> 5800 </context-group>
5613 </trans-unit> 5801 </trans-unit>
5614 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5802 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5615 <source>Contribute on PeerTube</source> 5803 <source>Contribute on
5804 PeerTube</source>
5616 <target state="translated">Contribuer à PeerTube</target> 5805 <target state="translated">Contribuer à PeerTube</target>
5617 <context-group purpose="location"> 5806 <context-group purpose="location">
5618 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5807 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5636,7 +5825,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5636 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5825 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5637 </trans-unit> 5826 </trans-unit>
5638 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5827 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5639 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5828 <source>
5829 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5830 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5831 </source>
5640 <target state="translated">PeerTube utilise le protocole BitTorrent pour partager la bande passante entre les utilisateurs. Cela implique que votre adresse IP est stockée dans le tracker BitTorrent de l’instance tant que vous téléchargez ou regardez la vidéo.</target> 5832 <target state="translated">PeerTube utilise le protocole BitTorrent pour partager la bande passante entre les utilisateurs. Cela implique que votre adresse IP est stockée dans le tracker BitTorrent de l’instance tant que vous téléchargez ou regardez la vidéo.</target>
5641 <context-group purpose="location"> 5833 <context-group purpose="location">
5642 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5834 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5652,7 +5844,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5652 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5844 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5653 </trans-unit> 5845 </trans-unit>
5654 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5846 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5655 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5847 <source>
5848 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5849 In practice, this is much more difficult because:
5850 </source>
5656 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target> 5851 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target>
5657 <context-group purpose="location"> 5852 <context-group purpose="location">
5658 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5853 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5660,7 +5855,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5660 </context-group> 5855 </context-group>
5661 </trans-unit> 5856 </trans-unit>
5662 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5857 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5663 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5858 <source>
5859 An HTTP request has to be sent on each tracker for each video to spy.
5860 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5861 </source>
5664 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target> 5862 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target>
5665 <context-group purpose="location"> 5863 <context-group purpose="location">
5666 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5864 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5668,7 +5866,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5668 </context-group> 5866 </context-group>
5669 </trans-unit> 5867 </trans-unit>
5670 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5868 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5671 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5869 <source>
5870 For each request sent, the tracker returns random peers at a limited number.
5871 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5872 requests sent to know every peers in the swarm
5873 </source>
5672 <target state="translated">Pour chaque demande envoyée, le tracker renvoie des pairs aléatoires à un nombre limité. Par exemple, s’il y a 1000 pairs dans l’essaim et que le tracker n’envoie que 20 pairs pour chaque requête, il doit y avoir au moins 50 requêtes envoyées pour connaître tous les pairs de l’essaim</target> 5874 <target state="translated">Pour chaque demande envoyée, le tracker renvoie des pairs aléatoires à un nombre limité. Par exemple, s’il y a 1000 pairs dans l’essaim et que le tracker n’envoie que 20 pairs pour chaque requête, il doit y avoir au moins 50 requêtes envoyées pour connaître tous les pairs de l’essaim</target>
5673 <context-group purpose="location"> 5875 <context-group purpose="location">
5674 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5876 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5684,7 +5886,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5684 </context-group> 5886 </context-group>
5685 </trans-unit> 5887 </trans-unit>
5686 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5888 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5687 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5889 <source>
5890 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5891 video
5892 </source>
5688 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target> 5893 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target>
5689 <context-group purpose="location"> 5894 <context-group purpose="location">
5690 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5895 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5700,15 +5905,24 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5700 </context-group> 5905 </context-group>
5701 </trans-unit> 5906 </trans-unit>
5702 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5907 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5703 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5908 <source>
5704 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour plus d’informations </target> 5909 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5910 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5911 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5912 to forward the information to.
5913 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5914 </source>
5915 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus d’informations </target>
5705 <context-group purpose="location"> 5916 <context-group purpose="location">
5706 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5917 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5707 <context context-type="linenumber">108</context> 5918 <context context-type="linenumber">108</context>
5708 </context-group> 5919 </context-group>
5709 </trans-unit> 5920 </trans-unit>
5710 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5921 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5711 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5922 <source>
5923 The worst-case scenario of an average person spying on their friends is quite unlikely.
5924 There are much more effective ways to get that kind of information.
5925 </source>
5712 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target> 5926 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target>
5713 <context-group purpose="location"> 5927 <context-group purpose="location">
5714 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5928 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5724,7 +5938,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5938 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5725 </trans-unit> 5939 </trans-unit>
5726 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5940 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5727 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5941 <source>
5942 The threats to privacy in YouTube are different from PeerTube's.
5943 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5944 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5945 </source>
5728 <target state="translated">Les menaces à la vie privée sur YouTube sont différentes de celles sur PeerTube. Dans le cas de YouTube, la plate-forme recueille une énorme quantité de vos informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. De plus, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites Web (via AdSense ou Google Analytics).</target> 5946 <target state="translated">Les menaces à la vie privée sur YouTube sont différentes de celles sur PeerTube. Dans le cas de YouTube, la plate-forme recueille une énorme quantité de vos informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. De plus, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites Web (via AdSense ou Google Analytics).</target>
5729 <context-group purpose="location"> 5947 <context-group purpose="location">
5730 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5948 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5740,7 +5958,12 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5740 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 5958 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5741 </trans-unit> 5959 </trans-unit>
5742 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 5960 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5743 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 5961 <source>
5962 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5963 your IP in their connection logs: ISP/routers/trackers/CDN and more.
5964 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
5965 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
5966 </source>
5744 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target> 5967 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target>
5745 <context-group purpose="location"> 5968 <context-group purpose="location">
5746 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5969 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5756,7 +5979,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5756 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 5979 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5757 </trans-unit> 5980 </trans-unit>
5758 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 5981 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5759 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 5982 <source>
5983 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5984 In the meantime, we want to test different ideas related to this issue:
5985 </source>
5760 <target state="translated">PeerTube en est à ses débuts, et veut fournir les meilleures contre-mesures possibles d’ici la sortie de la version stable. En attendant, nous voulons tester différentes idées liées à cette problématique :</target> 5986 <target state="translated">PeerTube en est à ses débuts, et veut fournir les meilleures contre-mesures possibles d’ici la sortie de la version stable. En attendant, nous voulons tester différentes idées liées à cette problématique :</target>
5761 <context-group purpose="location"> 5987 <context-group purpose="location">
5762 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5988 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5796,7 +6022,9 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5796 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6022 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5797 </trans-unit> 6023 </trans-unit>
5798 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 6024 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5799 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 6025 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
6026 automatized program
6027 </source>
5800 <target state="translated">Un programme de redondance vidéo automatique : nous ne saurions savoir si l'IP a téléchargé la vidéo exprès ou si c'est le programme automatisé</target> 6028 <target state="translated">Un programme de redondance vidéo automatique : nous ne saurions savoir si l'IP a téléchargé la vidéo exprès ou si c'est le programme automatisé</target>
5801 <context-group purpose="location"> 6029 <context-group purpose="location">
5802 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6030 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5836,8 +6064,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5836 </context-group> 6064 </context-group>
5837 </trans-unit> 6065 </trans-unit>
5838 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6066 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5839 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6067 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5840 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6068 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5841 <context-group purpose="location"> 6069 <context-group purpose="location">
5842 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6070 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5843 <context context-type="linenumber">3</context> 6071 <context context-type="linenumber">3</context>
@@ -5920,8 +6148,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5920 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6148 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
5921 </trans-unit> 6149 </trans-unit>
5922 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6150 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
5923 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6151 <source>
5924 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target> 6152 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6153 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6154 </source>
6155 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target>
5925 <context-group name="null"> 6156 <context-group name="null">
5926 <context context-type="linenumber">4</context> 6157 <context context-type="linenumber">4</context>
5927 </context-group> 6158 </context-group>
@@ -5999,11 +6230,16 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5999 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group> 6230 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group>
6000 </trans-unit> 6231 </trans-unit>
6001 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6232 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6002 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6233 <source>
6234 I am at least 16 years old and agree
6235 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6236 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6237 of this instance
6238 </source>
6003 <target> 6239 <target>
6004 J'ai au moins 16 ans et je suis d'accord 6240 J'ai au moins 16 ans et je suis d'accord
6005 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6241 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6006 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6242 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6007 de cette instance 6243 de cette instance
6008 </target> 6244 </target>
6009 <context-group name="null"> 6245 <context-group name="null">
@@ -6077,6 +6313,12 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6077 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6313 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6078 <context context-type="linenumber">1</context> 6314 <context context-type="linenumber">1</context>
6079 </context-group> 6315 </context-group>
6316 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6317 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6318 <context-group purpose="location">
6319 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6320 <context context-type="linenumber">1</context>
6321 </context-group>
6080 </trans-unit> 6322 </trans-unit>
6081 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6323 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6082 <source>240p</source> 6324 <source>240p</source>
@@ -6335,8 +6577,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group> 6577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group>
6336 </trans-unit> 6578 </trans-unit>
6337 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 6579 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6338 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6580 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6339 <target>Si vous confirmez, le système enverra une requête à : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> pour le suivre - </target> 6581 <target>Si vous confirmez, le système enverra une requête à : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> pour le suivre - </target>
6340 <context-group name="null"> 6582 <context-group name="null">
6341 <context context-type="linenumber">1</context> 6583 <context context-type="linenumber">1</context>
6342 </context-group> 6584 </context-group>
@@ -7593,8 +7835,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7593 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 7835 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
7594 </trans-unit> 7836 </trans-unit>
7595 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 7837 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
7596 <source>Long (&gt; 10 min)</source> 7838 <source>Long (> 10 min)</source>
7597 <target>Longue (&gt; 10 min)</target> 7839 <target>Longue (> 10 min)</target>
7598 <context-group name="null"> 7840 <context-group name="null">
7599 <context context-type="linenumber">1</context> 7841 <context context-type="linenumber">1</context>
7600 </context-group> 7842 </context-group>
@@ -8921,8 +9163,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9163 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
8922 </trans-unit> 9164 </trans-unit>
8923 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9165 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
8924 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9166 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
8925 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> supportant :</target> 9167 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> supportant :</target>
8926 <context-group name="null"> 9168 <context-group name="null">
8927 <context context-type="linenumber">1</context> 9169 <context context-type="linenumber">1</context>
8928 </context-group> 9170 </context-group>
@@ -9199,6 +9441,12 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
9199 <context context-type="linenumber">1</context> 9441 <context context-type="linenumber">1</context>
9200 </context-group> 9442 </context-group>
9201 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9444 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9445 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9446 <context-group purpose="location">
9447 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9448 <context context-type="linenumber">1</context>
9449 </context-group>
9202 </trans-unit> 9450 </trans-unit>
9203 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9451 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
9204 <source>Subscribed</source> 9452 <source>Subscribed</source>
@@ -9387,6 +9635,18 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
9387 <context context-type="linenumber">1</context> 9635 <context context-type="linenumber">1</context>
9388 </context-group> 9636 </context-group>
9389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9638 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9639 <source>Add to watch later</source><target state="new">Add to watch later</target>
9640 <context-group purpose="location">
9641 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9642 <context context-type="linenumber">1</context>
9643 </context-group>
9644 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9645 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9646 <context-group purpose="location">
9647 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9648 <context context-type="linenumber">1</context>
9649 </context-group>
9390 </trans-unit> 9650 </trans-unit>
9391 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9651 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9392 <source>Only I can see this video</source> 9652 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index fafad99fa..0088b39e4 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -400,11 +400,8 @@
400 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 400 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
401 <source>Options</source> 401 <source>Options</source>
402 <target state="translated">Roghainnean</target> 402 <target state="translated">Roghainnean</target>
403 <context-group purpose="location"> 403
404 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
405 <context context-type="linenumber">9</context>
406 </context-group>
407 </trans-unit>
408 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 405 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
409 <source>Start at</source> 406 <source>Start at</source>
410 <target state="translated">Tòisich aig</target> 407 <target state="translated">Tòisich aig</target>
@@ -440,45 +437,45 @@
440 <source>Create</source> 437 <source>Create</source>
441 <target state="translated">Cruthaich</target> 438 <target state="translated">Cruthaich</target>
442 439
443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
444 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 441 <source>video</source><target state="new">video</target>
445 <source>Download video</source>
446 <target state="translated">Luchdaich a-nuas a’ video</target>
447 <context-group purpose="location"> 442 <context-group purpose="location">
448 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 443 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
449 <context context-type="linenumber">3</context> 444 <context context-type="linenumber">4</context>
450 </context-group> 445 </context-group>
451 </trans-unit>
452 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
453 <source>Direct download</source>
454 <target state="translated">Luchdadh a-nuas dìreach</target>
455 <context-group purpose="location"> 446 <context-group purpose="location">
456 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 447 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
457 <context context-type="linenumber">27</context> 448 <context context-type="linenumber">12</context>
458 </context-group> 449 </context-group>
459 </trans-unit> 450 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
460 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 451 <source>subtitles</source><target state="new">subtitles</target>
461 <source>Torrent (.torrent file)</source>
462 <target state="translated">Torrent (faidhle .torrent)</target>
463 <context-group purpose="location"> 452 <context-group purpose="location">
464 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 453 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
465 <context context-type="linenumber">32</context> 454 <context context-type="linenumber">11</context>
466 </context-group> 455 </context-group>
467 </trans-unit> 456 </trans-unit>
457
458 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
459 <source>Direct download</source>
460 <target state="translated">Luchdadh a-nuas dìreach</target>
461
462 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
463 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
464 <source>Torrent (.torrent file)</source>
465 <target state="translated">Torrent (faidhle .torrent)</target>
466
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
468 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 468 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
469 <source>Cancel</source> 469 <source>Cancel</source>
470 <target state="translated">Sguir dheth</target> 470 <target state="translated">Sguir dheth</target>
471 471
472 472
473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
474 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 474 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
475 <source>Download</source> 475 <source>Download</source>
476 <target state="translated">Luchdaich a-nuas</target> 476 <target state="translated">Luchdaich a-nuas</target>
477 <context-group purpose="location"> 477
478 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
479 <context context-type="linenumber">43</context>
480 </context-group>
481 </trans-unit>
482 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 479 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
483 <source>Report video</source> 480 <source>Report video</source>
484 <target state="translated">Dèan gearan mun video</target> 481 <target state="translated">Dèan gearan mun video</target>
@@ -577,55 +574,31 @@
577 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 574 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
578 <source>Unlisted</source> 575 <source>Unlisted</source>
579 <target state="translated">Falaichte o liostaichean</target> 576 <target state="translated">Falaichte o liostaichean</target>
580 <context-group purpose="location"> 577
581 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 578
582 <context context-type="linenumber">12</context> 579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
583 </context-group>
584 <context-group purpose="location">
585 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
586 <context context-type="linenumber">6</context>
587 </context-group>
588 </trans-unit>
589 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 580 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
590 <source>Private</source> 581 <source>Private</source>
591 <target state="translated">Prìobhaideach</target> 582 <target state="translated">Prìobhaideach</target>
592 <context-group purpose="location"> 583
593 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 584
594 <context context-type="linenumber">13</context> 585
595 </context-group> 586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
596 <context-group purpose="location">
597 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
598 <context context-type="linenumber">33</context>
599 </context-group>
600 <context-group purpose="location">
601 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
602 <context context-type="linenumber">7</context>
603 </context-group>
604 </trans-unit>
605 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 587 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
606 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 588 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
607 <target state="translated">Choimhead <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> air</target> 589 <target state="translated">Choimhead <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> air</target>
608 <context-group purpose="location"> 590
609 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
610 <context context-type="linenumber">24</context>
611 </context-group>
612 </trans-unit>
613 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 592 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
614 <source>Blacklisted</source> 593 <source>Blacklisted</source>
615 <target state="translated">Air an dubh-liosta</target> 594 <target state="translated">Air an dubh-liosta</target>
616 <context-group purpose="location"> 595
617 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
618 <context context-type="linenumber">42</context>
619 </context-group>
620 </trans-unit>
621 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 597 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
622 <source>Sensitive</source> 598 <source>Sensitive</source>
623 <target state="translated">Dìomhair</target> 599 <target state="translated">Dìomhair</target>
624 <context-group purpose="location"> 600
625 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
626 <context context-type="linenumber">46</context>
627 </context-group>
628 </trans-unit>
629 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 602 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
630 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 603 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
631 <target state="translated">{VAR_PLURAL, plural, =0 {Gun video} =1 {1 video} one {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} two {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} few {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videothan} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target> 604 <target state="translated">{VAR_PLURAL, plural, =0 {Gun video} =1 {1 video} one {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} two {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} few {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videothan} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target>
@@ -663,7 +636,7 @@
663 <target state="translated">Air a sguabadh às</target> 636 <target state="translated">Air a sguabadh às</target>
664 637
665 638
666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 640 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
668 <source>Edit starts/stops at</source> 641 <source>Edit starts/stops at</source>
669 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target> 642 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target>
@@ -691,43 +664,16 @@
691 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 664 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
692 <source>No results.</source> 665 <source>No results.</source>
693 <target state="translated">Chan eil toradh ann.</target> 666 <target state="translated">Chan eil toradh ann.</target>
694 <context-group purpose="location"> 667
695 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 668
696 <context context-type="linenumber">1</context> 669
697 </context-group> 670
698 <context-group purpose="location"> 671
699 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 672
700 <context context-type="linenumber">20</context> 673
701 </context-group> 674
702 <context-group purpose="location"> 675
703 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
704 <context context-type="linenumber">20</context>
705 </context-group>
706 <context-group purpose="location">
707 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
708 <context context-type="linenumber">20</context>
709 </context-group>
710 <context-group purpose="location">
711 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
712 <context context-type="linenumber">20</context>
713 </context-group>
714 <context-group purpose="location">
715 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
716 <context context-type="linenumber">20</context>
717 </context-group>
718 <context-group purpose="location">
719 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
720 <context context-type="linenumber">3</context>
721 </context-group>
722 <context-group purpose="location">
723 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
724 <context context-type="linenumber">20</context>
725 </context-group>
726 <context-group purpose="location">
727 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
728 <context context-type="linenumber">20</context>
729 </context-group>
730 </trans-unit>
731 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> 677 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
732 <source>Delete</source> 678 <source>Delete</source>
733 <target state="translated">Sguab às</target> 679 <target state="translated">Sguab às</target>
@@ -958,7 +904,7 @@
958 <target state="translated">Ionadail</target> 904 <target state="translated">Ionadail</target>
959 905
960 906
961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 907 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
962 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 908 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
963 <source>users</source> 909 <source>users</source>
964 <target state="translated">cleachdaichean</target> 910 <target state="translated">cleachdaichean</target>
@@ -1170,7 +1116,7 @@
1170 <target state="translated">Clàraich a-steach</target> 1116 <target state="translated">Clàraich a-steach</target>
1171 1117
1172 1118
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1174 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1120 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1175 <source>Forgot your password</source> 1121 <source>Forgot your password</source>
1176 <target state="translated">Na dhìochuimhnich thu am facal-faire agad?</target> 1122 <target state="translated">Na dhìochuimhnich thu am facal-faire agad?</target>
@@ -1533,7 +1479,7 @@
1533 <target state="translated">Atharraich an cànan</target> 1479 <target state="translated">Atharraich an cànan</target>
1534 1480
1535 1481
1536 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1482 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1537 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1483 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1538 <source>Help to translate PeerTube!</source> 1484 <source>Help to translate PeerTube!</source>
1539 <target state="translated">Cuidich le eadar-theangachadh PeerTube!</target> 1485 <target state="translated">Cuidich le eadar-theangachadh PeerTube!</target>
@@ -1559,6 +1505,12 @@
1559 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1505 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1560 <context context-type="linenumber">29</context> 1506 <context context-type="linenumber">29</context>
1561 </context-group> 1507 </context-group>
1508 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1509 <source>Help</source><target state="new">Help</target>
1510 <context-group purpose="location">
1511 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1512 <context context-type="linenumber">35</context>
1513 </context-group>
1562 </trans-unit> 1514 </trans-unit>
1563 1515
1564 1516
@@ -1566,17 +1518,17 @@
1566 <source>Log out</source> 1518 <source>Log out</source>
1567 <target state="translated">Clàraich a-mach</target> 1519 <target state="translated">Clàraich a-mach</target>
1568 1520
1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1521 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1570 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1522 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1571 <source>Create an account</source> 1523 <source>Create an account</source>
1572 <target state="translated">Cruthaich cunntas</target> 1524 <target state="translated">Cruthaich cunntas</target>
1573 1525
1574 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1526 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1575 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1527 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1576 <source>My library</source> 1528 <source>My library</source>
1577 <target state="translated">An leabhar-lann agam</target> 1529 <target state="translated">An leabhar-lann agam</target>
1578 1530
1579 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1531 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1580 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1532 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1581 <source>Videos</source> 1533 <source>Videos</source>
1582 <target state="translated">Videothan</target> 1534 <target state="translated">Videothan</target>
@@ -1584,64 +1536,64 @@
1584 1536
1585 1537
1586 1538
1587 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1539 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1588 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1540 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1589 <source>Playlists</source> 1541 <source>Playlists</source>
1590 <target state="translated">Liostaichean-cluich</target> 1542 <target state="translated">Liostaichean-cluich</target>
1591 1543
1592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1593 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1545 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1594 <source>Subscriptions</source> 1546 <source>Subscriptions</source>
1595 <target state="translated">Fo-sgrìobhaidhean</target> 1547 <target state="translated">Fo-sgrìobhaidhean</target>
1596 1548
1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1549 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1598 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1550 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1599 <source>History</source> 1551 <source>History</source>
1600 <target state="translated">Eachdraidh</target> 1552 <target state="translated">Eachdraidh</target>
1601 1553
1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1554 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1603 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1555 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1604 <source>Discover</source> 1556 <source>Discover</source>
1605 <target state="translated">Fidir</target> 1557 <target state="translated">Fidir</target>
1606 1558
1607 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1559 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1608 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1560 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1609 <source>Trending</source> 1561 <source>Trending</source>
1610 <target state="translated">A’ treandadh</target> 1562 <target state="translated">A’ treandadh</target>
1611 1563
1612 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1613 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1565 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1614 <source>Most liked</source> 1566 <source>Most liked</source>
1615 <target state="translated">Fèill mhòr air</target> 1567 <target state="translated">Fèill mhòr air</target>
1616 1568
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1569 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1618 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1570 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1619 <source>Recently added</source> 1571 <source>Recently added</source>
1620 <target state="translated">Air an cur ris o chionn ghoirid</target> 1572 <target state="translated">Air an cur ris o chionn ghoirid</target>
1621 1573
1622 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1574 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1623 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1575 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1624 <source>More</source> 1576 <source>More</source>
1625 <target state="translated">Barrachd</target> 1577 <target state="translated">Barrachd</target>
1626 1578
1627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1579 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1628 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1580 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1629 <source>Administration</source> 1581 <source>Administration</source>
1630 <target state="translated">Rianachd</target> 1582 <target state="translated">Rianachd</target>
1631 1583
1632 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1633 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1585 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1634 <source>About</source> 1586 <source>About</source>
1635 <target state="translated">Mu dhèidhinn</target> 1587 <target state="translated">Mu dhèidhinn</target>
1636 1588
1637 1589
1638 1590
1639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1591 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1640 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1592 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1641 <source>Show keyboard shortcuts</source> 1593 <source>Show keyboard shortcuts</source>
1642 <target state="translated">Seall ath-ghoiridean a’ mheur-chlàir</target> 1594 <target state="translated">Seall ath-ghoiridean a’ mheur-chlàir</target>
1643 1595
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1596 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1645 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1597 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1646 <source>View your notifications</source> 1598 <source>View your notifications</source>
1647 <target state="translated">Seall na brathan agad</target> 1599 <target state="translated">Seall na brathan agad</target>
@@ -1657,15 +1609,9 @@
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group> 1609 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group>
1658 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1610 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1659 <source>Mark all as read</source><target state="new">Mark all as read</target> 1611 <source>Mark all as read</source><target state="new">Mark all as read</target>
1660 <context-group purpose="location"> 1612
1661 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1613
1662 <context context-type="linenumber">18</context> 1614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1663 </context-group>
1664 <context-group purpose="location">
1665 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1666 <context context-type="linenumber">9</context>
1667 </context-group>
1668 </trans-unit>
1669 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1615 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1670 <source>Update your notification preferences</source> 1616 <source>Update your notification preferences</source>
1671 <target state="translated">Ùraich roghainnean nam brathan agad</target> 1617 <target state="translated">Ùraich roghainnean nam brathan agad</target>
@@ -1750,8 +1696,8 @@
1750 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1696 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1751 <source>Duration</source> 1697 <source>Duration</source>
1752 <target state="translated">Faid</target> 1698 <target state="translated">Faid</target>
1753 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1699
1754 </trans-unit> 1700 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1755 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1701 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1756 <source>Display sensitive content</source> 1702 <source>Display sensitive content</source>
1757 <target state="translated">Seall susbaint dhìomhair</target> 1703 <target state="translated">Seall susbaint dhìomhair</target>
@@ -1863,10 +1809,8 @@
1863 <source>Filter</source> 1809 <source>Filter</source>
1864 <target state="translated">Criathrag</target> 1810 <target state="translated">Criathrag</target>
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 1811 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
1866 </trans-unit> 1812 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1867 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1813 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1868 <source>Display unlisted and private videos</source>
1869 <target state="translated">Seall videothan prìobhaideach ’s a tha falaichte o liostaichean</target>
1870 <context-group purpose="location"> 1814 <context-group purpose="location">
1871 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1815 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1872 <context context-type="linenumber">14</context> 1816 <context context-type="linenumber">14</context>
@@ -1896,6 +1840,17 @@
1896 <context context-type="linenumber">14</context> 1840 <context context-type="linenumber">14</context>
1897 </context-group> 1841 </context-group>
1898 </trans-unit> 1842 </trans-unit>
1843 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1844 <source>Display unlisted and private videos</source>
1845 <target state="translated">Seall videothan prìobhaideach ’s a tha falaichte o liostaichean</target>
1846
1847
1848
1849
1850
1851
1852
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1899 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1854 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1900 <source>Add caption</source> 1855 <source>Add caption</source>
1901 <target state="translated">Cuir fo-thiotal ris</target> 1856 <target state="translated">Cuir fo-thiotal ris</target>
@@ -2603,27 +2558,27 @@
2603 <source>Friendly Reminder:</source> 2558 <source>Friendly Reminder:</source>
2604 <target state="translated">A’ cur nad chuimhne:</target> 2559 <target state="translated">A’ cur nad chuimhne:</target>
2605 2560
2606 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2561 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2607 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2562 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2608 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2563 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2609 <target state="translated">air adhbhar an dòigh san obraich co-roinneadh a’ video seo, dh’fhaoidte gun dèid cuir a dh’fhiosrachadh teicnigeach mun t-siostam agad (can seòladh IP poblach) a chur gu seisean eile.</target> 2564 <target state="translated">air adhbhar an dòigh san obraich co-roinneadh a’ video seo, dh’fhaoidte gun dèid cuir a dh’fhiosrachadh teicnigeach mun t-siostam agad (can seòladh IP poblach) a chur gu seisean eile.</target>
2610 2565
2611 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2612 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2567 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2613 <source>More information</source> 2568 <source>More information</source>
2614 <target state="translated">Barrachd fiosrachaidh</target> 2569 <target state="translated">Barrachd fiosrachaidh</target>
2615 2570
2616 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2571 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2617 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2572 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2618 <source>Get more information</source> 2573 <source>Get more information</source>
2619 <target state="translated">Faigh barrachd fiosrachaidh</target> 2574 <target state="translated">Faigh barrachd fiosrachaidh</target>
2620 2575
2621 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2576 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2622 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2577 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2623 <source>OK</source> 2578 <source>OK</source>
2624 <target state="translated">Ceart ma-thà</target> 2579 <target state="translated">Ceart ma-thà</target>
2625 2580
2626 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2581 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2627 <source>1 Comment</source><target state="new">1 Comment</target> 2582 <source>1 Comment</source><target state="new">1 Comment</target>
2628 <context-group purpose="location"> 2583 <context-group purpose="location">
2629 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2584 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2764,7 +2719,7 @@
2764 <source>This comment has been deleted</source> 2719 <source>This comment has been deleted</source>
2765 <target state="new">This comment has been deleted</target> 2720 <target state="new">This comment has been deleted</target>
2766 2721
2767 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2722 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2768 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2723 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2769 <source>Users</source> 2724 <source>Users</source>
2770 <target state="translated">Cleachdaichean</target> 2725 <target state="translated">Cleachdaichean</target>
@@ -2899,19 +2854,49 @@
2899 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 2854 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2900 <source>State</source> 2855 <source>State</source>
2901 <target state="translated">Staid</target> 2856 <target state="translated">Staid</target>
2902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 2857
2903 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 2858
2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2860 <source>Delayed.</source><target state="new">Delayed.</target>
2861 <context-group purpose="location">
2862 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2863 <context context-type="linenumber">42</context>
2864 </context-group>
2865 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2866 <source>Will start soon...</source><target state="new">Will start soon...</target>
2867 <context-group purpose="location">
2868 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2869 <context context-type="linenumber">43</context>
2870 </context-group>
2871 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2872 <source>Running...</source><target state="new">Running...</target>
2873 <context-group purpose="location">
2874 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2875 <context context-type="linenumber">44</context>
2876 </context-group>
2877 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2878 <source>Finished</source><target state="new">Finished</target>
2879 <context-group purpose="location">
2880 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2881 <context context-type="linenumber">45</context>
2882 </context-group>
2883 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2884 <source>Failed</source><target state="new">Failed</target>
2885 <context-group purpose="location">
2886 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2887 <context context-type="linenumber">46</context>
2888 </context-group>
2904 </trans-unit> 2889 </trans-unit>
2905 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2890 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2906 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2891 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
2907 <target state="translated">Air a chruthachadh <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2892 <target state="translated">Air a chruthachadh <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 2893
2909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 2894
2910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 2895
2911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 2896
2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 2897
2913 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 2898
2914 </trans-unit> 2899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2915 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2900 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2916 <source>Accepted</source> 2901 <source>Accepted</source>
2917 <target state="translated">Air a ghabhail ris</target> 2902 <target state="translated">Air a ghabhail ris</target>
@@ -3643,22 +3628,26 @@
3643 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3628 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3644 <context context-type="linenumber">2</context> 3629 <context context-type="linenumber">2</context>
3645 </context-group> 3630 </context-group>
3631 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3632 <source>Job type</source><target state="new">Job type</target>
3633 <context-group purpose="location">
3634 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3635 <context context-type="linenumber">5</context>
3636 </context-group>
3637 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3638 <source>Job state</source><target state="new">Job state</target>
3639 <context-group purpose="location">
3640 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3641 <context context-type="linenumber">14</context>
3642 </context-group>
3646 </trans-unit> 3643 </trans-unit>
3647 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3644 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3648 <source>Type</source> 3645 <source>Type</source>
3649 <target state="translated">Seòrsa</target> 3646 <target state="translated">Seòrsa</target>
3650 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3651 </trans-unit> 3648 </trans-unit>
3652 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3649
3653 <source>Processed on</source> 3650
3654 <target state="translated">Air a phròiseasadh</target>
3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3656 </trans-unit>
3657 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3658 <source>Finished on</source>
3659 <target state="translated">Air a chrìochnachadh</target>
3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3661 </trans-unit>
3662 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3651 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3663 <source>Refresh</source> 3652 <source>Refresh</source>
3664 <target state="translated">Ath-nuadhaich</target> 3653 <target state="translated">Ath-nuadhaich</target>
@@ -4274,23 +4263,30 @@
4274 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4263 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4275 <context context-type="linenumber">486</context> 4264 <context context-type="linenumber">486</context>
4276 </context-group> 4265 </context-group>
4277 </trans-unit> 4266 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4278 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html">
4279 <source> 4267 <source>
4280 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4268 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4281 4269
4282 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4270 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4283 </source> 4271
4284 <target state="new"> 4272 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4273
4274 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4275 </source><target state="new">
4285 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4276 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4286 4277
4287 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4278 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4279
4280 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4281
4282 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4288 </target> 4283 </target>
4289 <context-group purpose="location"> 4284 <context-group purpose="location">
4290 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4285 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4291 <context context-type="linenumber">501</context> 4286 <context context-type="linenumber">501</context>
4292 </context-group> 4287 </context-group>
4293 </trans-unit> 4288 </trans-unit>
4289
4294 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4290 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4295 <source>WebTorrent support enabled</source> 4291 <source>WebTorrent support enabled</source>
4296 <target state="new">WebTorrent support enabled</target> 4292 <target state="new">WebTorrent support enabled</target>
@@ -4324,61 +4320,58 @@
4324 4320
4325 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4321 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4326 </target> 4322 </target>
4327 <context-group purpose="location"> 4323
4328 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4329 <context context-type="linenumber">518</context>
4330 </context-group>
4331 </trans-unit>
4332 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4325 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4333 <source>HLS support enabled</source> 4326 <source>HLS support enabled</source>
4334 <target state="translated">Tha taic ri HLS an comas</target> 4327 <target state="translated">Tha taic ri HLS an comas</target>
4335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4328
4336 </trans-unit> 4329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4337 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4330 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4338 <source>Transcoding threads</source> 4331 <source>Transcoding threads</source>
4339 <target state="translated">Snàithleanan tar-chòdachaidh</target> 4332 <target state="translated">Snàithleanan tar-chòdachaidh</target>
4340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4333
4341 </trans-unit> 4334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4342 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4335 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4343 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4336 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4344 <target state="translated">Tha dùmhlachd-bhreacaidh <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> an comas</target> 4337 <target state="translated">Tha dùmhlachd-bhreacaidh <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> an comas</target>
4345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4338
4346 </trans-unit> 4339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4347 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4340 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4348 <source>Cache</source> 4341 <source>Cache</source>
4349 <target state="translated">An tasgadan</target> 4342 <target state="translated">An tasgadan</target>
4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4343
4351 </trans-unit> 4344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4352 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4345 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4353 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4346 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4354 <target state="translated">Cha dèid a h-uile faidhle a cho-nasgadh (ro-sheallaidhean, fo-thiotalan). Gheibh sinn iad gu dìreach on ionstans tùsail ’s cuiridh sinn san tasgadan iad.</target> 4347 <target state="translated">Cha dèid a h-uile faidhle a cho-nasgadh (ro-sheallaidhean, fo-thiotalan). Gheibh sinn iad gu dìreach on ionstans tùsail ’s cuiridh sinn san tasgadan iad.</target>
4355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4348
4356 </trans-unit> 4349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4357 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4350 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4358 <source>Previews cache size</source> 4351 <source>Previews cache size</source>
4359 <target state="translated">Meud tasgadan nan ro-sheallaidhean</target> 4352 <target state="translated">Meud tasgadan nan ro-sheallaidhean</target>
4360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4353
4361 </trans-unit> 4354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4362 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4355 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4363 <source>Video captions cache size</source> 4356 <source>Video captions cache size</source>
4364 <target state="translated">Meud tasgadan nam fo-thiotalan video</target> 4357 <target state="translated">Meud tasgadan nam fo-thiotalan video</target>
4365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4358
4366 </trans-unit> 4359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4367 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4360 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4368 <source>Customizations</source> 4361 <source>Customizations</source>
4369 <target state="translated">Gnàthachaidhean</target> 4362 <target state="translated">Gnàthachaidhean</target>
4370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4363
4371 </trans-unit> 4364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4372 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4365 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4373 <source>JavaScript</source> 4366 <source>JavaScript</source>
4374 <target state="translated">JavaScript</target> 4367 <target state="translated">JavaScript</target>
4375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4368
4376 </trans-unit> 4369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4377 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4370 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4378 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4371 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4379 <target state="translated">Sgrìobh còd JavaScript gu dìreach.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ball-eisimpleir: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('tha an t-ionstans agam sgoinneil');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4372 <target state="translated">Sgrìobh còd JavaScript gu dìreach.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ball-eisimpleir: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('tha an t-ionstans agam sgoinneil');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4373
4381 </trans-unit> 4374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4382 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4375 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4383 <source> 4376 <source>
4384 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4377 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4394,8 +4387,8 @@
4394<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4387<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4395 </source> 4388 </source>
4396 <target state="translated">Sgrìobh còd CSS gu dìreach. Ball-eisimpleir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Cuir <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> air a thoiseach airson stoidhlean a thar-àithneadh. Ball-eisimpleir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4389 <target state="translated">Sgrìobh còd CSS gu dìreach. Ball-eisimpleir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Cuir <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> air a thoiseach airson stoidhlean a thar-àithneadh. Ball-eisimpleir:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4390
4398 </trans-unit> 4391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4399 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4392 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4400 <source>Advanced configuration</source> 4393 <source>Advanced configuration</source>
4401 <target state="translated">Rèiteachadh adhartach</target> 4394 <target state="translated">Rèiteachadh adhartach</target>
@@ -4407,13 +4400,13 @@
4407 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4400 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4408 <source>Update configuration</source> 4401 <source>Update configuration</source>
4409 <target state="translated">Ùraich an rèiteachadh</target> 4402 <target state="translated">Ùraich an rèiteachadh</target>
4410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4403
4411 </trans-unit> 4404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4412 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4405 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4413 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4406 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4414 <target state="translated">Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean.</target> 4407 <target state="translated">Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean.</target>
4415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4408
4416 </trans-unit> 4409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4417 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4410 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4418 <source>Total video quota:</source> 4411 <source>Total video quota:</source>
4419 <target state="new">Total video quota:</target> 4412 <target state="new">Total video quota:</target>
@@ -4904,11 +4897,8 @@ When you will upload a video in this channel, the video support field will be au
4904 </context-group> 4897 </context-group>
4905 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4898 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4906 <source>All read</source><target state="new">All read</target> 4899 <source>All read</source><target state="new">All read</target>
4907 <context-group purpose="location"> 4900
4908 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4901 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4909 <context context-type="linenumber">12</context>
4910 </context-group>
4911 </trans-unit>
4912 4902
4913 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 4903 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4914 <source>Activities</source> 4904 <source>Activities</source>
@@ -5952,6 +5942,12 @@ When you will upload a video in this channel, the video support field will be au
5952 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5942 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5953 <context context-type="linenumber">1</context> 5943 <context context-type="linenumber">1</context>
5954 </context-group> 5944 </context-group>
5945 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5946 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5947 <context-group purpose="location">
5948 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5949 <context context-type="linenumber">1</context>
5950 </context-group>
5955 </trans-unit> 5951 </trans-unit>
5956 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5952 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5957 <source>240p</source> 5953 <source>240p</source>
@@ -9190,6 +9186,12 @@ When you will upload a video in this channel, the video support field will be au
9190 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 9186 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
9191 <context context-type="linenumber">1</context> 9187 <context context-type="linenumber">1</context>
9192 </context-group> 9188 </context-group>
9189 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9190 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9191 <context-group purpose="location">
9192 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9193 <context context-type="linenumber">1</context>
9194 </context-group>
9193 </trans-unit> 9195 </trans-unit>
9194 9196
9195 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 9197 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
@@ -9378,6 +9380,18 @@ When you will upload a video in this channel, the video support field will be au
9378 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9380 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9379 <context context-type="linenumber">1</context> 9381 <context context-type="linenumber">1</context>
9380 </context-group> 9382 </context-group>
9383 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9384 <source>Add to watch later</source><target state="new">Add to watch later</target>
9385 <context-group purpose="location">
9386 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9387 <context context-type="linenumber">1</context>
9388 </context-group>
9389 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9390 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9391 <context-group purpose="location">
9392 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9393 <context context-type="linenumber">1</context>
9394 </context-group>
9381 </trans-unit> 9395 </trans-unit>
9382 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9396 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9383 <source>Only I can see this video</source> 9397 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 3f28f3dce..a7439d977 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -393,7 +393,7 @@
393 <context-group name="null"> 393 <context-group name="null">
394 <context context-type="linenumber">9</context> 394 <context context-type="linenumber">9</context>
395 </context-group> 395 </context-group>
396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
397 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 397 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
398 <source>Start at</source> 398 <source>Start at</source>
399 <target>Iniciar en</target> 399 <target>Iniciar en</target>
@@ -427,28 +427,38 @@
427 <context-group name="null"> 427 <context-group name="null">
428 <context context-type="linenumber">74</context> 428 <context context-type="linenumber">74</context>
429 </context-group> 429 </context-group>
430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
431 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 431 <source>video</source><target state="new">video</target>
432 <source>Download video</source> 432 <context-group purpose="location">
433 <target>Descargar vídeo</target> 433 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
434 <context-group name="null"> 434 <context context-type="linenumber">4</context>
435 <context context-type="linenumber">3</context> 435 </context-group>
436 <context-group purpose="location">
437 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
438 <context context-type="linenumber">12</context>
436 </context-group> 439 </context-group>
437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 440 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
441 <source>subtitles</source><target state="new">subtitles</target>
442 <context-group purpose="location">
443 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
444 <context context-type="linenumber">11</context>
445 </context-group>
446 </trans-unit>
447
438 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 448 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
439 <source>Direct download</source> 449 <source>Direct download</source>
440 <target>Descarga directa</target> 450 <target>Descarga directa</target>
441 <context-group name="null"> 451 <context-group name="null">
442 <context context-type="linenumber">27</context> 452 <context context-type="linenumber">27</context>
443 </context-group> 453 </context-group>
444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
445 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 455 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
446 <source>Torrent (.torrent file)</source> 456 <source>Torrent (.torrent file)</source>
447 <target>Torrent (ficheiro .torrent)</target> 457 <target>Torrent (ficheiro .torrent)</target>
448 <context-group name="null"> 458 <context-group name="null">
449 <context context-type="linenumber">32</context> 459 <context context-type="linenumber">32</context>
450 </context-group> 460 </context-group>
451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
452 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 462 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
453 <source> 463 <source>
454 Cancel 464 Cancel
@@ -459,14 +469,14 @@
459 <context-group name="null"> 469 <context-group name="null">
460 <context context-type="linenumber">47</context> 470 <context context-type="linenumber">47</context>
461 </context-group> 471 </context-group>
462 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
463 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 473 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
464 <source>Download</source> 474 <source>Download</source>
465 <target>Descargar</target> 475 <target>Descargar</target>
466 <context-group name="null"> 476 <context-group name="null">
467 <context context-type="linenumber">43</context> 477 <context context-type="linenumber">43</context>
468 </context-group> 478 </context-group>
469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
470 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 480 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
471 <source>Report video</source> 481 <source>Report video</source>
472 <target>Informar sobre vídeo</target> 482 <target>Informar sobre vídeo</target>
@@ -532,28 +542,28 @@
532 <context-group name="null"> 542 <context-group name="null">
533 <context context-type="linenumber">6</context> 543 <context context-type="linenumber">6</context>
534 </context-group> 544 </context-group>
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 545 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
536 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 546 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
537 <source>Private</source> 547 <source>Private</source>
538 <target>Privado</target> 548 <target>Privado</target>
539 <context-group name="null"> 549 <context-group name="null">
540 <context context-type="linenumber">7</context> 550 <context context-type="linenumber">7</context>
541 </context-group> 551 </context-group>
542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 552 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
543 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 553 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
544 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 554 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
545 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacións</target> 555 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacións</target>
546 <context-group name="null"> 556 <context-group name="null">
547 <context context-type="linenumber">24</context> 557 <context context-type="linenumber">24</context>
548 </context-group> 558 </context-group>
549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
550 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 560 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
551 <source>Blacklisted</source> 561 <source>Blacklisted</source>
552 <target>Na lista negra</target> 562 <target>Na lista negra</target>
553 <context-group name="null"> 563 <context-group name="null">
554 <context context-type="linenumber">42</context> 564 <context context-type="linenumber">42</context>
555 </context-group> 565 </context-group>
556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 566 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
557 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 567 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
558 <source> 568 <source>
559 Sensitive 569 Sensitive
@@ -564,7 +574,7 @@
564 <context-group name="null"> 574 <context-group name="null">
565 <context context-type="linenumber">46</context> 575 <context context-type="linenumber">46</context>
566 </context-group> 576 </context-group>
567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
568 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 578 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
569 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 579 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
570 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} outro {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 580 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} outro {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -598,7 +608,7 @@
598 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 608 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
599 <source>Deleted</source><target state="new">Deleted</target> 609 <source>Deleted</source><target state="new">Deleted</target>
600 610
601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
602 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 612 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
603 <source>Edit starts/stops at</source> 613 <source>Edit starts/stops at</source>
604 <target>A edición inicia/para en</target> 614 <target>A edición inicia/para en</target>
@@ -626,7 +636,7 @@
626 <context-group name="null"> 636 <context-group name="null">
627 <context context-type="linenumber">20</context> 637 <context context-type="linenumber">20</context>
628 </context-group> 638 </context-group>
629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
630 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 640 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
631 <source>Delete</source> 641 <source>Delete</source>
632 <target>Eliminar</target> 642 <target>Eliminar</target>
@@ -846,7 +856,7 @@
846 <context-group name="null"> 856 <context-group name="null">
847 <context context-type="linenumber">86</context> 857 <context context-type="linenumber">86</context>
848 </context-group> 858 </context-group>
849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
850 <source>users</source><target state="new">users</target> 860 <source>users</source><target state="new">users</target>
851 <context-group purpose="location"> 861 <context-group purpose="location">
852 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 862 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1030,7 +1040,7 @@
1030 <context-group name="null"> 1040 <context-group name="null">
1031 <context context-type="linenumber">32</context> 1041 <context context-type="linenumber">32</context>
1032 </context-group> 1042 </context-group>
1033 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1043 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1034 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1044 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1035 <source>Forgot your password</source> 1045 <source>Forgot your password</source>
1036 <target>Esqueceu o contrasinal</target> 1046 <target>Esqueceu o contrasinal</target>
@@ -1354,7 +1364,7 @@
1354 <context-group name="null"> 1364 <context-group name="null">
1355 <context context-type="linenumber">107</context> 1365 <context context-type="linenumber">107</context>
1356 </context-group> 1366 </context-group>
1357 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1358 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1368 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1359 <source> 1369 <source>
1360 Help to translate PeerTube! 1370 Help to translate PeerTube!
@@ -1383,6 +1393,12 @@
1383 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1393 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1384 <context context-type="linenumber">29</context> 1394 <context context-type="linenumber">29</context>
1385 </context-group> 1395 </context-group>
1396 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1397 <source>Help</source><target state="new">Help</target>
1398 <context-group purpose="location">
1399 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1400 <context context-type="linenumber">35</context>
1401 </context-group>
1386 </trans-unit> 1402 </trans-unit>
1387 1403
1388 1404
@@ -1392,101 +1408,101 @@
1392 <context-group name="null"> 1408 <context-group name="null">
1393 <context context-type="linenumber">25</context> 1409 <context context-type="linenumber">25</context>
1394 </context-group> 1410 </context-group>
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1411 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1396 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1412 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1397 <source>Create an account</source> 1413 <source>Create an account</source>
1398 <target>Crear unha conta</target> 1414 <target>Crear unha conta</target>
1399 <context-group name="null"> 1415 <context-group name="null">
1400 <context context-type="linenumber">33</context> 1416 <context context-type="linenumber">33</context>
1401 </context-group> 1417 </context-group>
1402 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1403 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1419 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1404 <source>My library</source> 1420 <source>My library</source>
1405 <target>Biblioteca</target> 1421 <target>Biblioteca</target>
1406 <context-group name="null"> 1422 <context-group name="null">
1407 <context context-type="linenumber">37</context> 1423 <context context-type="linenumber">37</context>
1408 </context-group> 1424 </context-group>
1409 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1425 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1410 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1426 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1411 <source>Videos</source> 1427 <source>Videos</source>
1412 <target>Vídeos</target> 1428 <target>Vídeos</target>
1413 <context-group name="null"> 1429 <context-group name="null">
1414 <context context-type="linenumber">24</context> 1430 <context context-type="linenumber">24</context>
1415 </context-group> 1431 </context-group>
1416 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1432 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1417 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1433 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1418 <source>Playlists</source> 1434 <source>Playlists</source>
1419 <target>Listas</target> 1435 <target>Listas</target>
1420 <context-group name="null"> 1436 <context-group name="null">
1421 <context context-type="linenumber">46</context> 1437 <context context-type="linenumber">46</context>
1422 </context-group> 1438 </context-group>
1423 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1439 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1424 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1440 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1425 <source>Subscriptions</source> 1441 <source>Subscriptions</source>
1426 <target>Subscricións</target> 1442 <target>Subscricións</target>
1427 <context-group name="null"> 1443 <context-group name="null">
1428 <context context-type="linenumber">51</context> 1444 <context context-type="linenumber">51</context>
1429 </context-group> 1445 </context-group>
1430 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1431 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1447 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1432 <source>History</source> 1448 <source>History</source>
1433 <target>Historial</target> 1449 <target>Historial</target>
1434 <context-group name="null"> 1450 <context-group name="null">
1435 <context context-type="linenumber">56</context> 1451 <context context-type="linenumber">56</context>
1436 </context-group> 1452 </context-group>
1437 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1453 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1438 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1454 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1439 <source>Discover</source> 1455 <source>Discover</source>
1440 <target>Descubrir</target> 1456 <target>Descubrir</target>
1441 <context-group name="null"> 1457 <context-group name="null">
1442 <context context-type="linenumber">66</context> 1458 <context context-type="linenumber">66</context>
1443 </context-group> 1459 </context-group>
1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1460 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1445 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1461 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1446 <source>Trending</source> 1462 <source>Trending</source>
1447 <target>En voga</target> 1463 <target>En voga</target>
1448 <context-group name="null"> 1464 <context-group name="null">
1449 <context context-type="linenumber">71</context> 1465 <context context-type="linenumber">71</context>
1450 </context-group> 1466 </context-group>
1451 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1452 <source>Most liked</source><target state="new">Most liked</target> 1468 <source>Most liked</source><target state="new">Most liked</target>
1453 1469
1454 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1455 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1471 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1456 <source>Recently added</source> 1472 <source>Recently added</source>
1457 <target>Últimos engadidos</target> 1473 <target>Últimos engadidos</target>
1458 <context-group name="null"> 1474 <context-group name="null">
1459 <context context-type="linenumber">81</context> 1475 <context context-type="linenumber">81</context>
1460 </context-group> 1476 </context-group>
1461 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1477 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1462 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1478 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1463 <source>More</source> 1479 <source>More</source>
1464 <target>Máis</target> 1480 <target>Máis</target>
1465 <context-group name="null"> 1481 <context-group name="null">
1466 <context context-type="linenumber">91</context> 1482 <context context-type="linenumber">91</context>
1467 </context-group> 1483 </context-group>
1468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1469 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1485 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1470 <source>Administration</source> 1486 <source>Administration</source>
1471 <target>Administración</target> 1487 <target>Administración</target>
1472 <context-group name="null"> 1488 <context-group name="null">
1473 <context context-type="linenumber">95</context> 1489 <context context-type="linenumber">95</context>
1474 </context-group> 1490 </context-group>
1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1491 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1476 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1492 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1477 <source>About</source> 1493 <source>About</source>
1478 <target>Acerca de</target> 1494 <target>Acerca de</target>
1479 <context-group name="null"> 1495 <context-group name="null">
1480 <context context-type="linenumber">26</context> 1496 <context context-type="linenumber">26</context>
1481 </context-group> 1497 </context-group>
1482 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1498 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1483 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1499 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1484 <source>Show keyboard shortcuts</source> 1500 <source>Show keyboard shortcuts</source>
1485 <target>Mostrar atallo de teclado</target> 1501 <target>Mostrar atallo de teclado</target>
1486 <context-group name="null"> 1502 <context-group name="null">
1487 <context context-type="linenumber">111</context> 1503 <context context-type="linenumber">111</context>
1488 </context-group> 1504 </context-group>
1489 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1505 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1490 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1506 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1491 <source>View your notifications</source> 1507 <source>View your notifications</source>
1492 <target>Ver as notificacións</target> 1508 <target>Ver as notificacións</target>
@@ -1502,15 +1518,9 @@
1502 </context-group> 1518 </context-group>
1503 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1519 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1504 <source>Mark all as read</source><target state="new">Mark all as read</target> 1520 <source>Mark all as read</source><target state="new">Mark all as read</target>
1505 <context-group purpose="location"> 1521
1506 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1522
1507 <context context-type="linenumber">18</context> 1523 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1508 </context-group>
1509 <context-group purpose="location">
1510 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1511 <context context-type="linenumber">9</context>
1512 </context-group>
1513 </trans-unit>
1514 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1524 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1515 <source>Update your notification preferences</source> 1525 <source>Update your notification preferences</source>
1516 <target>Actualizar preferencias notificacións</target> 1526 <target>Actualizar preferencias notificacións</target>
@@ -1612,7 +1622,7 @@
1612 <context-group name="null"> 1622 <context-group name="null">
1613 <context context-type="linenumber">45</context> 1623 <context context-type="linenumber">45</context>
1614 </context-group> 1624 </context-group>
1615 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1616 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1626 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1617 <source>Display sensitive content</source> 1627 <source>Display sensitive content</source>
1618 <target>Mostrar contido sensible</target> 1628 <target>Mostrar contido sensible</target>
@@ -1729,14 +1739,44 @@
1729 <context-group name="null"> 1739 <context-group name="null">
1730 <context context-type="linenumber">115</context> 1740 <context context-type="linenumber">115</context>
1731 </context-group> 1741 </context-group>
1732 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1742 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1743 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1744 <context-group purpose="location">
1745 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1746 <context context-type="linenumber">14</context>
1747 </context-group>
1748 <context-group purpose="location">
1749 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1750 <context context-type="linenumber">14</context>
1751 </context-group>
1752 <context-group purpose="location">
1753 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1754 <context context-type="linenumber">14</context>
1755 </context-group>
1756 <context-group purpose="location">
1757 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1758 <context context-type="linenumber">14</context>
1759 </context-group>
1760 <context-group purpose="location">
1761 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1762 <context context-type="linenumber">14</context>
1763 </context-group>
1764 <context-group purpose="location">
1765 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1766 <context context-type="linenumber">14</context>
1767 </context-group>
1768 <context-group purpose="location">
1769 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1770 <context context-type="linenumber">14</context>
1771 </context-group>
1772 </trans-unit>
1733 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1773 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1734 <source>Display unlisted and private videos</source> 1774 <source>Display unlisted and private videos</source>
1735 <target>Mostrar vídeos non listados e privados</target> 1775 <target>Mostrar vídeos non listados e privados</target>
1736 <context-group name="null"> 1776 <context-group name="null">
1737 <context context-type="linenumber">14</context> 1777 <context context-type="linenumber">14</context>
1738 </context-group> 1778 </context-group>
1739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1740 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1780 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1741 <source>Add caption</source> 1781 <source>Add caption</source>
1742 <target>Engadir subtítulos</target> 1782 <target>Engadir subtítulos</target>
@@ -2405,27 +2445,27 @@
2405 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2445 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2406 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2446 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2407 2447
2408 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2448 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2409 <source> 2449 <source>
2410 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2450 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2411 </source><target state="new"> 2451 </source><target state="new">
2412 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2452 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2413 </target> 2453 </target>
2414 2454
2415 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2455 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2416 <source>More information</source><target state="new">More information</target> 2456 <source>More information</source><target state="new">More information</target>
2417 2457
2418 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2458 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2419 <source>Get more information</source><target state="new">Get more information</target> 2459 <source>Get more information</source><target state="new">Get more information</target>
2420 2460
2421 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2461 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2422 <source> 2462 <source>
2423 OK 2463 OK
2424 </source><target state="new"> 2464 </source><target state="new">
2425 OK 2465 OK
2426 </target> 2466 </target>
2427 2467
2428 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2429 <source>1 Comment</source><target state="new">1 Comment</target> 2469 <source>1 Comment</source><target state="new">1 Comment</target>
2430 <context-group purpose="location"> 2470 <context-group purpose="location">
2431 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2471 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2557,7 +2597,7 @@
2557 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2597 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2558 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2598 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2559 2599
2560 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2561 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2601 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2562 <source> 2602 <source>
2563 Users 2603 Users
@@ -2695,7 +2735,37 @@
2695 2735
2696 2736
2697 2737
2698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2739 <source>Delayed.</source><target state="new">Delayed.</target>
2740 <context-group purpose="location">
2741 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2742 <context context-type="linenumber">42</context>
2743 </context-group>
2744 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2745 <source>Will start soon...</source><target state="new">Will start soon...</target>
2746 <context-group purpose="location">
2747 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2748 <context context-type="linenumber">43</context>
2749 </context-group>
2750 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2751 <source>Running...</source><target state="new">Running...</target>
2752 <context-group purpose="location">
2753 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2754 <context context-type="linenumber">44</context>
2755 </context-group>
2756 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2757 <source>Finished</source><target state="new">Finished</target>
2758 <context-group purpose="location">
2759 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2760 <context context-type="linenumber">45</context>
2761 </context-group>
2762 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2763 <source>Failed</source><target state="new">Failed</target>
2764 <context-group purpose="location">
2765 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2766 <context context-type="linenumber">46</context>
2767 </context-group>
2768 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2699 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2769 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2700 2770
2701 2771
@@ -2703,7 +2773,7 @@
2703 2773
2704 2774
2705 2775
2706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2707 <source>Accepted</source><target state="new">Accepted</target> 2777 <source>Accepted</source><target state="new">Accepted</target>
2708 2778
2709 2779
@@ -3288,16 +3358,22 @@
3288 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3358 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3289 <context context-type="linenumber">2</context> 3359 <context context-type="linenumber">2</context>
3290 </context-group> 3360 </context-group>
3361 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3362 <source>Job type</source><target state="new">Job type</target>
3363 <context-group purpose="location">
3364 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3365 <context context-type="linenumber">5</context>
3366 </context-group>
3367 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3368 <source>Job state</source><target state="new">Job state</target>
3369 <context-group purpose="location">
3370 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3371 <context context-type="linenumber">14</context>
3372 </context-group>
3291 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3373 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3292 <source>Type</source><target state="new">Type</target> 3374 <source>Type</source><target state="new">Type</target>
3293 3375
3294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3295 <source>Processed on</source><target state="new">Processed on</target>
3296
3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3298 <source>Finished on</source><target state="new">Finished on</target>
3299
3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3301 <source>Refresh</source><target state="new">Refresh</target> 3377 <source>Refresh</source><target state="new">Refresh</target>
3302 3378
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3785,15 +3861,23 @@
3785 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3861 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3786 <context context-type="linenumber">486</context> 3862 <context context-type="linenumber">486</context>
3787 </context-group> 3863 </context-group>
3788 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3864 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3789 <source> 3865 <source>
3790 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3866 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3791 3867
3792 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3868 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3869
3870 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3871
3872 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3793 </source><target state="new"> 3873 </source><target state="new">
3794 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3874 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3795 3875
3796 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3876 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3877
3878 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3879
3880 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3797 </target> 3881 </target>
3798 <context-group purpose="location"> 3882 <context-group purpose="location">
3799 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3883 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3829,69 +3913,66 @@
3829 3913
3830 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3914 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3831 </target> 3915 </target>
3832 <context-group purpose="location"> 3916
3833 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3834 <context context-type="linenumber">518</context>
3835 </context-group>
3836 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3837 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3918 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3838 3919
3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
3840 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3921 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3841 <source>Transcoding threads</source> 3922 <source>Transcoding threads</source>
3842 <target>Fíos de recodificación</target> 3923 <target>Fíos de recodificación</target>
3843 <context-group name="null"> 3924 <context-group name="null">
3844 <context context-type="linenumber">517</context> 3925 <context context-type="linenumber">517</context>
3845 </context-group> 3926 </context-group>
3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3847 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3928 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3848 3929
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3850 <source>Cache</source><target state="new">Cache</target> 3931 <source>Cache</source><target state="new">Cache</target>
3851 3932
3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 3933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
3853 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 3934 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
3854 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 3935 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
3855 <target>Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.</target> 3936 <target>Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.</target>
3856 <context-group name="null"> 3937 <context-group name="null">
3857 <context context-type="linenumber">545</context> 3938 <context context-type="linenumber">545</context>
3858 </context-group> 3939 </context-group>
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
3860 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 3941 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
3861 <source>Previews cache size</source> 3942 <source>Previews cache size</source>
3862 <target>Tamaño da caché de vista previa</target> 3943 <target>Tamaño da caché de vista previa</target>
3863 <context-group name="null"> 3944 <context-group name="null">
3864 <context context-type="linenumber">552</context> 3945 <context context-type="linenumber">552</context>
3865 </context-group> 3946 </context-group>
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
3867 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 3948 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
3868 <source>Video captions cache size</source> 3949 <source>Video captions cache size</source>
3869 <target>Tamaño da caché de comentarios no vídeo</target> 3950 <target>Tamaño da caché de comentarios no vídeo</target>
3870 <context-group name="null"> 3951 <context-group name="null">
3871 <context context-type="linenumber">561</context> 3952 <context context-type="linenumber">561</context>
3872 </context-group> 3953 </context-group>
3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 3954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
3874 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 3955 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
3875 <source>Customizations</source> 3956 <source>Customizations</source>
3876 <target>Personalizacións</target> 3957 <target>Personalizacións</target>
3877 <context-group name="null"> 3958 <context-group name="null">
3878 <context context-type="linenumber">570</context> 3959 <context context-type="linenumber">570</context>
3879 </context-group> 3960 </context-group>
3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3881 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3962 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3882 <source>JavaScript</source> 3963 <source>JavaScript</source>
3883 <target>JavaScript</target> 3964 <target>JavaScript</target>
3884 <context-group name="null"> 3965 <context-group name="null">
3885 <context context-type="linenumber">575</context> 3966 <context context-type="linenumber">575</context>
3886 </context-group> 3967 </context-group>
3887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3888 <source> 3969 <source>
3889 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3970 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3890 </source><target state="new"> 3971 </source><target state="new">
3891 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3972 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3892 </target> 3973 </target>
3893 3974
3894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3895 <source> 3976 <source>
3896 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3977 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3897<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3978<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3918,7 +3999,7 @@
3918<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3999<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3919 </target> 4000 </target>
3920 4001
3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
3922 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4003 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3923 <source>Advanced configuration</source> 4004 <source>Advanced configuration</source>
3924 <target>Configuración avanzada</target> 4005 <target>Configuración avanzada</target>
@@ -3932,10 +4013,10 @@
3932 <context-group name="null"> 4013 <context-group name="null">
3933 <context context-type="linenumber">628</context> 4014 <context context-type="linenumber">628</context>
3934 </context-group> 4015 </context-group>
3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3936 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4017 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3937 4018
3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3939 <source>Total video quota:</source><target state="new">Total video quota:</target> 4020 <source>Total video quota:</source><target state="new">Total video quota:</target>
3940 <context-group purpose="location"> 4021 <context-group purpose="location">
3941 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4022 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4330,11 +4411,8 @@ When you will upload a video in this channel, the video support field will be au
4330 </context-group> 4411 </context-group>
4331 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4412 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4332 <source>All read</source><target state="new">All read</target> 4413 <source>All read</source><target state="new">All read</target>
4333 <context-group purpose="location"> 4414
4334 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4415 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4335 <context context-type="linenumber">12</context>
4336 </context-group>
4337 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4338 <source>Activities</source><target state="new">Activities</target> 4416 <source>Activities</source><target state="new">Activities</target>
4339 <context-group purpose="location"> 4417 <context-group purpose="location">
4340 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4418 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5264,6 +5342,12 @@ When you will upload a video in this channel, the video support field will be au
5264 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5342 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5265 <context context-type="linenumber">1</context> 5343 <context context-type="linenumber">1</context>
5266 </context-group> 5344 </context-group>
5345 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5346 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5347 <context-group purpose="location">
5348 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5349 <context context-type="linenumber">1</context>
5350 </context-group>
5267 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5351 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5268 <source>240p</source><target state="new">240p</target> 5352 <source>240p</source><target state="new">240p</target>
5269 <context-group purpose="location"> 5353 <context-group purpose="location">
@@ -7754,6 +7838,12 @@ When you will upload a video in this channel, the video support field will be au
7754 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7838 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7755 <context context-type="linenumber">1</context> 7839 <context context-type="linenumber">1</context>
7756 </context-group> 7840 </context-group>
7841 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7842 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7843 <context-group purpose="location">
7844 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7845 <context context-type="linenumber">1</context>
7846 </context-group>
7757 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7847 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7758 <source>Subscribed</source><target state="new">Subscribed</target> 7848 <source>Subscribed</source><target state="new">Subscribed</target>
7759 <context-group purpose="location"> 7849 <context-group purpose="location">
@@ -7895,6 +7985,18 @@ When you will upload a video in this channel, the video support field will be au
7895 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7985 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7896 <context context-type="linenumber">1</context> 7986 <context context-type="linenumber">1</context>
7897 </context-group> 7987 </context-group>
7988 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7989 <source>Add to watch later</source><target state="new">Add to watch later</target>
7990 <context-group purpose="location">
7991 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7992 <context context-type="linenumber">1</context>
7993 </context-group>
7994 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7995 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7996 <context-group purpose="location">
7997 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7998 <context context-type="linenumber">1</context>
7999 </context-group>
7898 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 8000 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7899 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 8001 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7900 <context-group purpose="location"> 8002 <context-group purpose="location">
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index fca297de1..83b6f47c3 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -403,8 +403,8 @@
403 <context-group name="null"> 403 <context-group name="null">
404 <context context-type="linenumber">9</context> 404 <context context-type="linenumber">9</context>
405 </context-group> 405 </context-group>
406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 406
407 </trans-unit> 407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
408 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 408 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
409 <source>Start at</source> 409 <source>Start at</source>
410 <target>Kezdés</target> 410 <target>Kezdés</target>
@@ -452,31 +452,40 @@
452 <context context-type="linenumber">74</context> 452 <context context-type="linenumber">74</context>
453 </context-group> 453 </context-group>
454 454
455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
456 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 456 <source>video</source><target state="new">video</target>
457 <source>Download video</source> 457 <context-group purpose="location">
458 <target>Videó letöltése</target> 458 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
459 <context-group name="null"> 459 <context context-type="linenumber">4</context>
460 <context context-type="linenumber">3</context> 460 </context-group>
461 <context-group purpose="location">
462 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
463 <context context-type="linenumber">12</context>
464 </context-group>
465 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
466 <source>subtitles</source><target state="new">subtitles</target>
467 <context-group purpose="location">
468 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
469 <context context-type="linenumber">11</context>
461 </context-group> 470 </context-group>
462 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
463 </trans-unit> 471 </trans-unit>
472
464 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 473 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
465 <source>Direct download</source> 474 <source>Direct download</source>
466 <target>Közvetlen letöltés</target> 475 <target>Közvetlen letöltés</target>
467 <context-group name="null"> 476 <context-group name="null">
468 <context context-type="linenumber">27</context> 477 <context context-type="linenumber">27</context>
469 </context-group> 478 </context-group>
470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 479
471 </trans-unit> 480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
472 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 481 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
473 <source>Torrent (.torrent file)</source> 482 <source>Torrent (.torrent file)</source>
474 <target>Torrent (.torrent fájl)</target> 483 <target>Torrent (.torrent fájl)</target>
475 <context-group name="null"> 484 <context-group name="null">
476 <context context-type="linenumber">32</context> 485 <context context-type="linenumber">32</context>
477 </context-group> 486 </context-group>
478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 487
479 </trans-unit> 488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
480 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 489 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
481 <source>Cancel</source> 490 <source>Cancel</source>
482 <target> 491 <target>
@@ -485,18 +494,18 @@
485 <context-group name="null"> 494 <context-group name="null">
486 <context context-type="linenumber">47</context> 495 <context context-type="linenumber">47</context>
487 </context-group> 496 </context-group>
488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 497
489 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 498
490 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 499
491 </trans-unit> 500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
492 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 501 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
493 <source>Download</source> 502 <source>Download</source>
494 <target>Letöltés</target> 503 <target>Letöltés</target>
495 <context-group name="null"> 504 <context-group name="null">
496 <context context-type="linenumber">43</context> 505 <context context-type="linenumber">43</context>
497 </context-group> 506 </context-group>
498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 507
499 </trans-unit> 508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
500 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 509 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
501 <source>Report video</source> 510 <source>Report video</source>
502 <target>Videó jelentése</target> 511 <target>Videó jelentése</target>
@@ -576,43 +585,40 @@
576 <context-group name="null"> 585 <context-group name="null">
577 <context context-type="linenumber">6</context> 586 <context context-type="linenumber">6</context>
578 </context-group> 587 </context-group>
579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 588
580 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 589
581 </trans-unit> 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
582 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 591 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
583 <source>Private</source> 592 <source>Private</source>
584 <target>Privát</target> 593 <target>Privát</target>
585 <context-group name="null"> 594 <context-group name="null">
586 <context context-type="linenumber">7</context> 595 <context context-type="linenumber">7</context>
587 </context-group> 596 </context-group>
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 597
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 598
590 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 599
591 </trans-unit> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
592 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 601 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
593 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 602 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
594 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés</target> 603 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés</target>
595 <context-group name="null"> 604 <context-group name="null">
596 <context context-type="linenumber">24</context> 605 <context context-type="linenumber">24</context>
597 </context-group> 606 </context-group>
598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 607
599 </trans-unit> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
600 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 609 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
601 <source>Blacklisted</source> 610 <source>Blacklisted</source>
602 <target>Feketelistázott</target> 611 <target>Feketelistázott</target>
603 <context-group name="null"> 612 <context-group name="null">
604 <context context-type="linenumber">42</context> 613 <context context-type="linenumber">42</context>
605 </context-group> 614 </context-group>
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 615
607 </trans-unit> 616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
608 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 617 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
609 <source>Sensitive</source> 618 <source>Sensitive</source>
610 <target state="translated">Érzékeny</target> 619 <target state="translated">Érzékeny</target>
611 <context-group purpose="location"> 620
612 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
613 <context context-type="linenumber">46</context>
614 </context-group>
615 </trans-unit>
616 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 622 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
617 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 623 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
618 <target>{VAR_PLURAL, plural, =0 {Nincs videó} =1 {1 videó} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videó} }</target> 624 <target>{VAR_PLURAL, plural, =0 {Nincs videó} =1 {1 videó} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videó} }</target>
@@ -650,7 +656,7 @@
650 <target state="translated">Törölve</target> 656 <target state="translated">Törölve</target>
651 657
652 658
653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
654 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 660 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
655 <source>Edit starts/stops at</source> 661 <source>Edit starts/stops at</source>
656 <target state="translated">Kezdés/leállítás szerkesztése a</target> 662 <target state="translated">Kezdés/leállítás szerkesztése a</target>
@@ -684,16 +690,16 @@
684 <context-group name="null"> 690 <context-group name="null">
685 <context context-type="linenumber">20</context> 691 <context context-type="linenumber">20</context>
686 </context-group> 692 </context-group>
687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 693
688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 694
689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 695
690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 696
691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 698
693 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 699
694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 700
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 701
696 </trans-unit> 702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
697 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 703 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
698 <source>Delete</source> 704 <source>Delete</source>
699 <target>Törlés</target> 705 <target>Törlés</target>
@@ -947,7 +953,7 @@ Leiratkozás</target>
947 </context-group> 953 </context-group>
948 954
949 955
950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
951 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 957 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
952 <source>users</source> 958 <source>users</source>
953 <target state="translated">felhasználók</target> 959 <target state="translated">felhasználók</target>
@@ -1170,7 +1176,7 @@ Leiratkozás</target>
1170 </context-group> 1176 </context-group>
1171 1177
1172 1178
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1179 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1174 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1180 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1175 <source>Forgot your password</source> 1181 <source>Forgot your password</source>
1176 <target>Elfelejtett jelszó</target> 1182 <target>Elfelejtett jelszó</target>
@@ -1548,7 +1554,7 @@ Leiratkozás</target>
1548 </context-group> 1554 </context-group>
1549 1555
1550 1556
1551 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1557 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1552 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1558 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1553 <source>Help to translate PeerTube!</source> 1559 <source>Help to translate PeerTube!</source>
1554 <target> 1560 <target>
@@ -1576,6 +1582,12 @@ Leiratkozás</target>
1576 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1582 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1577 <context context-type="linenumber">29</context> 1583 <context context-type="linenumber">29</context>
1578 </context-group> 1584 </context-group>
1585 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1586 <source>Help</source><target state="new">Help</target>
1587 <context-group purpose="location">
1588 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1589 <context context-type="linenumber">35</context>
1590 </context-group>
1579 </trans-unit> 1591 </trans-unit>
1580 1592
1581 1593
@@ -1586,7 +1598,7 @@ Leiratkozás</target>
1586 <context context-type="linenumber">25</context> 1598 <context context-type="linenumber">25</context>
1587 </context-group> 1599 </context-group>
1588 1600
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1601 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1590 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1602 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1591 <source>Create an account</source> 1603 <source>Create an account</source>
1592 <target>Fiók létrehozása</target> 1604 <target>Fiók létrehozása</target>
@@ -1594,7 +1606,7 @@ Leiratkozás</target>
1594 <context context-type="linenumber">33</context> 1606 <context context-type="linenumber">33</context>
1595 </context-group> 1607 </context-group>
1596 1608
1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1598 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1610 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1599 <source>My library</source> 1611 <source>My library</source>
1600 <target>Könyvtáram</target> 1612 <target>Könyvtáram</target>
@@ -1602,7 +1614,7 @@ Leiratkozás</target>
1602 <context context-type="linenumber">37</context> 1614 <context context-type="linenumber">37</context>
1603 </context-group> 1615 </context-group>
1604 1616
1605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1606 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1618 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1607 <source>Videos</source> 1619 <source>Videos</source>
1608 <target>Videók</target> 1620 <target>Videók</target>
@@ -1613,7 +1625,7 @@ Leiratkozás</target>
1613 1625
1614 1626
1615 1627
1616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1617 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1629 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1618 <source>Playlists</source> 1630 <source>Playlists</source>
1619 <target>Lejátszási listák</target> 1631 <target>Lejátszási listák</target>
@@ -1621,7 +1633,7 @@ Leiratkozás</target>
1621 <context context-type="linenumber">46</context> 1633 <context context-type="linenumber">46</context>
1622 </context-group> 1634 </context-group>
1623 1635
1624 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1625 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1637 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1626 <source>Subscriptions</source> 1638 <source>Subscriptions</source>
1627 <target>Feliratkozások</target> 1639 <target>Feliratkozások</target>
@@ -1629,7 +1641,7 @@ Leiratkozás</target>
1629 <context context-type="linenumber">51</context> 1641 <context context-type="linenumber">51</context>
1630 </context-group> 1642 </context-group>
1631 1643
1632 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1633 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1645 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1634 <source>History</source> 1646 <source>History</source>
1635 <target>Előzmények</target> 1647 <target>Előzmények</target>
@@ -1637,12 +1649,12 @@ Leiratkozás</target>
1637 <context context-type="linenumber">56</context> 1649 <context context-type="linenumber">56</context>
1638 </context-group> 1650 </context-group>
1639 1651
1640 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1641 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1653 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1642 <source>Discover</source> 1654 <source>Discover</source>
1643 <target state="translated">Felfedezés</target> 1655 <target state="translated">Felfedezés</target>
1644 1656
1645 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1646 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1658 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1647 <source>Trending</source> 1659 <source>Trending</source>
1648 <target>Népszerű</target> 1660 <target>Népszerű</target>
@@ -1650,12 +1662,12 @@ Leiratkozás</target>
1650 <context context-type="linenumber">71</context> 1662 <context context-type="linenumber">71</context>
1651 </context-group> 1663 </context-group>
1652 1664
1653 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1654 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1666 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1655 <source>Most liked</source> 1667 <source>Most liked</source>
1656 <target state="translated">Legkedveltebb</target> 1668 <target state="translated">Legkedveltebb</target>
1657 1669
1658 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1659 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1671 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1660 <source>Recently added</source> 1672 <source>Recently added</source>
1661 <target>Mostanában hozzáadott</target> 1673 <target>Mostanában hozzáadott</target>
@@ -1663,7 +1675,7 @@ Leiratkozás</target>
1663 <context context-type="linenumber">81</context> 1675 <context context-type="linenumber">81</context>
1664 </context-group> 1676 </context-group>
1665 1677
1666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1667 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1679 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1668 <source>More</source> 1680 <source>More</source>
1669 <target>Továbbiak</target> 1681 <target>Továbbiak</target>
@@ -1671,7 +1683,7 @@ Leiratkozás</target>
1671 <context context-type="linenumber">91</context> 1683 <context context-type="linenumber">91</context>
1672 </context-group> 1684 </context-group>
1673 1685
1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1675 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1687 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1676 <source>Administration</source> 1688 <source>Administration</source>
1677 <target>Adminisztráció</target> 1689 <target>Adminisztráció</target>
@@ -1679,7 +1691,7 @@ Leiratkozás</target>
1679 <context context-type="linenumber">95</context> 1691 <context context-type="linenumber">95</context>
1680 </context-group> 1692 </context-group>
1681 1693
1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1683 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1695 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1684 <source>About</source> 1696 <source>About</source>
1685 <target>Rólunk</target> 1697 <target>Rólunk</target>
@@ -1689,7 +1701,7 @@ Leiratkozás</target>
1689 1701
1690 1702
1691 1703
1692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1693 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1705 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1694 <source>Show keyboard shortcuts</source> 1706 <source>Show keyboard shortcuts</source>
1695 <target>Billentyűparancsok megjelenítése</target> 1707 <target>Billentyűparancsok megjelenítése</target>
@@ -1697,7 +1709,7 @@ Leiratkozás</target>
1697 <context context-type="linenumber">111</context> 1709 <context context-type="linenumber">111</context>
1698 </context-group> 1710 </context-group>
1699 1711
1700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1701 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1713 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1702 <source>View your notifications</source> 1714 <source>View your notifications</source>
1703 <target>Értesítések megtekintése</target> 1715 <target>Értesítések megtekintése</target>
@@ -1716,15 +1728,9 @@ Leiratkozás</target>
1716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group> 1728 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group>
1717 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1729 </trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1718 <source>Mark all as read</source><target state="new">Mark all as read</target> 1730 <source>Mark all as read</source><target state="new">Mark all as read</target>
1719 <context-group purpose="location"> 1731
1720 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1732
1721 <context context-type="linenumber">18</context> 1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1722 </context-group>
1723 <context-group purpose="location">
1724 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1725 <context context-type="linenumber">9</context>
1726 </context-group>
1727 </trans-unit>
1728 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1734 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1729 <source>Update your notification preferences</source> 1735 <source>Update your notification preferences</source>
1730 <target>Értesítési beállítások frissítése</target> 1736 <target>Értesítési beállítások frissítése</target>
@@ -1826,8 +1832,8 @@ Leiratkozás</target>
1826 <context-group name="null"> 1832 <context-group name="null">
1827 <context context-type="linenumber">45</context> 1833 <context context-type="linenumber">45</context>
1828 </context-group> 1834 </context-group>
1829 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1835
1830 </trans-unit> 1836 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1831 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1837 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1832 <source>Display sensitive content</source> 1838 <source>Display sensitive content</source>
1833 <target>Érzékeny tartalom megjelenítése</target> 1839 <target>Érzékeny tartalom megjelenítése</target>
@@ -1962,6 +1968,36 @@ Leiratkozás</target>
1962 <context context-type="linenumber">115</context> 1968 <context context-type="linenumber">115</context>
1963 </context-group> 1969 </context-group>
1964 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 1970 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
1971 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1972 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1973 <context-group purpose="location">
1974 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1975 <context context-type="linenumber">14</context>
1976 </context-group>
1977 <context-group purpose="location">
1978 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1979 <context context-type="linenumber">14</context>
1980 </context-group>
1981 <context-group purpose="location">
1982 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1983 <context context-type="linenumber">14</context>
1984 </context-group>
1985 <context-group purpose="location">
1986 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1987 <context context-type="linenumber">14</context>
1988 </context-group>
1989 <context-group purpose="location">
1990 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1991 <context context-type="linenumber">14</context>
1992 </context-group>
1993 <context-group purpose="location">
1994 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1995 <context context-type="linenumber">14</context>
1996 </context-group>
1997 <context-group purpose="location">
1998 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1999 <context context-type="linenumber">14</context>
2000 </context-group>
1965 </trans-unit> 2001 </trans-unit>
1966 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2002 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1967 <source>Display unlisted and private videos</source> 2003 <source>Display unlisted and private videos</source>
@@ -1969,14 +2005,14 @@ Leiratkozás</target>
1969 <context-group name="null"> 2005 <context-group name="null">
1970 <context context-type="linenumber">14</context> 2006 <context context-type="linenumber">14</context>
1971 </context-group> 2007 </context-group>
1972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2008
1973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2009
1974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2010
1975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2011
1976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2012
1977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2013
1978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2014
1979 </trans-unit> 2015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1980 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2016 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1981 <source>Add caption</source> 2017 <source>Add caption</source>
1982 <target>Felirat hozzáadása</target> 2018 <target>Felirat hozzáadása</target>
@@ -2817,8 +2853,8 @@ Leiratkozás</target>
2817 <context-group name="null"> 2853 <context-group name="null">
2818 <context context-type="linenumber">211</context> 2854 <context context-type="linenumber">211</context>
2819 </context-group> 2855 </context-group>
2820 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2856
2821 </trans-unit> 2857 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2822 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2858 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2823 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2859 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2824 <target> 2860 <target>
@@ -2827,24 +2863,24 @@ Leiratkozás</target>
2827 <context-group name="null"> 2863 <context-group name="null">
2828 <context context-type="linenumber">212</context> 2864 <context context-type="linenumber">212</context>
2829 </context-group> 2865 </context-group>
2830 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2866
2831 </trans-unit> 2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2832 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2868 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2833 <source>More information</source> 2869 <source>More information</source>
2834 <target>További információ</target> 2870 <target>További információ</target>
2835 <context-group name="null"> 2871 <context-group name="null">
2836 <context context-type="linenumber">215</context> 2872 <context context-type="linenumber">215</context>
2837 </context-group> 2873 </context-group>
2838 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2874
2839 </trans-unit> 2875 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2840 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2876 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2841 <source>Get more information</source> 2877 <source>Get more information</source>
2842 <target>További információ szerzése</target> 2878 <target>További információ szerzése</target>
2843 <context-group name="null"> 2879 <context-group name="null">
2844 <context context-type="linenumber">215</context> 2880 <context context-type="linenumber">215</context>
2845 </context-group> 2881 </context-group>
2846 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2882
2847 </trans-unit> 2883 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2848 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2884 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2849 <source>OK</source> 2885 <source>OK</source>
2850 <target> 2886 <target>
@@ -2853,8 +2889,8 @@ Leiratkozás</target>
2853 <context-group name="null"> 2889 <context-group name="null">
2854 <context context-type="linenumber">218</context> 2890 <context context-type="linenumber">218</context>
2855 </context-group> 2891 </context-group>
2856 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2892
2857 </trans-unit> 2893 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2858 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2894 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2859 <source>1 Comment</source> 2895 <source>1 Comment</source>
2860 <target state="translated">1 hozzászólás</target> 2896 <target state="translated">1 hozzászólás</target>
@@ -3027,7 +3063,7 @@ Leiratkozás</target>
3027 <source>This comment has been deleted</source> 3063 <source>This comment has been deleted</source>
3028 <target state="translated">Ezt a megjegyzést törölték</target> 3064 <target state="translated">Ezt a megjegyzést törölték</target>
3029 3065
3030 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3066 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3031 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3067 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3032 <source>Users</source> 3068 <source>Users</source>
3033 <target> 3069 <target>
@@ -3172,8 +3208,38 @@ Leiratkozás</target>
3172 <context-group name="null"> 3208 <context-group name="null">
3173 <context context-type="linenumber">10</context> 3209 <context context-type="linenumber">10</context>
3174 </context-group> 3210 </context-group>
3175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3211
3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3212
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3214 <source>Delayed.</source><target state="new">Delayed.</target>
3215 <context-group purpose="location">
3216 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3217 <context context-type="linenumber">42</context>
3218 </context-group>
3219 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3220 <source>Will start soon...</source><target state="new">Will start soon...</target>
3221 <context-group purpose="location">
3222 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3223 <context context-type="linenumber">43</context>
3224 </context-group>
3225 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3226 <source>Running...</source><target state="new">Running...</target>
3227 <context-group purpose="location">
3228 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3229 <context context-type="linenumber">44</context>
3230 </context-group>
3231 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3232 <source>Finished</source><target state="new">Finished</target>
3233 <context-group purpose="location">
3234 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3235 <context context-type="linenumber">45</context>
3236 </context-group>
3237 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3238 <source>Failed</source><target state="new">Failed</target>
3239 <context-group purpose="location">
3240 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3241 <context context-type="linenumber">46</context>
3242 </context-group>
3177 </trans-unit> 3243 </trans-unit>
3178 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3244 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3179 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3245 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3181,13 +3247,13 @@ Leiratkozás</target>
3181 <context-group name="null"> 3247 <context-group name="null">
3182 <context context-type="linenumber">11</context> 3248 <context context-type="linenumber">11</context>
3183 </context-group> 3249 </context-group>
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3250
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3251
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3252
3187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3253
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3254
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3255
3190 </trans-unit> 3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3191 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3257 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3192 <source>Accepted</source> 3258 <source>Accepted</source>
3193 <target>Elfogadva</target> 3259 <target>Elfogadva</target>
@@ -3837,6 +3903,18 @@ Leiratkozás</target>
3837 <context context-type="linenumber">2</context> 3903 <context context-type="linenumber">2</context>
3838 </context-group> 3904 </context-group>
3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3906 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3907 <source>Job type</source><target state="new">Job type</target>
3908 <context-group purpose="location">
3909 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3910 <context context-type="linenumber">5</context>
3911 </context-group>
3912 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3913 <source>Job state</source><target state="new">Job state</target>
3914 <context-group purpose="location">
3915 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3916 <context context-type="linenumber">14</context>
3917 </context-group>
3840 </trans-unit> 3918 </trans-unit>
3841 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3919 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3842 <source>Type</source> 3920 <source>Type</source>
@@ -3846,22 +3924,8 @@ Leiratkozás</target>
3846 </context-group> 3924 </context-group>
3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3848 </trans-unit> 3926 </trans-unit>
3849 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3927
3850 <source>Processed on</source> 3928
3851 <target state="translated">Feldolgozva</target>
3852 <context-group name="null">
3853 <context context-type="linenumber">22</context>
3854 </context-group>
3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3856 </trans-unit>
3857 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3858 <source>Finished on</source>
3859 <target state="translated">Befejezve</target>
3860 <context-group name="null">
3861 <context context-type="linenumber">23</context>
3862 </context-group>
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3864 </trans-unit>
3865 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3929 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3866 <source>Refresh</source> 3930 <source>Refresh</source>
3867 <target state="translated">Frissítés</target> 3931 <target state="translated">Frissítés</target>
@@ -4458,23 +4522,30 @@ Leiratkozás</target>
4458 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4522 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4459 <context context-type="linenumber">486</context> 4523 <context context-type="linenumber">486</context>
4460 </context-group> 4524 </context-group>
4461 </trans-unit> 4525 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4462 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html">
4463 <source> 4526 <source>
4464 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4527 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4465 4528
4466 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4529 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4467 </source> 4530
4468 <target state="new"> 4531 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4532
4533 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4534 </source><target state="new">
4469 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4535 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4470 4536
4471 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4537 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4538
4539 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4540
4541 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4472 </target> 4542 </target>
4473 <context-group purpose="location"> 4543 <context-group purpose="location">
4474 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4544 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4475 <context context-type="linenumber">501</context> 4545 <context context-type="linenumber">501</context>
4476 </context-group> 4546 </context-group>
4477 </trans-unit> 4547 </trans-unit>
4548
4478 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4549 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4479 <source>WebTorrent support enabled</source> 4550 <source>WebTorrent support enabled</source>
4480 <target state="translated">WebTorrent támogatás engedélyezve</target> 4551 <target state="translated">WebTorrent támogatás engedélyezve</target>
@@ -4508,73 +4579,70 @@ Leiratkozás</target>
4508 4579
4509 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4580 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4510 </target> 4581 </target>
4511 <context-group purpose="location"> 4582
4512 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4513 <context context-type="linenumber">518</context>
4514 </context-group>
4515 </trans-unit>
4516 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4584 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4517 <source>HLS support enabled</source> 4585 <source>HLS support enabled</source>
4518 <target state="translated">HLS támogatás engedélyezve</target> 4586 <target state="translated">HLS támogatás engedélyezve</target>
4519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4587
4520 </trans-unit> 4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4521 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4589 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4522 <source>Transcoding threads</source> 4590 <source>Transcoding threads</source>
4523 <target>Átkódoló szálak</target> 4591 <target>Átkódoló szálak</target>
4524 <context-group name="null"> 4592 <context-group name="null">
4525 <context context-type="linenumber">517</context> 4593 <context context-type="linenumber">517</context>
4526 </context-group> 4594 </context-group>
4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4595
4528 </trans-unit> 4596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4529 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4597 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4530 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4598 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4531 <target state="translated">Felbontás <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> engedélyezve</target> 4599 <target state="translated">Felbontás <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> engedélyezve</target>
4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4600
4533 </trans-unit> 4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4534 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4602 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4535 <source>Cache</source> 4603 <source>Cache</source>
4536 <target state="translated">Gyorsítótár</target> 4604 <target state="translated">Gyorsítótár</target>
4537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4605
4538 </trans-unit> 4606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4539 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4607 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4540 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4608 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4541 <target state="translated">Számos fájlok nincsen főderálva (előnézetek, feliratok). Őket közvetlenül az eredeti instaancából vonjuk be és gyorsítótározzuk.</target> 4609 <target state="translated">Számos fájlok nincsen főderálva (előnézetek, feliratok). Őket közvetlenül az eredeti instaancából vonjuk be és gyorsítótározzuk.</target>
4542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4610
4543 </trans-unit> 4611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4544 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4612 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4545 <source>Previews cache size</source> 4613 <source>Previews cache size</source>
4546 <target>Előnézet-gyorsítótár mérete</target> 4614 <target>Előnézet-gyorsítótár mérete</target>
4547 <context-group name="null"> 4615 <context-group name="null">
4548 <context context-type="linenumber">552</context> 4616 <context context-type="linenumber">552</context>
4549 </context-group> 4617 </context-group>
4550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4618
4551 </trans-unit> 4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4552 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4620 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4553 <source>Video captions cache size</source> 4621 <source>Video captions cache size</source>
4554 <target>Videófelirat-gyorsítótár mérete</target> 4622 <target>Videófelirat-gyorsítótár mérete</target>
4555 <context-group name="null"> 4623 <context-group name="null">
4556 <context context-type="linenumber">561</context> 4624 <context context-type="linenumber">561</context>
4557 </context-group> 4625 </context-group>
4558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4626
4559 </trans-unit> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4560 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4628 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4561 <source>Customizations</source> 4629 <source>Customizations</source>
4562 <target state="translated">Személyre szabások</target> 4630 <target state="translated">Személyre szabások</target>
4563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4631
4564 </trans-unit> 4632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4565 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4633 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4566 <source>JavaScript</source> 4634 <source>JavaScript</source>
4567 <target>JavaScript</target> 4635 <target>JavaScript</target>
4568 <context-group name="null"> 4636 <context-group name="null">
4569 <context context-type="linenumber">575</context> 4637 <context context-type="linenumber">575</context>
4570 </context-group> 4638 </context-group>
4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4639
4572 </trans-unit> 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4573 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4641 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4574 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4642 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4575 <target state="translated">JavaScript kód közvetlen beírása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Például: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('az én instancám csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4643 <target state="translated">JavaScript kód közvetlen beírása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Például: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('az én instancám csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4644
4577 </trans-unit> 4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4578 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4646 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4579 <source> 4647 <source>
4580 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4648 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4590,8 +4658,8 @@ Leiratkozás</target>
4590<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4658<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4591 </source> 4659 </source>
4592 <target state="translated">A CSS kód közvetlen beírása. Például:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with Feltöltöd ezzel<x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> hogy felülírja a stílusokat. Például: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4660 <target state="translated">A CSS kód közvetlen beírása. Például:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with Feltöltöd ezzel<x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> hogy felülírja a stílusokat. Például: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4661
4594 </trans-unit> 4662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4595 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4663 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4596 <source>Advanced configuration</source> 4664 <source>Advanced configuration</source>
4597 <target>Haladó konfiguráció</target> 4665 <target>Haladó konfiguráció</target>
@@ -4606,13 +4674,13 @@ Leiratkozás</target>
4606 <context-group name="null"> 4674 <context-group name="null">
4607 <context context-type="linenumber">628</context> 4675 <context context-type="linenumber">628</context>
4608 </context-group> 4676 </context-group>
4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4677
4610 </trans-unit> 4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4611 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4679 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4612 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4680 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4613 <target state="translated">Úgy tűnik, hogy a konfiguráció érvénytelen. Kérjük, keresse meg a lehetséges hibákat a különböző lapokon.</target> 4681 <target state="translated">Úgy tűnik, hogy a konfiguráció érvénytelen. Kérjük, keresse meg a lehetséges hibákat a különböző lapokon.</target>
4614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4682
4615 </trans-unit> 4683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4616 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4684 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4617 <source>Total video quota:</source> 4685 <source>Total video quota:</source>
4618 <target state="translated">Videó kvóta összesen:</target> 4686 <target state="translated">Videó kvóta összesen:</target>
@@ -5116,11 +5184,8 @@ Amikor feltöltesz egy videót erre a csatornára, a videó támogatás mezője
5116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group> 5184 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group>
5117 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5185 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5118 <source>All read</source><target state="new">All read</target> 5186 <source>All read</source><target state="new">All read</target>
5119 <context-group purpose="location"> 5187
5120 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5121 <context context-type="linenumber">12</context>
5122 </context-group>
5123 </trans-unit>
5124 5189
5125 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5190 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5126 <source>Activities</source> 5191 <source>Activities</source>
@@ -6162,6 +6227,12 @@ Amikor feltöltesz egy videót erre a csatornára, a videó támogatás mezője
6162 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6227 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6163 <context context-type="linenumber">1</context> 6228 <context context-type="linenumber">1</context>
6164 </context-group> 6229 </context-group>
6230 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6231 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6232 <context-group purpose="location">
6233 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6234 <context context-type="linenumber">1</context>
6235 </context-group>
6165 </trans-unit> 6236 </trans-unit>
6166 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6237 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6167 <source>240p</source> 6238 <source>240p</source>
@@ -9404,6 +9475,12 @@ Amikor feltöltesz egy videót erre a csatornára, a videó támogatás mezője
9404 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 9475 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
9405 <context context-type="linenumber">1</context> 9476 <context context-type="linenumber">1</context>
9406 </context-group> 9477 </context-group>
9478 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9479 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9480 <context-group purpose="location">
9481 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9482 <context context-type="linenumber">1</context>
9483 </context-group>
9407 </trans-unit> 9484 </trans-unit>
9408 9485
9409 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 9486 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
@@ -9593,6 +9670,18 @@ Amikor feltöltesz egy videót erre a csatornára, a videó támogatás mezője
9593 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9670 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9594 <context context-type="linenumber">1</context> 9671 <context context-type="linenumber">1</context>
9595 </context-group> 9672 </context-group>
9673 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9674 <source>Add to watch later</source><target state="new">Add to watch later</target>
9675 <context-group purpose="location">
9676 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9677 <context context-type="linenumber">1</context>
9678 </context-group>
9679 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9680 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9681 <context-group purpose="location">
9682 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9683 <context context-type="linenumber">1</context>
9684 </context-group>
9596 </trans-unit> 9685 </trans-unit>
9597 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9686 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9598 <source>Only I can see this video</source> 9687 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 82705d9a8..367f1079b 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -390,7 +390,7 @@
390 <context-group name="null"> 390 <context-group name="null">
391 <context context-type="linenumber">9</context> 391 <context context-type="linenumber">9</context>
392 </context-group> 392 </context-group>
393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 395 <source>Start at</source>
396 <target>Parti da</target> 396 <target>Parti da</target>
@@ -424,28 +424,38 @@
424 <context-group name="null"> 424 <context-group name="null">
425 <context context-type="linenumber">74</context> 425 <context context-type="linenumber">74</context>
426 </context-group> 426 </context-group>
427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
428 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 428 <source>video</source><target state="new">video</target>
429 <source>Download video</source> 429 <context-group purpose="location">
430 <target>Scarica video</target> 430 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
431 <context-group name="null"> 431 <context context-type="linenumber">4</context>
432 <context context-type="linenumber">3</context> 432 </context-group>
433 <context-group purpose="location">
434 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
435 <context context-type="linenumber">12</context>
433 </context-group> 436 </context-group>
434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 437 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
438 <source>subtitles</source><target state="new">subtitles</target>
439 <context-group purpose="location">
440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
441 <context context-type="linenumber">11</context>
442 </context-group>
443 </trans-unit>
444
435 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 445 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
436 <source>Direct download</source> 446 <source>Direct download</source>
437 <target>Scaricamento diretto</target> 447 <target>Scaricamento diretto</target>
438 <context-group name="null"> 448 <context-group name="null">
439 <context context-type="linenumber">27</context> 449 <context context-type="linenumber">27</context>
440 </context-group> 450 </context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
442 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 452 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
443 <source>Torrent (.torrent file)</source> 453 <source>Torrent (.torrent file)</source>
444 <target>Torrent ( file .torrent)</target> 454 <target>Torrent ( file .torrent)</target>
445 <context-group name="null"> 455 <context-group name="null">
446 <context context-type="linenumber">32</context> 456 <context context-type="linenumber">32</context>
447 </context-group> 457 </context-group>
448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
449 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 459 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
450 <source> 460 <source>
451 Cancel 461 Cancel
@@ -456,14 +466,14 @@
456 <context-group name="null"> 466 <context-group name="null">
457 <context context-type="linenumber">47</context> 467 <context context-type="linenumber">47</context>
458 </context-group> 468 </context-group>
459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
460 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 470 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
461 <source>Download</source> 471 <source>Download</source>
462 <target>Scarica</target> 472 <target>Scarica</target>
463 <context-group name="null"> 473 <context-group name="null">
464 <context context-type="linenumber">43</context> 474 <context context-type="linenumber">43</context>
465 </context-group> 475 </context-group>
466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
467 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 477 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
468 <source>Report video</source> 478 <source>Report video</source>
469 <target>Segnala video</target> 479 <target>Segnala video</target>
@@ -529,28 +539,28 @@
529 <context-group name="null"> 539 <context-group name="null">
530 <context context-type="linenumber">6</context> 540 <context context-type="linenumber">6</context>
531 </context-group> 541 </context-group>
532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
533 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 543 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
534 <source>Private</source> 544 <source>Private</source>
535 <target>Privato</target> 545 <target>Privato</target>
536 <context-group name="null"> 546 <context-group name="null">
537 <context context-type="linenumber">7</context> 547 <context context-type="linenumber">7</context>
538 </context-group> 548 </context-group>
539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
540 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 550 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
541 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 551 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
542 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target> 552 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizzazioni</target>
543 <context-group name="null"> 553 <context-group name="null">
544 <context context-type="linenumber">24</context> 554 <context context-type="linenumber">24</context>
545 </context-group> 555 </context-group>
546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
547 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 557 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
548 <source>Blacklisted</source> 558 <source>Blacklisted</source>
549 <target>In lista nera</target> 559 <target>In lista nera</target>
550 <context-group name="null"> 560 <context-group name="null">
551 <context context-type="linenumber">42</context> 561 <context context-type="linenumber">42</context>
552 </context-group> 562 </context-group>
553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
554 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 564 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
555 <source> 565 <source>
556 Sensitive 566 Sensitive
@@ -561,7 +571,7 @@
561 <context-group name="null"> 571 <context-group name="null">
562 <context context-type="linenumber">46</context> 572 <context context-type="linenumber">46</context>
563 </context-group> 573 </context-group>
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
565 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 575 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
566 <context-group purpose="location"> 576 <context-group purpose="location">
567 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 577 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -594,7 +604,7 @@
594 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 604 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
595 <source>Deleted</source><target state="new">Deleted</target> 605 <source>Deleted</source><target state="new">Deleted</target>
596 606
597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
598 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 608 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
599 <source>Edit starts/stops at</source> 609 <source>Edit starts/stops at</source>
600 <target>Modifica inizio/fine a</target> 610 <target>Modifica inizio/fine a</target>
@@ -622,7 +632,7 @@
622 <context-group name="null"> 632 <context-group name="null">
623 <context context-type="linenumber">20</context> 633 <context context-type="linenumber">20</context>
624 </context-group> 634 </context-group>
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
626 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 636 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
627 <source>Delete</source> 637 <source>Delete</source>
628 <target>Cancella</target> 638 <target>Cancella</target>
@@ -850,7 +860,7 @@
850 <context-group name="null"> 860 <context-group name="null">
851 <context context-type="linenumber">86</context> 861 <context context-type="linenumber">86</context>
852 </context-group> 862 </context-group>
853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
854 <source>users</source><target state="new">users</target> 864 <source>users</source><target state="new">users</target>
855 <context-group purpose="location"> 865 <context-group purpose="location">
856 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 866 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1033,7 +1043,7 @@
1033 <context-group name="null"> 1043 <context-group name="null">
1034 <context context-type="linenumber">32</context> 1044 <context context-type="linenumber">32</context>
1035 </context-group> 1045 </context-group>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1046 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1037 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1047 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1038 <source>Forgot your password</source> 1048 <source>Forgot your password</source>
1039 <target>Password dimenticata</target> 1049 <target>Password dimenticata</target>
@@ -1360,7 +1370,7 @@
1360 <context-group name="null"> 1370 <context-group name="null">
1361 <context context-type="linenumber">107</context> 1371 <context context-type="linenumber">107</context>
1362 </context-group> 1372 </context-group>
1363 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1373 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1364 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1374 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1365 <source> 1375 <source>
1366 Help to translate PeerTube! 1376 Help to translate PeerTube!
@@ -1389,6 +1399,12 @@
1389 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1399 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1390 <context context-type="linenumber">29</context> 1400 <context context-type="linenumber">29</context>
1391 </context-group> 1401 </context-group>
1402 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1403 <source>Help</source><target state="new">Help</target>
1404 <context-group purpose="location">
1405 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1406 <context context-type="linenumber">35</context>
1407 </context-group>
1392 </trans-unit> 1408 </trans-unit>
1393 1409
1394 1410
@@ -1398,97 +1414,97 @@
1398 <context-group name="null"> 1414 <context-group name="null">
1399 <context context-type="linenumber">25</context> 1415 <context context-type="linenumber">25</context>
1400 </context-group> 1416 </context-group>
1401 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1417 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1402 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1418 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1403 <source>Create an account</source> 1419 <source>Create an account</source>
1404 <target>Crea un account</target> 1420 <target>Crea un account</target>
1405 <context-group name="null"> 1421 <context-group name="null">
1406 <context context-type="linenumber">33</context> 1422 <context context-type="linenumber">33</context>
1407 </context-group> 1423 </context-group>
1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1424 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1409 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1425 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1410 <source>My library</source> 1426 <source>My library</source>
1411 <target>La mia biblioteca</target> 1427 <target>La mia biblioteca</target>
1412 <context-group name="null"> 1428 <context-group name="null">
1413 <context context-type="linenumber">37</context> 1429 <context context-type="linenumber">37</context>
1414 </context-group> 1430 </context-group>
1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1416 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1432 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1417 <source>Videos</source> 1433 <source>Videos</source>
1418 <target>Video</target> 1434 <target>Video</target>
1419 <context-group name="null"> 1435 <context-group name="null">
1420 <context context-type="linenumber">24</context> 1436 <context context-type="linenumber">24</context>
1421 </context-group> 1437 </context-group>
1422 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1438 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1423 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1439 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1424 <source>Playlists</source> 1440 <source>Playlists</source>
1425 <target>Playlist</target> 1441 <target>Playlist</target>
1426 <context-group name="null"> 1442 <context-group name="null">
1427 <context context-type="linenumber">46</context> 1443 <context context-type="linenumber">46</context>
1428 </context-group> 1444 </context-group>
1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1445 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1430 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1446 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1431 <source>Subscriptions</source> 1447 <source>Subscriptions</source>
1432 <target>Iscrizioni</target> 1448 <target>Iscrizioni</target>
1433 <context-group name="null"> 1449 <context-group name="null">
1434 <context context-type="linenumber">51</context> 1450 <context context-type="linenumber">51</context>
1435 </context-group> 1451 </context-group>
1436 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1437 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1453 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1438 <source>History</source> 1454 <source>History</source>
1439 <target>Cronologia</target> 1455 <target>Cronologia</target>
1440 <context-group name="null"> 1456 <context-group name="null">
1441 <context context-type="linenumber">56</context> 1457 <context context-type="linenumber">56</context>
1442 </context-group> 1458 </context-group>
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1444 <source>Discover</source><target state="new">Discover</target> 1460 <source>Discover</source><target state="new">Discover</target>
1445 1461
1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1462 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1447 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1463 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1448 <source>Trending</source> 1464 <source>Trending</source>
1449 <target>Popolari</target> 1465 <target>Popolari</target>
1450 <context-group name="null"> 1466 <context-group name="null">
1451 <context context-type="linenumber">71</context> 1467 <context context-type="linenumber">71</context>
1452 </context-group> 1468 </context-group>
1453 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1469 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1454 <source>Most liked</source><target state="new">Most liked</target> 1470 <source>Most liked</source><target state="new">Most liked</target>
1455 1471
1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1457 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1473 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1458 <source>Recently added</source> 1474 <source>Recently added</source>
1459 <target>Aggiunti di recente</target> 1475 <target>Aggiunti di recente</target>
1460 <context-group name="null"> 1476 <context-group name="null">
1461 <context context-type="linenumber">81</context> 1477 <context context-type="linenumber">81</context>
1462 </context-group> 1478 </context-group>
1463 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1479 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1464 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1480 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1465 <source>More</source> 1481 <source>More</source>
1466 <target>Altro</target> 1482 <target>Altro</target>
1467 <context-group name="null"> 1483 <context-group name="null">
1468 <context context-type="linenumber">91</context> 1484 <context context-type="linenumber">91</context>
1469 </context-group> 1485 </context-group>
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1486 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1471 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1487 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1472 <source>Administration</source> 1488 <source>Administration</source>
1473 <target>Amministrazione</target> 1489 <target>Amministrazione</target>
1474 <context-group name="null"> 1490 <context-group name="null">
1475 <context context-type="linenumber">95</context> 1491 <context context-type="linenumber">95</context>
1476 </context-group> 1492 </context-group>
1477 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1493 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1478 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1494 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1479 <source>About</source> 1495 <source>About</source>
1480 <target>Informazioni</target> 1496 <target>Informazioni</target>
1481 <context-group name="null"> 1497 <context-group name="null">
1482 <context context-type="linenumber">26</context> 1498 <context context-type="linenumber">26</context>
1483 </context-group> 1499 </context-group>
1484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1500 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1485 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1501 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1486 <source>Show keyboard shortcuts</source> 1502 <source>Show keyboard shortcuts</source>
1487 <target>Mostra scorciatoie della tastiera</target> 1503 <target>Mostra scorciatoie della tastiera</target>
1488 <context-group name="null"> 1504 <context-group name="null">
1489 <context context-type="linenumber">111</context> 1505 <context context-type="linenumber">111</context>
1490 </context-group> 1506 </context-group>
1491 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1507 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1492 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1508 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1493 <source>View your notifications</source> 1509 <source>View your notifications</source>
1494 <target>Vedi le notifiche</target> 1510 <target>Vedi le notifiche</target>
@@ -1504,15 +1520,9 @@
1504 </context-group> 1520 </context-group>
1505 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1521 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1506 <source>Mark all as read</source><target state="new">Mark all as read</target> 1522 <source>Mark all as read</source><target state="new">Mark all as read</target>
1507 <context-group purpose="location"> 1523
1508 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1524
1509 <context context-type="linenumber">18</context> 1525 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1510 </context-group>
1511 <context-group purpose="location">
1512 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1513 <context context-type="linenumber">9</context>
1514 </context-group>
1515 </trans-unit>
1516 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1526 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1517 <source>Update your notification preferences</source> 1527 <source>Update your notification preferences</source>
1518 <target>Aggiorna le preferenze sulle notifiche</target> 1528 <target>Aggiorna le preferenze sulle notifiche</target>
@@ -1614,7 +1624,7 @@
1614 <context-group name="null"> 1624 <context-group name="null">
1615 <context context-type="linenumber">45</context> 1625 <context context-type="linenumber">45</context>
1616 </context-group> 1626 </context-group>
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1627 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1618 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1628 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1619 <source>Display sensitive content</source> 1629 <source>Display sensitive content</source>
1620 <target>Mostra contenuti sensibili</target> 1630 <target>Mostra contenuti sensibili</target>
@@ -1731,14 +1741,44 @@
1731 <context-group name="null"> 1741 <context-group name="null">
1732 <context context-type="linenumber">115</context> 1742 <context context-type="linenumber">115</context>
1733 </context-group> 1743 </context-group>
1734 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1744 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1745 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1746 <context-group purpose="location">
1747 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1748 <context context-type="linenumber">14</context>
1749 </context-group>
1750 <context-group purpose="location">
1751 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1752 <context context-type="linenumber">14</context>
1753 </context-group>
1754 <context-group purpose="location">
1755 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1756 <context context-type="linenumber">14</context>
1757 </context-group>
1758 <context-group purpose="location">
1759 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1760 <context context-type="linenumber">14</context>
1761 </context-group>
1762 <context-group purpose="location">
1763 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1764 <context context-type="linenumber">14</context>
1765 </context-group>
1766 <context-group purpose="location">
1767 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1768 <context context-type="linenumber">14</context>
1769 </context-group>
1770 <context-group purpose="location">
1771 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1772 <context context-type="linenumber">14</context>
1773 </context-group>
1774 </trans-unit>
1735 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1775 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1736 <source>Display unlisted and private videos</source> 1776 <source>Display unlisted and private videos</source>
1737 <target>Mostra video privati e non elencati</target> 1777 <target>Mostra video privati e non elencati</target>
1738 <context-group name="null"> 1778 <context-group name="null">
1739 <context context-type="linenumber">14</context> 1779 <context context-type="linenumber">14</context>
1740 </context-group> 1780 </context-group>
1741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1742 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1782 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1743 <source>Add caption</source> 1783 <source>Add caption</source>
1744 <target>Aggiungi descrizione</target> 1784 <target>Aggiungi descrizione</target>
@@ -2481,7 +2521,7 @@
2481 <context-group name="null"> 2521 <context-group name="null">
2482 <context context-type="linenumber">211</context> 2522 <context context-type="linenumber">211</context>
2483 </context-group> 2523 </context-group>
2484 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2485 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2525 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2486 <source> 2526 <source>
2487 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2527 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2492,21 +2532,21 @@
2492 <context-group name="null"> 2532 <context-group name="null">
2493 <context context-type="linenumber">212</context> 2533 <context context-type="linenumber">212</context>
2494 </context-group> 2534 </context-group>
2495 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2535 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2496 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2536 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2497 <source>More information</source> 2537 <source>More information</source>
2498 <target>Più informazioni</target> 2538 <target>Più informazioni</target>
2499 <context-group name="null"> 2539 <context-group name="null">
2500 <context context-type="linenumber">215</context> 2540 <context context-type="linenumber">215</context>
2501 </context-group> 2541 </context-group>
2502 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2542 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2503 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2543 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2504 <source>Get more information</source> 2544 <source>Get more information</source>
2505 <target>Ottieni più informazioni</target> 2545 <target>Ottieni più informazioni</target>
2506 <context-group name="null"> 2546 <context-group name="null">
2507 <context context-type="linenumber">215</context> 2547 <context context-type="linenumber">215</context>
2508 </context-group> 2548 </context-group>
2509 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2549 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2510 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2550 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2511 <source> 2551 <source>
2512 OK 2552 OK
@@ -2517,7 +2557,7 @@
2517 <context-group name="null"> 2557 <context-group name="null">
2518 <context context-type="linenumber">218</context> 2558 <context context-type="linenumber">218</context>
2519 </context-group> 2559 </context-group>
2520 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2560 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2521 <source>1 Comment</source><target state="new">1 Comment</target> 2561 <source>1 Comment</source><target state="new">1 Comment</target>
2522 <context-group purpose="location"> 2562 <context-group purpose="location">
2523 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2563 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2685,7 +2725,7 @@
2685 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2686 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2726 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2687 2727
2688 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2728 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2689 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2729 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2690 <source> 2730 <source>
2691 Users 2731 Users
@@ -2827,7 +2867,37 @@
2827 <context-group name="null"> 2867 <context-group name="null">
2828 <context context-type="linenumber">10</context> 2868 <context context-type="linenumber">10</context>
2829 </context-group> 2869 </context-group>
2830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2871 <source>Delayed.</source><target state="new">Delayed.</target>
2872 <context-group purpose="location">
2873 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2874 <context context-type="linenumber">42</context>
2875 </context-group>
2876 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2877 <source>Will start soon...</source><target state="new">Will start soon...</target>
2878 <context-group purpose="location">
2879 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2880 <context context-type="linenumber">43</context>
2881 </context-group>
2882 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2883 <source>Running...</source><target state="new">Running...</target>
2884 <context-group purpose="location">
2885 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2886 <context context-type="linenumber">44</context>
2887 </context-group>
2888 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2889 <source>Finished</source><target state="new">Finished</target>
2890 <context-group purpose="location">
2891 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2892 <context context-type="linenumber">45</context>
2893 </context-group>
2894 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2895 <source>Failed</source><target state="new">Failed</target>
2896 <context-group purpose="location">
2897 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2898 <context context-type="linenumber">46</context>
2899 </context-group>
2900 </trans-unit>
2831 2901
2832 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2902 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2833 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2903 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2835,7 +2905,7 @@
2835 <context-group name="null"> 2905 <context-group name="null">
2836 <context context-type="linenumber">11</context> 2906 <context context-type="linenumber">11</context>
2837 </context-group> 2907 </context-group>
2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2839 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2909 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2840 <source>Accepted</source> 2910 <source>Accepted</source>
2841 <target>Accettato</target> 2911 <target>Accettato</target>
@@ -3379,7 +3449,19 @@
3379 <context-group name="null"> 3449 <context-group name="null">
3380 <context context-type="linenumber">2</context> 3450 <context context-type="linenumber">2</context>
3381 </context-group> 3451 </context-group>
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3453 <source>Job type</source><target state="new">Job type</target>
3454 <context-group purpose="location">
3455 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3456 <context context-type="linenumber">5</context>
3457 </context-group>
3458 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3459 <source>Job state</source><target state="new">Job state</target>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3462 <context context-type="linenumber">14</context>
3463 </context-group>
3464 </trans-unit>
3383 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3465 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3384 <source>Type</source> 3466 <source>Type</source>
3385 <target>Tipo</target> 3467 <target>Tipo</target>
@@ -3387,20 +3469,8 @@
3387 <context context-type="linenumber">19</context> 3469 <context context-type="linenumber">19</context>
3388 </context-group> 3470 </context-group>
3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3390 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3472
3391 <source>Processed on</source> 3473
3392 <target>Processato su</target>
3393 <context-group name="null">
3394 <context context-type="linenumber">22</context>
3395 </context-group>
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3397 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3398 <source>Finished on</source>
3399 <target>Finito il</target>
3400 <context-group name="null">
3401 <context context-type="linenumber">23</context>
3402 </context-group>
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3404 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3474 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3405 <source>Refresh</source> 3475 <source>Refresh</source>
3406 <target>Aggiorna</target> 3476 <target>Aggiorna</target>
@@ -3900,15 +3970,23 @@
3900 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3970 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3901 <context context-type="linenumber">486</context> 3971 <context context-type="linenumber">486</context>
3902 </context-group> 3972 </context-group>
3903 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3973 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3904 <source> 3974 <source>
3905 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3975 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3906 3976
3907 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3977 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3978
3979 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3980
3981 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3908 </source><target state="new"> 3982 </source><target state="new">
3909 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3983 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3910 3984
3911 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3985 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3986
3987 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3988
3989 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3912 </target> 3990 </target>
3913 <context-group purpose="location"> 3991 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3992 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3944,69 +4022,66 @@
3944 4022
3945 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4023 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3946 </target> 4024 </target>
3947 <context-group purpose="location"> 4025
3948 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3949 <context context-type="linenumber">518</context>
3950 </context-group>
3951 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3952 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4027 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3953 4028
3954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
3955 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4030 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3956 <source>Transcoding threads</source> 4031 <source>Transcoding threads</source>
3957 <target>Numero thread di trascodifica</target> 4032 <target>Numero thread di trascodifica</target>
3958 <context-group name="null"> 4033 <context-group name="null">
3959 <context context-type="linenumber">517</context> 4034 <context context-type="linenumber">517</context>
3960 </context-group> 4035 </context-group>
3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3962 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4037 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3963 4038
3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3965 <source>Cache</source><target state="new">Cache</target> 4040 <source>Cache</source><target state="new">Cache</target>
3966 4041
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
3968 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4043 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
3969 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4044 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
3970 <target>Alcuni file non sono federati (anteprime, sottotitoli). Li recuperiamo direttamente dall'istanza di origine e li mettiamo in cache.</target> 4045 <target>Alcuni file non sono federati (anteprime, sottotitoli). Li recuperiamo direttamente dall'istanza di origine e li mettiamo in cache.</target>
3971 <context-group name="null"> 4046 <context-group name="null">
3972 <context context-type="linenumber">545</context> 4047 <context context-type="linenumber">545</context>
3973 </context-group> 4048 </context-group>
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
3975 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4050 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
3976 <source>Previews cache size</source> 4051 <source>Previews cache size</source>
3977 <target>Dimensione del cache per l'anteprima</target> 4052 <target>Dimensione del cache per l'anteprima</target>
3978 <context-group name="null"> 4053 <context-group name="null">
3979 <context context-type="linenumber">552</context> 4054 <context context-type="linenumber">552</context>
3980 </context-group> 4055 </context-group>
3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
3982 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4057 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
3983 <source>Video captions cache size</source> 4058 <source>Video captions cache size</source>
3984 <target>Dimensione cache sottotitoli</target> 4059 <target>Dimensione cache sottotitoli</target>
3985 <context-group name="null"> 4060 <context-group name="null">
3986 <context context-type="linenumber">561</context> 4061 <context context-type="linenumber">561</context>
3987 </context-group> 4062 </context-group>
3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
3989 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4064 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
3990 <source>Customizations</source> 4065 <source>Customizations</source>
3991 <target>Personalizzazioni</target> 4066 <target>Personalizzazioni</target>
3992 <context-group name="null"> 4067 <context-group name="null">
3993 <context context-type="linenumber">570</context> 4068 <context context-type="linenumber">570</context>
3994 </context-group> 4069 </context-group>
3995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3996 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4071 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3997 <source>JavaScript</source> 4072 <source>JavaScript</source>
3998 <target>JavaScript</target> 4073 <target>JavaScript</target>
3999 <context-group name="null"> 4074 <context-group name="null">
4000 <context context-type="linenumber">575</context> 4075 <context context-type="linenumber">575</context>
4001 </context-group> 4076 </context-group>
4002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4003 <source> 4078 <source>
4004 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4079 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4005 </source><target state="new"> 4080 </source><target state="new">
4006 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4081 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4007 </target> 4082 </target>
4008 4083
4009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4010 <source> 4085 <source>
4011 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4086 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4012<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4087<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4033,7 +4108,7 @@
4033<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4108<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4034 </target> 4109 </target>
4035 4110
4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4037 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4112 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4038 <source>Advanced configuration</source> 4113 <source>Advanced configuration</source>
4039 <target>Configurazione avanzata</target> 4114 <target>Configurazione avanzata</target>
@@ -4047,10 +4122,10 @@
4047 <context-group name="null"> 4122 <context-group name="null">
4048 <context context-type="linenumber">628</context> 4123 <context context-type="linenumber">628</context>
4049 </context-group> 4124 </context-group>
4050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4051 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4126 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4052 4127
4053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4054 <source>Total video quota:</source><target state="new">Total video quota:</target> 4129 <source>Total video quota:</source><target state="new">Total video quota:</target>
4055 <context-group purpose="location"> 4130 <context-group purpose="location">
4056 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4131 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4480,11 +4555,8 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
4480 </context-group> 4555 </context-group>
4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4482 <source>All read</source><target state="new">All read</target> 4557 <source>All read</source><target state="new">All read</target>
4483 <context-group purpose="location"> 4558
4484 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4485 <context context-type="linenumber">12</context>
4486 </context-group>
4487 </trans-unit>
4488 4560
4489 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4561 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4490 <source>Activities</source> 4562 <source>Activities</source>
@@ -5442,6 +5514,12 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
5442 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5514 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5443 <context context-type="linenumber">1</context> 5515 <context context-type="linenumber">1</context>
5444 </context-group> 5516 </context-group>
5517 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5518 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5519 <context-group purpose="location">
5520 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5521 <context context-type="linenumber">1</context>
5522 </context-group>
5445 </trans-unit> 5523 </trans-unit>
5446 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5524 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5447 <source>240p</source> 5525 <source>240p</source>
@@ -8067,7 +8145,13 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
8067 <context-group name="null"> 8145 <context-group name="null">
8068 <context context-type="linenumber">1</context> 8146 <context context-type="linenumber">1</context>
8069 </context-group> 8147 </context-group>
8070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8149 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8150 <context-group purpose="location">
8151 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8152 <context context-type="linenumber">1</context>
8153 </context-group>
8154 </trans-unit>
8071 8155
8072 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8156 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
8073 <source>Subscribed</source> 8157 <source>Subscribed</source>
@@ -8229,7 +8313,19 @@ Quando tu carichi un video su questo canale. il campo di supporto per il video v
8229 <context-group name="null"> 8313 <context-group name="null">
8230 <context context-type="linenumber">1</context> 8314 <context context-type="linenumber">1</context>
8231 </context-group> 8315 </context-group>
8232 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8317 <source>Add to watch later</source><target state="new">Add to watch later</target>
8318 <context-group purpose="location">
8319 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8320 <context context-type="linenumber">1</context>
8321 </context-group>
8322 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8323 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8324 <context-group purpose="location">
8325 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8326 <context context-type="linenumber">1</context>
8327 </context-group>
8328 </trans-unit>
8233 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8329 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8234 <source>Only I can see this video</source> 8330 <source>Only I can see this video</source>
8235 <target>Solo io posso vedere questo video</target> 8331 <target>Solo io posso vedere questo video</target>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 25ee6b40d..919d6e5ec 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -390,7 +390,7 @@
390 <context-group name="null"> 390 <context-group name="null">
391 <context context-type="linenumber">9</context> 391 <context context-type="linenumber">9</context>
392 </context-group> 392 </context-group>
393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 395 <source>Start at</source>
396 <target>再生位置 (~から再生)</target> 396 <target>再生位置 (~から再生)</target>
@@ -424,28 +424,38 @@
424 <context-group name="null"> 424 <context-group name="null">
425 <context context-type="linenumber">74</context> 425 <context context-type="linenumber">74</context>
426 </context-group> 426 </context-group>
427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
428 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 428 <source>video</source><target state="new">video</target>
429 <source>Download video</source> 429 <context-group purpose="location">
430 <target>動画をダウンロードする</target> 430 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
431 <context-group name="null"> 431 <context context-type="linenumber">4</context>
432 <context context-type="linenumber">3</context>
433 </context-group> 432 </context-group>
434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 433 <context-group purpose="location">
434 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
435 <context context-type="linenumber">12</context>
436 </context-group>
437 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
438 <source>subtitles</source><target state="new">subtitles</target>
439 <context-group purpose="location">
440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
441 <context context-type="linenumber">11</context>
442 </context-group>
443 </trans-unit>
444
435 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 445 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
436 <source>Direct download</source> 446 <source>Direct download</source>
437 <target>直接ダウンロード</target> 447 <target>直接ダウンロード</target>
438 <context-group name="null"> 448 <context-group name="null">
439 <context context-type="linenumber">27</context> 449 <context context-type="linenumber">27</context>
440 </context-group> 450 </context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
442 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 452 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
443 <source>Torrent (.torrent file)</source> 453 <source>Torrent (.torrent file)</source>
444 <target>Torrent (.torrent ファイル)</target> 454 <target>Torrent (.torrent ファイル)</target>
445 <context-group name="null"> 455 <context-group name="null">
446 <context context-type="linenumber">32</context> 456 <context context-type="linenumber">32</context>
447 </context-group> 457 </context-group>
448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
449 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 459 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
450 <source> 460 <source>
451 Cancel 461 Cancel
@@ -456,14 +466,14 @@
456 <context-group name="null"> 466 <context-group name="null">
457 <context context-type="linenumber">47</context> 467 <context context-type="linenumber">47</context>
458 </context-group> 468 </context-group>
459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
460 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 470 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
461 <source>Download</source> 471 <source>Download</source>
462 <target>ダウンロード</target> 472 <target>ダウンロード</target>
463 <context-group name="null"> 473 <context-group name="null">
464 <context context-type="linenumber">43</context> 474 <context context-type="linenumber">43</context>
465 </context-group> 475 </context-group>
466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
467 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 477 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
468 <source>Report video</source> 478 <source>Report video</source>
469 <target>動画を報告する</target> 479 <target>動画を報告する</target>
@@ -529,38 +539,35 @@
529 <context-group name="null"> 539 <context-group name="null">
530 <context context-type="linenumber">6</context> 540 <context context-type="linenumber">6</context>
531 </context-group> 541 </context-group>
532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
533 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 543 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
534 <source>Private</source> 544 <source>Private</source>
535 <target>非公開</target> 545 <target>非公開</target>
536 <context-group name="null"> 546 <context-group name="null">
537 <context context-type="linenumber">7</context> 547 <context context-type="linenumber">7</context>
538 </context-group> 548 </context-group>
539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
540 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 550 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
541 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 551 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
542 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視聴</target> 552 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 回視聴</target>
543 <context-group name="null"> 553 <context-group name="null">
544 <context context-type="linenumber">24</context> 554 <context context-type="linenumber">24</context>
545 </context-group> 555 </context-group>
546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
547 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 557 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
548 <source>Blacklisted</source> 558 <source>Blacklisted</source>
549 <target>ブラックリストに登録されています</target> 559 <target>ブラックリストに登録されています</target>
550 <context-group name="null"> 560 <context-group name="null">
551 <context context-type="linenumber">42</context> 561 <context context-type="linenumber">42</context>
552 </context-group> 562 </context-group>
553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
554 <source> 564 <source>
555 Sensitive 565 Sensitive
556 </source><target state="new"> 566 </source><target state="new">
557 Sensitive 567 Sensitive
558 </target> 568 </target>
559 <context-group purpose="location"> 569
560 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 570 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
561 <context context-type="linenumber">46</context>
562 </context-group>
563 </trans-unit>
564 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 571 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
565 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 572 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
566 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 573 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -594,7 +601,7 @@
594 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 601 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
595 <source>Deleted</source><target state="new">Deleted</target> 602 <source>Deleted</source><target state="new">Deleted</target>
596 603
597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
598 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 605 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
599 <source>Edit starts/stops at</source> 606 <source>Edit starts/stops at</source>
600 <target>Edit starts/stops at</target> 607 <target>Edit starts/stops at</target>
@@ -622,7 +629,7 @@
622 <context-group name="null"> 629 <context-group name="null">
623 <context context-type="linenumber">20</context> 630 <context context-type="linenumber">20</context>
624 </context-group> 631 </context-group>
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
626 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 633 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
627 <source>Delete</source> 634 <source>Delete</source>
628 <target>削除</target> 635 <target>削除</target>
@@ -854,7 +861,7 @@
854 <context-group name="null"> 861 <context-group name="null">
855 <context context-type="linenumber">86</context> 862 <context context-type="linenumber">86</context>
856 </context-group> 863 </context-group>
857 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
858 <source>users</source><target state="new">users</target> 865 <source>users</source><target state="new">users</target>
859 <context-group purpose="location"> 866 <context-group purpose="location">
860 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 867 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1037,7 +1044,7 @@
1037 <context-group name="null"> 1044 <context-group name="null">
1038 <context context-type="linenumber">32</context> 1045 <context context-type="linenumber">32</context>
1039 </context-group> 1046 </context-group>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1047 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1041 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1048 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1042 <source>Forgot your password</source> 1049 <source>Forgot your password</source>
1043 <target>パスワードをお忘れですか</target> 1050 <target>パスワードをお忘れですか</target>
@@ -1364,7 +1371,7 @@
1364 <context-group name="null"> 1371 <context-group name="null">
1365 <context context-type="linenumber">107</context> 1372 <context context-type="linenumber">107</context>
1366 </context-group> 1373 </context-group>
1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1368 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1375 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1369 <source> 1376 <source>
1370 Help to translate PeerTube! 1377 Help to translate PeerTube!
@@ -1393,6 +1400,12 @@
1393 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1400 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1394 <context context-type="linenumber">29</context> 1401 <context context-type="linenumber">29</context>
1395 </context-group> 1402 </context-group>
1403 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1404 <source>Help</source><target state="new">Help</target>
1405 <context-group purpose="location">
1406 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1407 <context context-type="linenumber">35</context>
1408 </context-group>
1396 </trans-unit> 1409 </trans-unit>
1397 1410
1398 1411
@@ -1402,97 +1415,97 @@
1402 <context-group name="null"> 1415 <context-group name="null">
1403 <context context-type="linenumber">25</context> 1416 <context context-type="linenumber">25</context>
1404 </context-group> 1417 </context-group>
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1406 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1419 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1407 <source>Create an account</source> 1420 <source>Create an account</source>
1408 <target>アカウントを作成する</target> 1421 <target>アカウントを作成する</target>
1409 <context-group name="null"> 1422 <context-group name="null">
1410 <context context-type="linenumber">33</context> 1423 <context context-type="linenumber">33</context>
1411 </context-group> 1424 </context-group>
1412 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1425 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1413 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1426 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1414 <source>My library</source> 1427 <source>My library</source>
1415 <target>ライブラリ</target> 1428 <target>ライブラリ</target>
1416 <context-group name="null"> 1429 <context-group name="null">
1417 <context context-type="linenumber">37</context> 1430 <context context-type="linenumber">37</context>
1418 </context-group> 1431 </context-group>
1419 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1432 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1420 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1433 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1421 <source>Videos</source> 1434 <source>Videos</source>
1422 <target>動画</target> 1435 <target>動画</target>
1423 <context-group name="null"> 1436 <context-group name="null">
1424 <context context-type="linenumber">24</context> 1437 <context context-type="linenumber">24</context>
1425 </context-group> 1438 </context-group>
1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1439 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1427 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1440 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1428 <source>Playlists</source> 1441 <source>Playlists</source>
1429 <target>プレイリスト</target> 1442 <target>プレイリスト</target>
1430 <context-group name="null"> 1443 <context-group name="null">
1431 <context context-type="linenumber">46</context> 1444 <context context-type="linenumber">46</context>
1432 </context-group> 1445 </context-group>
1433 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1434 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1447 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1435 <source>Subscriptions</source> 1448 <source>Subscriptions</source>
1436 <target>購読</target> 1449 <target>購読</target>
1437 <context-group name="null"> 1450 <context-group name="null">
1438 <context context-type="linenumber">51</context> 1451 <context context-type="linenumber">51</context>
1439 </context-group> 1452 </context-group>
1440 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1453 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1441 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1454 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1442 <source>History</source> 1455 <source>History</source>
1443 <target>履歴</target> 1456 <target>履歴</target>
1444 <context-group name="null"> 1457 <context-group name="null">
1445 <context context-type="linenumber">56</context> 1458 <context context-type="linenumber">56</context>
1446 </context-group> 1459 </context-group>
1447 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1460 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1448 <source>Discover</source><target state="new">Discover</target> 1461 <source>Discover</source><target state="new">Discover</target>
1449 1462
1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1463 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1451 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1464 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1452 <source>Trending</source> 1465 <source>Trending</source>
1453 <target>トレンド</target> 1466 <target>トレンド</target>
1454 <context-group name="null"> 1467 <context-group name="null">
1455 <context context-type="linenumber">71</context> 1468 <context context-type="linenumber">71</context>
1456 </context-group> 1469 </context-group>
1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1458 <source>Most liked</source><target state="new">Most liked</target> 1471 <source>Most liked</source><target state="new">Most liked</target>
1459 1472
1460 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1461 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1474 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1462 <source>Recently added</source> 1475 <source>Recently added</source>
1463 <target>最近追加された</target> 1476 <target>最近追加された</target>
1464 <context-group name="null"> 1477 <context-group name="null">
1465 <context context-type="linenumber">81</context> 1478 <context context-type="linenumber">81</context>
1466 </context-group> 1479 </context-group>
1467 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1480 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1468 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1481 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1469 <source>More</source> 1482 <source>More</source>
1470 <target>もっと</target> 1483 <target>もっと</target>
1471 <context-group name="null"> 1484 <context-group name="null">
1472 <context context-type="linenumber">91</context> 1485 <context context-type="linenumber">91</context>
1473 </context-group> 1486 </context-group>
1474 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1487 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1475 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1488 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1476 <source>Administration</source> 1489 <source>Administration</source>
1477 <target>運営</target> 1490 <target>運営</target>
1478 <context-group name="null"> 1491 <context-group name="null">
1479 <context context-type="linenumber">95</context> 1492 <context context-type="linenumber">95</context>
1480 </context-group> 1493 </context-group>
1481 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1494 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1482 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1495 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1483 <source>About</source> 1496 <source>About</source>
1484 <target>私たちについて</target> 1497 <target>私たちについて</target>
1485 <context-group name="null"> 1498 <context-group name="null">
1486 <context context-type="linenumber">26</context> 1499 <context context-type="linenumber">26</context>
1487 </context-group> 1500 </context-group>
1488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1501 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1489 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1502 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1490 <source>Show keyboard shortcuts</source> 1503 <source>Show keyboard shortcuts</source>
1491 <target>キーボードショートカットを表示</target> 1504 <target>キーボードショートカットを表示</target>
1492 <context-group name="null"> 1505 <context-group name="null">
1493 <context context-type="linenumber">111</context> 1506 <context context-type="linenumber">111</context>
1494 </context-group> 1507 </context-group>
1495 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1508 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1496 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1509 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1497 <source>View your notifications</source> 1510 <source>View your notifications</source>
1498 <target>通知を表示</target> 1511 <target>通知を表示</target>
@@ -1508,15 +1521,9 @@
1508 </context-group> 1521 </context-group>
1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1522 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1510 <source>Mark all as read</source><target state="new">Mark all as read</target> 1523 <source>Mark all as read</source><target state="new">Mark all as read</target>
1511 <context-group purpose="location"> 1524
1512 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1525
1513 <context context-type="linenumber">18</context> 1526 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1514 </context-group>
1515 <context-group purpose="location">
1516 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1517 <context context-type="linenumber">9</context>
1518 </context-group>
1519 </trans-unit>
1520 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1527 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1521 <source>Update your notification preferences</source> 1528 <source>Update your notification preferences</source>
1522 <target>通知設定を更新する</target> 1529 <target>通知設定を更新する</target>
@@ -1618,7 +1625,7 @@
1618 <context-group name="null"> 1625 <context-group name="null">
1619 <context context-type="linenumber">45</context> 1626 <context context-type="linenumber">45</context>
1620 </context-group> 1627 </context-group>
1621 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1622 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1629 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1623 <source>Display sensitive content</source> 1630 <source>Display sensitive content</source>
1624 <target>センシティブなコンテンツを表示</target> 1631 <target>センシティブなコンテンツを表示</target>
@@ -1735,14 +1742,44 @@
1735 <context-group name="null"> 1742 <context-group name="null">
1736 <context context-type="linenumber">115</context> 1743 <context context-type="linenumber">115</context>
1737 </context-group> 1744 </context-group>
1738 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1745 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1746 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1747 <context-group purpose="location">
1748 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1749 <context context-type="linenumber">14</context>
1750 </context-group>
1751 <context-group purpose="location">
1752 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1753 <context context-type="linenumber">14</context>
1754 </context-group>
1755 <context-group purpose="location">
1756 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1757 <context context-type="linenumber">14</context>
1758 </context-group>
1759 <context-group purpose="location">
1760 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1761 <context context-type="linenumber">14</context>
1762 </context-group>
1763 <context-group purpose="location">
1764 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1765 <context context-type="linenumber">14</context>
1766 </context-group>
1767 <context-group purpose="location">
1768 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1769 <context context-type="linenumber">14</context>
1770 </context-group>
1771 <context-group purpose="location">
1772 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1773 <context context-type="linenumber">14</context>
1774 </context-group>
1775 </trans-unit>
1739 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1776 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1740 <source>Display unlisted and private videos</source> 1777 <source>Display unlisted and private videos</source>
1741 <target>未収載動画と非公開動画を表示する</target> 1778 <target>未収載動画と非公開動画を表示する</target>
1742 <context-group name="null"> 1779 <context-group name="null">
1743 <context context-type="linenumber">14</context> 1780 <context context-type="linenumber">14</context>
1744 </context-group> 1781 </context-group>
1745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1746 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1783 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1747 <source>Add caption</source> 1784 <source>Add caption</source>
1748 <target>字幕を追加</target> 1785 <target>字幕を追加</target>
@@ -2484,7 +2521,7 @@
2484 <context-group name="null"> 2521 <context-group name="null">
2485 <context context-type="linenumber">211</context> 2522 <context context-type="linenumber">211</context>
2486 </context-group> 2523 </context-group>
2487 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2488 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2525 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2489 <source> 2526 <source>
2490 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2527 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2495,21 +2532,21 @@
2495 <context-group name="null"> 2532 <context-group name="null">
2496 <context context-type="linenumber">212</context> 2533 <context context-type="linenumber">212</context>
2497 </context-group> 2534 </context-group>
2498 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2535 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2499 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2536 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2500 <source>More information</source> 2537 <source>More information</source>
2501 <target>詳しくは:</target> 2538 <target>詳しくは:</target>
2502 <context-group name="null"> 2539 <context-group name="null">
2503 <context context-type="linenumber">215</context> 2540 <context context-type="linenumber">215</context>
2504 </context-group> 2541 </context-group>
2505 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2542 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2506 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2543 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2507 <source>Get more information</source> 2544 <source>Get more information</source>
2508 <target>より多くの情報を得る</target> 2545 <target>より多くの情報を得る</target>
2509 <context-group name="null"> 2546 <context-group name="null">
2510 <context context-type="linenumber">215</context> 2547 <context context-type="linenumber">215</context>
2511 </context-group> 2548 </context-group>
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2549 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2513 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2550 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2514 <source> 2551 <source>
2515 OK 2552 OK
@@ -2520,7 +2557,7 @@
2520 <context-group name="null"> 2557 <context-group name="null">
2521 <context context-type="linenumber">218</context> 2558 <context context-type="linenumber">218</context>
2522 </context-group> 2559 </context-group>
2523 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2560 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2524 <source>1 Comment</source><target state="new">1 Comment</target> 2561 <source>1 Comment</source><target state="new">1 Comment</target>
2525 <context-group purpose="location"> 2562 <context-group purpose="location">
2526 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2563 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2688,7 +2725,7 @@
2688 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2689 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2726 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2690 2727
2691 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2728 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2692 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2729 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2693 <source> 2730 <source>
2694 Users 2731 Users
@@ -2829,7 +2866,37 @@
2829 <context-group name="null"> 2866 <context-group name="null">
2830 <context context-type="linenumber">10</context> 2867 <context context-type="linenumber">10</context>
2831 </context-group> 2868 </context-group>
2832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2870 <source>Delayed.</source><target state="new">Delayed.</target>
2871 <context-group purpose="location">
2872 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2873 <context context-type="linenumber">42</context>
2874 </context-group>
2875 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2876 <source>Will start soon...</source><target state="new">Will start soon...</target>
2877 <context-group purpose="location">
2878 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2879 <context context-type="linenumber">43</context>
2880 </context-group>
2881 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2882 <source>Running...</source><target state="new">Running...</target>
2883 <context-group purpose="location">
2884 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2885 <context context-type="linenumber">44</context>
2886 </context-group>
2887 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2888 <source>Finished</source><target state="new">Finished</target>
2889 <context-group purpose="location">
2890 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2891 <context context-type="linenumber">45</context>
2892 </context-group>
2893 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2894 <source>Failed</source><target state="new">Failed</target>
2895 <context-group purpose="location">
2896 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2897 <context context-type="linenumber">46</context>
2898 </context-group>
2899 </trans-unit>
2833 2900
2834 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2901 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2835 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2902 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2837,7 +2904,7 @@
2837 <context-group name="null"> 2904 <context-group name="null">
2838 <context context-type="linenumber">11</context> 2905 <context context-type="linenumber">11</context>
2839 </context-group> 2906 </context-group>
2840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2841 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2908 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2842 <source>Accepted</source> 2909 <source>Accepted</source>
2843 <target>受入済</target> 2910 <target>受入済</target>
@@ -3378,7 +3445,19 @@
3378 <context-group name="null"> 3445 <context-group name="null">
3379 <context context-type="linenumber">2</context> 3446 <context context-type="linenumber">2</context>
3380 </context-group> 3447 </context-group>
3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3449 <source>Job type</source><target state="new">Job type</target>
3450 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3452 <context context-type="linenumber">5</context>
3453 </context-group>
3454 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3455 <source>Job state</source><target state="new">Job state</target>
3456 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3458 <context context-type="linenumber">14</context>
3459 </context-group>
3460 </trans-unit>
3382 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3461 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3383 <source>Type</source> 3462 <source>Type</source>
3384 <target>種類</target> 3463 <target>種類</target>
@@ -3386,20 +3465,8 @@
3386 <context context-type="linenumber">19</context> 3465 <context context-type="linenumber">19</context>
3387 </context-group> 3466 </context-group>
3388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3389 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3468
3390 <source>Processed on</source> 3469
3391 <target>処理済</target>
3392 <context-group name="null">
3393 <context context-type="linenumber">22</context>
3394 </context-group>
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3396 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3397 <source>Finished on</source>
3398 <target>終了しました</target>
3399 <context-group name="null">
3400 <context context-type="linenumber">23</context>
3401 </context-group>
3402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3403 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3470 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3404 <source>Refresh</source> 3471 <source>Refresh</source>
3405 <target>受け入れる</target> 3472 <target>受け入れる</target>
@@ -3896,15 +3963,23 @@
3896 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3963 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3897 <context context-type="linenumber">486</context> 3964 <context context-type="linenumber">486</context>
3898 </context-group> 3965 </context-group>
3899 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3966 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3900 <source> 3967 <source>
3901 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3968 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3902 3969
3903 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3970 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3971
3972 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3973
3974 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3904 </source><target state="new"> 3975 </source><target state="new">
3905 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3976 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3906 3977
3907 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3978 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3979
3980 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3981
3982 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3908 </target> 3983 </target>
3909 <context-group purpose="location"> 3984 <context-group purpose="location">
3910 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3985 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3940,69 +4015,66 @@
3940 4015
3941 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4016 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3942 </target> 4017 </target>
3943 <context-group purpose="location"> 4018
3944 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3945 <context context-type="linenumber">518</context>
3946 </context-group>
3947 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3948 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4020 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3949 4021
3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
3951 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4023 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3952 <source>Transcoding threads</source> 4024 <source>Transcoding threads</source>
3953 <target>トランスコードスレッド</target> 4025 <target>トランスコードスレッド</target>
3954 <context-group name="null"> 4026 <context-group name="null">
3955 <context context-type="linenumber">517</context> 4027 <context context-type="linenumber">517</context>
3956 </context-group> 4028 </context-group>
3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3958 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4030 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3959 4031
3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3961 <source>Cache</source><target state="new">Cache</target> 4033 <source>Cache</source><target state="new">Cache</target>
3962 4034
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
3964 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4036 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
3965 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4037 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
3966 <target>一部のファイルは連携されていません (プレビュー、キャプション)。インスタンスから直接取得してキャッシュします。</target> 4038 <target>一部のファイルは連携されていません (プレビュー、キャプション)。インスタンスから直接取得してキャッシュします。</target>
3967 <context-group name="null"> 4039 <context-group name="null">
3968 <context context-type="linenumber">545</context> 4040 <context context-type="linenumber">545</context>
3969 </context-group> 4041 </context-group>
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
3971 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4043 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
3972 <source>Previews cache size</source> 4044 <source>Previews cache size</source>
3973 <target>プレビューキャッシュサイズ</target> 4045 <target>プレビューキャッシュサイズ</target>
3974 <context-group name="null"> 4046 <context-group name="null">
3975 <context context-type="linenumber">552</context> 4047 <context context-type="linenumber">552</context>
3976 </context-group> 4048 </context-group>
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
3978 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4050 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
3979 <source>Video captions cache size</source> 4051 <source>Video captions cache size</source>
3980 <target>動画字幕のキャッシュサイズ</target> 4052 <target>動画字幕のキャッシュサイズ</target>
3981 <context-group name="null"> 4053 <context-group name="null">
3982 <context context-type="linenumber">561</context> 4054 <context context-type="linenumber">561</context>
3983 </context-group> 4055 </context-group>
3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
3985 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4057 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
3986 <source>Customizations</source> 4058 <source>Customizations</source>
3987 <target>カスタマイズ</target> 4059 <target>カスタマイズ</target>
3988 <context-group name="null"> 4060 <context-group name="null">
3989 <context context-type="linenumber">570</context> 4061 <context context-type="linenumber">570</context>
3990 </context-group> 4062 </context-group>
3991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3992 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4064 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3993 <source>JavaScript</source> 4065 <source>JavaScript</source>
3994 <target>JavaScript</target> 4066 <target>JavaScript</target>
3995 <context-group name="null"> 4067 <context-group name="null">
3996 <context context-type="linenumber">575</context> 4068 <context context-type="linenumber">575</context>
3997 </context-group> 4069 </context-group>
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3999 <source> 4071 <source>
4000 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4072 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4001 </source><target state="new"> 4073 </source><target state="new">
4002 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4074 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4003 </target> 4075 </target>
4004 4076
4005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4006 <source> 4078 <source>
4007 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4079 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4008<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4080<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4029,7 +4101,7 @@
4029<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4101<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4030 </target> 4102 </target>
4031 4103
4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4033 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4105 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4034 <source>Advanced configuration</source> 4106 <source>Advanced configuration</source>
4035 <target>高度な設定</target> 4107 <target>高度な設定</target>
@@ -4043,10 +4115,10 @@
4043 <context-group name="null"> 4115 <context-group name="null">
4044 <context context-type="linenumber">628</context> 4116 <context context-type="linenumber">628</context>
4045 </context-group> 4117 </context-group>
4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4047 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4119 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4048 4120
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4050 <source>Total video quota:</source><target state="new">Total video quota:</target> 4122 <source>Total video quota:</source><target state="new">Total video quota:</target>
4051 <context-group purpose="location"> 4123 <context-group purpose="location">
4052 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4124 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4476,11 +4548,8 @@ When you will upload a video in this channel, the video support field will be au
4476 </context-group> 4548 </context-group>
4477 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4549 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4478 <source>All read</source><target state="new">All read</target> 4550 <source>All read</source><target state="new">All read</target>
4479 <context-group purpose="location"> 4551
4480 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4481 <context context-type="linenumber">12</context>
4482 </context-group>
4483 </trans-unit>
4484 4553
4485 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4554 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4486 <source>Activities</source> 4555 <source>Activities</source>
@@ -5438,6 +5507,12 @@ When you will upload a video in this channel, the video support field will be au
5438 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5507 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5439 <context context-type="linenumber">1</context> 5508 <context context-type="linenumber">1</context>
5440 </context-group> 5509 </context-group>
5510 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5511 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5512 <context-group purpose="location">
5513 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5514 <context context-type="linenumber">1</context>
5515 </context-group>
5441 </trans-unit> 5516 </trans-unit>
5442 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5517 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5443 <source>240p</source> 5518 <source>240p</source>
@@ -8070,7 +8145,13 @@ When you will upload a video in this channel, the video support field will be au
8070 <context-group name="null"> 8145 <context-group name="null">
8071 <context context-type="linenumber">1</context> 8146 <context context-type="linenumber">1</context>
8072 </context-group> 8147 </context-group>
8073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8149 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8150 <context-group purpose="location">
8151 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8152 <context context-type="linenumber">1</context>
8153 </context-group>
8154 </trans-unit>
8074 8155
8075 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8156 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
8076 <source>Subscribed</source> 8157 <source>Subscribed</source>
@@ -8228,7 +8309,19 @@ When you will upload a video in this channel, the video support field will be au
8228 <context-group name="null"> 8309 <context-group name="null">
8229 <context context-type="linenumber">1</context> 8310 <context context-type="linenumber">1</context>
8230 </context-group> 8311 </context-group>
8231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8313 <source>Add to watch later</source><target state="new">Add to watch later</target>
8314 <context-group purpose="location">
8315 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8316 <context context-type="linenumber">1</context>
8317 </context-group>
8318 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8319 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8320 <context-group purpose="location">
8321 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8322 <context context-type="linenumber">1</context>
8323 </context-group>
8324 </trans-unit>
8232 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8325 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8233 <source>Only I can see this video</source> 8326 <source>Only I can see this video</source>
8234 <target>自分だけがこの動画を視聴することができます</target> 8327 <target>自分だけがこの動画を視聴することができます</target>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index 44e9aa320..d237eb9c3 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -383,7 +383,7 @@
383 <context-group name="null"> 383 <context-group name="null">
384 <context context-type="linenumber">9</context> 384 <context context-type="linenumber">9</context>
385 </context-group> 385 </context-group>
386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
387 <source>Start at</source><target state="new">Start at</target> 387 <source>Start at</source><target state="new">Start at</target>
388 388
389 389
@@ -413,27 +413,34 @@
413 <context-group name="null"> 413 <context-group name="null">
414 <context context-type="linenumber">74</context> 414 <context context-type="linenumber">74</context>
415 </context-group> 415 </context-group>
416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
417 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 417 <source>video</source><target state="new">video</target>
418 <source>Download video</source> 418 <context-group purpose="location">
419 <target>nu kibycpa lo vidvi</target> 419 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
420 <context-group name="null"> 420 <context context-type="linenumber">4</context>
421 <context context-type="linenumber">3</context>
422 </context-group> 421 </context-group>
423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 422 <context-group purpose="location">
423 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
424 <context context-type="linenumber">12</context>
425 </context-group>
426 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
427 <source>subtitles</source><target state="new">subtitles</target>
428 <context-group purpose="location">
429 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
430 <context context-type="linenumber">11</context>
431 </context-group>
432 </trans-unit>
433
424 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 434 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
425 <source>Direct download</source> 435 <source>Direct download</source>
426 <target>sirji kibycpa</target> 436 <target>sirji kibycpa</target>
427 <context-group name="null"> 437 <context-group name="null">
428 <context context-type="linenumber">27</context> 438 <context context-type="linenumber">27</context>
429 </context-group> 439 </context-group>
430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
431 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 441 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
432 <context-group purpose="location"> 442
433 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
434 <context context-type="linenumber">32</context>
435 </context-group>
436 </trans-unit>
437 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 444 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
438 <source> 445 <source>
439 Cancel 446 Cancel
@@ -444,14 +451,14 @@
444 <context-group name="null"> 451 <context-group name="null">
445 <context context-type="linenumber">47</context> 452 <context context-type="linenumber">47</context>
446 </context-group> 453 </context-group>
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
448 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 455 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
449 <source>Download</source> 456 <source>Download</source>
450 <target>nu kibycpa</target> 457 <target>nu kibycpa</target>
451 <context-group name="null"> 458 <context-group name="null">
452 <context context-type="linenumber">43</context> 459 <context context-type="linenumber">43</context>
453 </context-group> 460 </context-group>
454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
455 <source>Report video</source><target state="new">Report video</target> 462 <source>Report video</source><target state="new">Report video</target>
456 <context-group purpose="location"> 463 <context-group purpose="location">
457 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 464 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -546,36 +553,27 @@
546 <context-group name="null"> 553 <context-group name="null">
547 <context context-type="linenumber">6</context> 554 <context context-type="linenumber">6</context>
548 </context-group> 555 </context-group>
549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
550 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 557 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
551 <source>Private</source> 558 <source>Private</source>
552 <target>sivni</target> 559 <target>sivni</target>
553 <context-group name="null"> 560 <context-group name="null">
554 <context context-type="linenumber">7</context> 561 <context context-type="linenumber">7</context>
555 </context-group> 562 </context-group>
556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
557 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 564 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
558 <context-group purpose="location"> 565
559 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 566 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
560 <context context-type="linenumber">24</context>
561 </context-group>
562 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
563 <source>Blacklisted</source><target state="new">Blacklisted</target> 567 <source>Blacklisted</source><target state="new">Blacklisted</target>
564 <context-group purpose="location"> 568
565 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
566 <context context-type="linenumber">42</context>
567 </context-group>
568 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
569 <source> 570 <source>
570 Sensitive 571 Sensitive
571 </source><target state="new"> 572 </source><target state="new">
572 Sensitive 573 Sensitive
573 </target> 574 </target>
574 <context-group purpose="location"> 575
575 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
576 <context context-type="linenumber">46</context>
577 </context-group>
578 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
579 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 577 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
580 <context-group purpose="location"> 578 <context-group purpose="location">
581 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 579 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -606,7 +604,7 @@
606 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 604 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
607 <source>Deleted</source><target state="new">Deleted</target> 605 <source>Deleted</source><target state="new">Deleted</target>
608 606
609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
610 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 608 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
611 <context-group purpose="location"> 609 <context-group purpose="location">
612 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 610 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -632,7 +630,7 @@
632 <context-group name="null"> 630 <context-group name="null">
633 <context context-type="linenumber">20</context> 631 <context context-type="linenumber">20</context>
634 </context-group> 632 </context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
636 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 634 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
637 <source>Delete</source> 635 <source>Delete</source>
638 <target>nu vimcu</target> 636 <target>nu vimcu</target>
@@ -835,7 +833,7 @@ sisti lo nu jersi pe'a</target>
835 <context-group name="null"> 833 <context-group name="null">
836 <context context-type="linenumber">86</context> 834 <context context-type="linenumber">86</context>
837 </context-group> 835 </context-group>
838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
839 <source>users</source><target state="new">users</target> 837 <source>users</source><target state="new">users</target>
840 <context-group purpose="location"> 838 <context-group purpose="location">
841 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 839 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1013,7 +1011,7 @@ sisti lo nu jersi pe'a</target>
1013 <context-group name="null"> 1011 <context-group name="null">
1014 <context context-type="linenumber">32</context> 1012 <context context-type="linenumber">32</context>
1015 </context-group> 1013 </context-group>
1016 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1014 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1017 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1015 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1018 <source>Forgot your password</source> 1016 <source>Forgot your password</source>
1019 <target>.i mi nalmo'i le mi lerpoijaspu</target> 1017 <target>.i mi nalmo'i le mi lerpoijaspu</target>
@@ -1334,7 +1332,7 @@ galfi le mi japyvla</target>
1334 <context-group name="null"> 1332 <context-group name="null">
1335 <context context-type="linenumber">107</context> 1333 <context context-type="linenumber">107</context>
1336 </context-group> 1334 </context-group>
1337 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1335 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1338 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1336 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1339 <source> 1337 <source>
1340 Help to translate PeerTube! 1338 Help to translate PeerTube!
@@ -1362,88 +1360,94 @@ galfi le mi japyvla</target>
1362 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1360 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1363 <context context-type="linenumber">29</context> 1361 <context context-type="linenumber">29</context>
1364 </context-group> 1362 </context-group>
1363 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1364 <source>Help</source><target state="new">Help</target>
1365 <context-group purpose="location">
1366 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1367 <context context-type="linenumber">35</context>
1368 </context-group>
1365 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1369 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1366 <source>Log out</source><target state="new">Log out</target> 1370 <source>Log out</source><target state="new">Log out</target>
1367 1371
1368 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1372 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1369 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1373 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1370 <source>Create an account</source> 1374 <source>Create an account</source>
1371 <target>zbasu lo pilno</target> 1375 <target>zbasu lo pilno</target>
1372 <context-group name="null"> 1376 <context-group name="null">
1373 <context context-type="linenumber">33</context> 1377 <context context-type="linenumber">33</context>
1374 </context-group> 1378 </context-group>
1375 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1376 <source>My library</source><target state="new">My library</target> 1380 <source>My library</source><target state="new">My library</target>
1377 1381
1378 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1382 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1379 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1383 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1380 <source>Videos</source> 1384 <source>Videos</source>
1381 <target>lo vidvi</target> 1385 <target>lo vidvi</target>
1382 <context-group name="null"> 1386 <context-group name="null">
1383 <context context-type="linenumber">24</context> 1387 <context context-type="linenumber">24</context>
1384 </context-group> 1388 </context-group>
1385 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1386 <source>Playlists</source><target state="new">Playlists</target> 1390 <source>Playlists</source><target state="new">Playlists</target>
1387 1391
1388 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1392 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1389 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1393 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1390 <source>Subscriptions</source> 1394 <source>Subscriptions</source>
1391 <target>lo se jersi pe'a</target> 1395 <target>lo se jersi pe'a</target>
1392 <context-group name="null"> 1396 <context-group name="null">
1393 <context context-type="linenumber">51</context> 1397 <context context-type="linenumber">51</context>
1394 </context-group> 1398 </context-group>
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1399 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1396 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1400 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1397 <source>History</source> 1401 <source>History</source>
1398 <target>citri</target> 1402 <target>citri</target>
1399 <context-group name="null"> 1403 <context-group name="null">
1400 <context context-type="linenumber">56</context> 1404 <context context-type="linenumber">56</context>
1401 </context-group> 1405 </context-group>
1402 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1403 <source>Discover</source><target state="new">Discover</target> 1407 <source>Discover</source><target state="new">Discover</target>
1404 1408
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1409 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1406 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1410 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1407 <source>Trending</source> 1411 <source>Trending</source>
1408 <target>lo cabna misno</target> 1412 <target>lo cabna misno</target>
1409 <context-group name="null"> 1413 <context-group name="null">
1410 <context context-type="linenumber">71</context> 1414 <context context-type="linenumber">71</context>
1411 </context-group> 1415 </context-group>
1412 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1416 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1413 <source>Most liked</source><target state="new">Most liked</target> 1417 <source>Most liked</source><target state="new">Most liked</target>
1414 1418
1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1419 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1416 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1420 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1417 <source>Recently added</source> 1421 <source>Recently added</source>
1418 <target>pu za se jmina</target> 1422 <target>pu za se jmina</target>
1419 <context-group name="null"> 1423 <context-group name="null">
1420 <context context-type="linenumber">81</context> 1424 <context context-type="linenumber">81</context>
1421 </context-group> 1425 </context-group>
1422 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1423 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1427 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1424 <source>More</source> 1428 <source>More</source>
1425 <target>lo drata</target> 1429 <target>lo drata</target>
1426 <context-group name="null"> 1430 <context-group name="null">
1427 <context context-type="linenumber">91</context> 1431 <context context-type="linenumber">91</context>
1428 </context-group> 1432 </context-group>
1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1433 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1430 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1434 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1431 <source>Administration</source> 1435 <source>Administration</source>
1432 <target>nu jitro</target> 1436 <target>nu jitro</target>
1433 <context-group name="null"> 1437 <context-group name="null">
1434 <context context-type="linenumber">95</context> 1438 <context context-type="linenumber">95</context>
1435 </context-group> 1439 </context-group>
1436 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1440 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1437 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1441 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1438 <source>About</source> 1442 <source>About</source>
1439 <target>lo datni</target> 1443 <target>lo datni</target>
1440 <context-group name="null"> 1444 <context-group name="null">
1441 <context context-type="linenumber">26</context> 1445 <context context-type="linenumber">26</context>
1442 </context-group> 1446 </context-group>
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1447 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1444 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target> 1448 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target>
1445 1449
1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1447 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1451 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1448 <source>View your notifications</source> 1452 <source>View your notifications</source>
1449 <target>nu viska lo notci be fo do</target> 1453 <target>nu viska lo notci be fo do</target>
@@ -1459,15 +1463,9 @@ galfi le mi japyvla</target>
1459 </context-group> 1463 </context-group>
1460 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1464 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1461 <source>Mark all as read</source><target state="new">Mark all as read</target> 1465 <source>Mark all as read</source><target state="new">Mark all as read</target>
1462 <context-group purpose="location"> 1466
1463 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1467
1464 <context context-type="linenumber">18</context> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1465 </context-group>
1466 <context-group purpose="location">
1467 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1468 <context context-type="linenumber">9</context>
1469 </context-group>
1470 </trans-unit>
1471 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1469 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1472 <source>Update your notification preferences</source> 1470 <source>Update your notification preferences</source>
1473 <target>nu basti fi lo ka ce'u notci te tcimi'e fi do</target> 1471 <target>nu basti fi lo ka ce'u notci te tcimi'e fi do</target>
@@ -1561,7 +1559,7 @@ galfi le mi japyvla</target>
1561 <context-group name="null"> 1559 <context-group name="null">
1562 <context context-type="linenumber">45</context> 1560 <context context-type="linenumber">45</context>
1563 </context-group> 1561 </context-group>
1564 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1562 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1565 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1563 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1566 <source>Display sensitive content</source> 1564 <source>Display sensitive content</source>
1567 <target>viska lo ganvi poi te kajde</target> 1565 <target>viska lo ganvi poi te kajde</target>
@@ -1660,8 +1658,8 @@ galfi le mi japyvla</target>
1660 <context-group name="null"> 1658 <context-group name="null">
1661 <context context-type="linenumber">115</context> 1659 <context context-type="linenumber">115</context>
1662 </context-group> 1660 </context-group>
1663 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1661 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1664 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1662 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1665 <context-group purpose="location"> 1663 <context-group purpose="location">
1666 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1664 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1667 <context context-type="linenumber">14</context> 1665 <context context-type="linenumber">14</context>
@@ -1690,7 +1688,16 @@ galfi le mi japyvla</target>
1690 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1688 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1691 <context context-type="linenumber">14</context> 1689 <context context-type="linenumber">14</context>
1692 </context-group> 1690 </context-group>
1693 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1691 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1692 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1693
1694
1695
1696
1697
1698
1699
1700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1694 <source>Add caption</source><target state="new">Add caption</target> 1701 <source>Add caption</source><target state="new">Add caption</target>
1695 <context-group purpose="location"> 1702 <context-group purpose="location">
1696 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1703 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2348,27 +2355,27 @@ galfi le mi japyvla</target>
2348 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2355 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2349 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2356 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2350 2357
2351 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2358 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2352 <source> 2359 <source>
2353 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2360 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2354 </source><target state="new"> 2361 </source><target state="new">
2355 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2362 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2356 </target> 2363 </target>
2357 2364
2358 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2365 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2359 <source>More information</source><target state="new">More information</target> 2366 <source>More information</source><target state="new">More information</target>
2360 2367
2361 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2368 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2362 <source>Get more information</source><target state="new">Get more information</target> 2369 <source>Get more information</source><target state="new">Get more information</target>
2363 2370
2364 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2371 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2365 <source> 2372 <source>
2366 OK 2373 OK
2367 </source><target state="new"> 2374 </source><target state="new">
2368 OK 2375 OK
2369 </target> 2376 </target>
2370 2377
2371 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2378 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2372 <source>1 Comment</source><target state="new">1 Comment</target> 2379 <source>1 Comment</source><target state="new">1 Comment</target>
2373 <context-group purpose="location"> 2380 <context-group purpose="location">
2374 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2381 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2518,7 +2525,7 @@ galfi le mi japyvla</target>
2518 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2525 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2519 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2526 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2520 2527
2521 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2528 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2522 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2529 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2523 <source> 2530 <source>
2524 Users 2531 Users
@@ -2654,7 +2661,37 @@ lo pilno</target>
2654 2661
2655 2662
2656 2663
2657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2665 <source>Delayed.</source><target state="new">Delayed.</target>
2666 <context-group purpose="location">
2667 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2668 <context context-type="linenumber">42</context>
2669 </context-group>
2670 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2671 <source>Will start soon...</source><target state="new">Will start soon...</target>
2672 <context-group purpose="location">
2673 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2674 <context context-type="linenumber">43</context>
2675 </context-group>
2676 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2677 <source>Running...</source><target state="new">Running...</target>
2678 <context-group purpose="location">
2679 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2680 <context context-type="linenumber">44</context>
2681 </context-group>
2682 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2683 <source>Finished</source><target state="new">Finished</target>
2684 <context-group purpose="location">
2685 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2686 <context context-type="linenumber">45</context>
2687 </context-group>
2688 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2689 <source>Failed</source><target state="new">Failed</target>
2690 <context-group purpose="location">
2691 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2692 <context context-type="linenumber">46</context>
2693 </context-group>
2694 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2658 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2695 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2659 2696
2660 2697
@@ -2662,7 +2699,7 @@ lo pilno</target>
2662 2699
2663 2700
2664 2701
2665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2666 <source>Accepted</source><target state="new">Accepted</target> 2703 <source>Accepted</source><target state="new">Accepted</target>
2667 2704
2668 2705
@@ -3247,16 +3284,22 @@ lo pilno</target>
3247 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3284 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3248 <context context-type="linenumber">2</context> 3285 <context context-type="linenumber">2</context>
3249 </context-group> 3286 </context-group>
3287 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3288 <source>Job type</source><target state="new">Job type</target>
3289 <context-group purpose="location">
3290 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3291 <context context-type="linenumber">5</context>
3292 </context-group>
3293 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3294 <source>Job state</source><target state="new">Job state</target>
3295 <context-group purpose="location">
3296 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3297 <context context-type="linenumber">14</context>
3298 </context-group>
3250 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3299 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3251 <source>Type</source><target state="new">Type</target> 3300 <source>Type</source><target state="new">Type</target>
3252 3301
3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3254 <source>Processed on</source><target state="new">Processed on</target>
3255
3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3257 <source>Finished on</source><target state="new">Finished on</target>
3258
3259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3260 <source>Refresh</source><target state="new">Refresh</target> 3303 <source>Refresh</source><target state="new">Refresh</target>
3261 3304
3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3745,15 +3788,23 @@ lo pilno</target>
3745 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3788 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3746 <context context-type="linenumber">486</context> 3789 <context context-type="linenumber">486</context>
3747 </context-group> 3790 </context-group>
3748 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3791 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3749 <source> 3792 <source>
3750 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3793 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3751 3794
3752 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3795 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3796
3797 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3798
3799 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3753 </source><target state="new"> 3800 </source><target state="new">
3754 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3801 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3755 3802
3756 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3803 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3804
3805 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3806
3807 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3757 </target> 3808 </target>
3758 <context-group purpose="location"> 3809 <context-group purpose="location">
3759 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3810 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3789,49 +3840,46 @@ lo pilno</target>
3789 3840
3790 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3841 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3791 </target> 3842 </target>
3792 <context-group purpose="location"> 3843
3793 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3794 <context context-type="linenumber">518</context>
3795 </context-group>
3796 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3797 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3845 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3798 3846
3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3800 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3848 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3801 3849
3802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3803 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3851 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3804 3852
3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3806 <source>Cache</source><target state="new">Cache</target> 3854 <source>Cache</source><target state="new">Cache</target>
3807 3855
3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3809 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3857 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3810 3858
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3812 <source>Previews cache size</source><target state="new">Previews cache size</target> 3860 <source>Previews cache size</source><target state="new">Previews cache size</target>
3813 3861
3814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3815 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3863 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3816 3864
3817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3818 <source>Customizations</source><target state="new">Customizations</target> 3866 <source>Customizations</source><target state="new">Customizations</target>
3819 3867
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3821 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3869 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3822 <source>JavaScript</source> 3870 <source>JavaScript</source>
3823 <target>la .djavascript.</target> 3871 <target>la .djavascript.</target>
3824 <context-group name="null"> 3872 <context-group name="null">
3825 <context context-type="linenumber">575</context> 3873 <context context-type="linenumber">575</context>
3826 </context-group> 3874 </context-group>
3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3828 <source> 3876 <source>
3829 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3877 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3830 </source><target state="new"> 3878 </source><target state="new">
3831 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3879 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3832 </target> 3880 </target>
3833 3881
3834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3835 <source> 3883 <source>
3836 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3884 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3837<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3885<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3858,7 +3906,7 @@ lo pilno</target>
3858<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3906<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3859 </target> 3907 </target>
3860 3908
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3862 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3910 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3863 <context-group purpose="location"> 3911 <context-group purpose="location">
3864 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3912 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3871,10 +3919,10 @@ lo pilno</target>
3871 <context-group name="null"> 3919 <context-group name="null">
3872 <context context-type="linenumber">628</context> 3920 <context context-type="linenumber">628</context>
3873 </context-group> 3921 </context-group>
3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3875 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3923 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3876 3924
3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3878 <source>Total video quota:</source><target state="new">Total video quota:</target> 3926 <source>Total video quota:</source><target state="new">Total video quota:</target>
3879 <context-group purpose="location"> 3927 <context-group purpose="location">
3880 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3928 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4274,11 +4322,8 @@ When you will upload a video in this channel, the video support field will be au
4274 </context-group> 4322 </context-group>
4275 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4323 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4276 <source>All read</source><target state="new">All read</target> 4324 <source>All read</source><target state="new">All read</target>
4277 <context-group purpose="location"> 4325
4278 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4326 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4279 <context context-type="linenumber">12</context>
4280 </context-group>
4281 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4282 <source>Activities</source><target state="new">Activities</target> 4327 <source>Activities</source><target state="new">Activities</target>
4283 <context-group purpose="location"> 4328 <context-group purpose="location">
4284 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4329 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5202,6 +5247,12 @@ zbasu lo pilno</target>
5202 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5247 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5203 <context context-type="linenumber">1</context> 5248 <context context-type="linenumber">1</context>
5204 </context-group> 5249 </context-group>
5250 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5251 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5252 <context-group purpose="location">
5253 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5254 <context context-type="linenumber">1</context>
5255 </context-group>
5205 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5256 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5206 <source>240p</source><target state="new">240p</target> 5257 <source>240p</source><target state="new">240p</target>
5207 <context-group purpose="location"> 5258 <context-group purpose="location">
@@ -7699,6 +7750,12 @@ zbasu lo pilno</target>
7699 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7750 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7700 <context context-type="linenumber">1</context> 7751 <context context-type="linenumber">1</context>
7701 </context-group> 7752 </context-group>
7753 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7754 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7755 <context-group purpose="location">
7756 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7757 <context context-type="linenumber">1</context>
7758 </context-group>
7702 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7759 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7703 <source>Subscribed</source><target state="new">Subscribed</target> 7760 <source>Subscribed</source><target state="new">Subscribed</target>
7704 <context-group purpose="location"> 7761 <context-group purpose="location">
@@ -7840,6 +7897,18 @@ zbasu lo pilno</target>
7840 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7897 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7841 <context context-type="linenumber">1</context> 7898 <context context-type="linenumber">1</context>
7842 </context-group> 7899 </context-group>
7900 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7901 <source>Add to watch later</source><target state="new">Add to watch later</target>
7902 <context-group purpose="location">
7903 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7904 <context context-type="linenumber">1</context>
7905 </context-group>
7906 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7907 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7908 <context-group purpose="location">
7909 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7910 <context context-type="linenumber">1</context>
7911 </context-group>
7843 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7912 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7844 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7913 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7845 <context-group purpose="location"> 7914 <context-group purpose="location">
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index fa6355230..b603c81ff 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -425,8 +425,8 @@
425 <context-group name="null"> 425 <context-group name="null">
426 <context context-type="linenumber">9</context> 426 <context context-type="linenumber">9</context>
427 </context-group> 427 </context-group>
428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 428
429 </trans-unit> 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
430 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 430 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
431 <source>Start at</source> 431 <source>Start at</source>
432 <target>시작 위치</target> 432 <target>시작 위치</target>
@@ -474,31 +474,40 @@
474 <context context-type="linenumber">74</context> 474 <context context-type="linenumber">74</context>
475 </context-group> 475 </context-group>
476 476
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
478 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 478 <source>video</source><target state="new">video</target>
479 <source>Download video</source> 479 <context-group purpose="location">
480 <target>영상 다운로드</target> 480 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
481 <context-group name="null"> 481 <context context-type="linenumber">4</context>
482 <context context-type="linenumber">3</context> 482 </context-group>
483 <context-group purpose="location">
484 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
485 <context context-type="linenumber">12</context>
486 </context-group>
487 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
488 <source>subtitles</source><target state="new">subtitles</target>
489 <context-group purpose="location">
490 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
491 <context context-type="linenumber">11</context>
483 </context-group> 492 </context-group>
484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
485 </trans-unit> 493 </trans-unit>
494
486 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 495 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
487 <source>Direct download</source> 496 <source>Direct download</source>
488 <target>직접 다운로드</target> 497 <target>직접 다운로드</target>
489 <context-group name="null"> 498 <context-group name="null">
490 <context context-type="linenumber">27</context> 499 <context context-type="linenumber">27</context>
491 </context-group> 500 </context-group>
492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 501
493 </trans-unit> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
494 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 503 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
495 <source>Torrent (.torrent file)</source> 504 <source>Torrent (.torrent file)</source>
496 <target>토렌트 (.torrent 파일)</target> 505 <target>토렌트 (.torrent 파일)</target>
497 <context-group name="null"> 506 <context-group name="null">
498 <context context-type="linenumber">32</context> 507 <context context-type="linenumber">32</context>
499 </context-group> 508 </context-group>
500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 509
501 </trans-unit> 510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
502 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 511 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
503 <source>Cancel</source> 512 <source>Cancel</source>
504 <target> 513 <target>
@@ -509,15 +518,15 @@
509 </context-group> 518 </context-group>
510 519
511 520
512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
513 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 522 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
514 <source>Download</source> 523 <source>Download</source>
515 <target>다운로드</target> 524 <target>다운로드</target>
516 <context-group name="null"> 525 <context-group name="null">
517 <context context-type="linenumber">43</context> 526 <context context-type="linenumber">43</context>
518 </context-group> 527 </context-group>
519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 528
520 </trans-unit> 529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
521 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 530 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
522 <source>Report video</source> 531 <source>Report video</source>
523 <target>영상 신고</target> 532 <target>영상 신고</target>
@@ -597,45 +606,42 @@
597 <context-group name="null"> 606 <context-group name="null">
598 <context context-type="linenumber">6</context> 607 <context context-type="linenumber">6</context>
599 </context-group> 608 </context-group>
600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 609
601 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 610
602 </trans-unit> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
603 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 612 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
604 <source>Private</source> 613 <source>Private</source>
605 <target>비공개</target> 614 <target>비공개</target>
606 <context-group name="null"> 615 <context-group name="null">
607 <context context-type="linenumber">7</context> 616 <context context-type="linenumber">7</context>
608 </context-group> 617 </context-group>
609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 618
610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 619
611 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 620
612 </trans-unit> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
613 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 622 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
614 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 623 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
615 <target>조회수 <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/></target> 624 <target>조회수 <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/></target>
616 <context-group name="null"> 625 <context-group name="null">
617 <context context-type="linenumber">24</context> 626 <context context-type="linenumber">24</context>
618 </context-group> 627 </context-group>
619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 628
620 </trans-unit> 629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
621 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 630 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
622 <source>Blacklisted</source> 631 <source>Blacklisted</source>
623 <target>차단됨</target> 632 <target>차단됨</target>
624 <context-group name="null"> 633 <context-group name="null">
625 <context context-type="linenumber">42</context> 634 <context context-type="linenumber">42</context>
626 </context-group> 635 </context-group>
627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 636
628 </trans-unit> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
629 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 638 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
630 <source>Sensitive</source> 639 <source>Sensitive</source>
631 <target state="new"> 640 <target state="new">
632 Sensitive 641 Sensitive
633 </target> 642 </target>
634 <context-group purpose="location"> 643
635 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
636 <context context-type="linenumber">46</context>
637 </context-group>
638 </trans-unit>
639 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 645 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
640 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 646 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
641 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 647 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -674,7 +680,7 @@
674 <source>Deleted</source> 680 <source>Deleted</source>
675 <target state="new">Deleted</target> 681 <target state="new">Deleted</target>
676 682
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
678 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 684 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
679 <source>Edit starts/stops at</source> 685 <source>Edit starts/stops at</source>
680 <target>시작 / 종료 지점 수정</target> 686 <target>시작 / 종료 지점 수정</target>
@@ -708,16 +714,16 @@
708 <context-group name="null"> 714 <context-group name="null">
709 <context context-type="linenumber">20</context> 715 <context context-type="linenumber">20</context>
710 </context-group> 716 </context-group>
711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 717
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 718
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 719
714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 720
715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 721
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 722
717 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 723
718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 724
719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 725
720 </trans-unit> 726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
721 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 727 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
722 <source>Delete</source> 728 <source>Delete</source>
723 <target>삭제</target> 729 <target>삭제</target>
@@ -983,7 +989,7 @@
983 </context-group> 989 </context-group>
984 990
985 991
986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
987 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 993 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
988 <source>users</source> 994 <source>users</source>
989 <target state="new">users</target> 995 <target state="new">users</target>
@@ -1206,7 +1212,7 @@
1206 </context-group> 1212 </context-group>
1207 1213
1208 1214
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1210 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1216 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1211 <source>Forgot your password</source> 1217 <source>Forgot your password</source>
1212 <target>암호 잊음</target> 1218 <target>암호 잊음</target>
@@ -1599,7 +1605,7 @@
1599 </context-group> 1605 </context-group>
1600 1606
1601 1607
1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1603 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1609 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1604 <source>Help to translate PeerTube!</source> 1610 <source>Help to translate PeerTube!</source>
1605 <target> 1611 <target>
@@ -1627,6 +1633,12 @@
1627 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1633 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1628 <context context-type="linenumber">29</context> 1634 <context context-type="linenumber">29</context>
1629 </context-group> 1635 </context-group>
1636 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1637 <source>Help</source><target state="new">Help</target>
1638 <context-group purpose="location">
1639 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1640 <context context-type="linenumber">35</context>
1641 </context-group>
1630 </trans-unit> 1642 </trans-unit>
1631 1643
1632 1644
@@ -1637,7 +1649,7 @@
1637 <context context-type="linenumber">25</context> 1649 <context context-type="linenumber">25</context>
1638 </context-group> 1650 </context-group>
1639 1651
1640 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1641 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1653 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1642 <source>Create an account</source> 1654 <source>Create an account</source>
1643 <target>계정 만들기</target> 1655 <target>계정 만들기</target>
@@ -1645,7 +1657,7 @@
1645 <context context-type="linenumber">33</context> 1657 <context context-type="linenumber">33</context>
1646 </context-group> 1658 </context-group>
1647 1659
1648 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1660 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1649 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1661 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1650 <source>My library</source> 1662 <source>My library</source>
1651 <target>내 라이브러리</target> 1663 <target>내 라이브러리</target>
@@ -1653,7 +1665,7 @@
1653 <context context-type="linenumber">37</context> 1665 <context context-type="linenumber">37</context>
1654 </context-group> 1666 </context-group>
1655 1667
1656 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1668 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1657 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1669 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1658 <source>Videos</source> 1670 <source>Videos</source>
1659 <target>영상</target> 1671 <target>영상</target>
@@ -1664,7 +1676,7 @@
1664 1676
1665 1677
1666 1678
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1668 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1680 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1669 <source>Playlists</source> 1681 <source>Playlists</source>
1670 <target>재생목록</target> 1682 <target>재생목록</target>
@@ -1672,7 +1684,7 @@
1672 <context context-type="linenumber">46</context> 1684 <context context-type="linenumber">46</context>
1673 </context-group> 1685 </context-group>
1674 1686
1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1676 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1688 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1677 <source>Subscriptions</source> 1689 <source>Subscriptions</source>
1678 <target>구독목록</target> 1690 <target>구독목록</target>
@@ -1680,7 +1692,7 @@
1680 <context context-type="linenumber">51</context> 1692 <context context-type="linenumber">51</context>
1681 </context-group> 1693 </context-group>
1682 1694
1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1684 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1696 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1685 <source>History</source> 1697 <source>History</source>
1686 <target>기록</target> 1698 <target>기록</target>
@@ -1688,7 +1700,7 @@
1688 <context context-type="linenumber">56</context> 1700 <context context-type="linenumber">56</context>
1689 </context-group> 1701 </context-group>
1690 1702
1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1692 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1704 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1693 <source>Discover</source> 1705 <source>Discover</source>
1694 <target>발견</target> 1706 <target>발견</target>
@@ -1696,7 +1708,7 @@
1696 <context context-type="linenumber">66</context> 1708 <context context-type="linenumber">66</context>
1697 </context-group> 1709 </context-group>
1698 1710
1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1711 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1700 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1712 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1701 <source>Trending</source> 1713 <source>Trending</source>
1702 <target>인기</target> 1714 <target>인기</target>
@@ -1704,12 +1716,12 @@
1704 <context context-type="linenumber">71</context> 1716 <context context-type="linenumber">71</context>
1705 </context-group> 1717 </context-group>
1706 1718
1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1708 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1720 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1709 <source>Most liked</source> 1721 <source>Most liked</source>
1710 <target state="new">Most liked</target> 1722 <target state="new">Most liked</target>
1711 1723
1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1713 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1725 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1714 <source>Recently added</source> 1726 <source>Recently added</source>
1715 <target>최근 추가됨</target> 1727 <target>최근 추가됨</target>
@@ -1717,7 +1729,7 @@
1717 <context context-type="linenumber">81</context> 1729 <context context-type="linenumber">81</context>
1718 </context-group> 1730 </context-group>
1719 1731
1720 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1721 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1733 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1722 <source>More</source> 1734 <source>More</source>
1723 <target>더 보기</target> 1735 <target>더 보기</target>
@@ -1725,7 +1737,7 @@
1725 <context context-type="linenumber">91</context> 1737 <context context-type="linenumber">91</context>
1726 </context-group> 1738 </context-group>
1727 1739
1728 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1740 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1729 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1741 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1730 <source>Administration</source> 1742 <source>Administration</source>
1731 <target>관리</target> 1743 <target>관리</target>
@@ -1733,7 +1745,7 @@
1733 <context context-type="linenumber">95</context> 1745 <context context-type="linenumber">95</context>
1734 </context-group> 1746 </context-group>
1735 1747
1736 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1748 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1737 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1749 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1738 <source>About</source> 1750 <source>About</source>
1739 <target>정보</target> 1751 <target>정보</target>
@@ -1743,7 +1755,7 @@
1743 1755
1744 1756
1745 1757
1746 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1758 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1747 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1759 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1748 <source>Show keyboard shortcuts</source> 1760 <source>Show keyboard shortcuts</source>
1749 <target>키보드 단축키 보기</target> 1761 <target>키보드 단축키 보기</target>
@@ -1751,7 +1763,7 @@
1751 <context context-type="linenumber">111</context> 1763 <context context-type="linenumber">111</context>
1752 </context-group> 1764 </context-group>
1753 1765
1754 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1766 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1755 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1767 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1756 <source>View your notifications</source> 1768 <source>View your notifications</source>
1757 <target>알림 보기</target> 1769 <target>알림 보기</target>
@@ -1770,15 +1782,9 @@
1770 1782
1771 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1783 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1772 <source>Mark all as read</source><target state="new">Mark all as read</target> 1784 <source>Mark all as read</source><target state="new">Mark all as read</target>
1773 <context-group purpose="location"> 1785
1774 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1786
1775 <context context-type="linenumber">18</context> 1787 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1776 </context-group>
1777 <context-group purpose="location">
1778 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1779 <context context-type="linenumber">9</context>
1780 </context-group>
1781 </trans-unit>
1782 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1788 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1783 <source>Update your notification preferences</source> 1789 <source>Update your notification preferences</source>
1784 <target>알림 설정 변경</target> 1790 <target>알림 설정 변경</target>
@@ -1885,7 +1891,7 @@
1885 <context context-type="linenumber">45</context> 1891 <context context-type="linenumber">45</context>
1886 </context-group> 1892 </context-group>
1887 1893
1888 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1894 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1889 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1895 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1890 <source>Display sensitive content</source> 1896 <source>Display sensitive content</source>
1891 <target>민감한 내용 표시</target> 1897 <target>민감한 내용 표시</target>
@@ -2018,21 +2024,51 @@
2018 <context context-type="linenumber">115</context> 2024 <context context-type="linenumber">115</context>
2019 </context-group> 2025 </context-group>
2020 2026
2021 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 2027 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2028 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2029 <context-group purpose="location">
2030 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2031 <context context-type="linenumber">14</context>
2032 </context-group>
2033 <context-group purpose="location">
2034 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2035 <context context-type="linenumber">14</context>
2036 </context-group>
2037 <context-group purpose="location">
2038 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2039 <context context-type="linenumber">14</context>
2040 </context-group>
2041 <context-group purpose="location">
2042 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2043 <context context-type="linenumber">14</context>
2044 </context-group>
2045 <context-group purpose="location">
2046 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2047 <context context-type="linenumber">14</context>
2048 </context-group>
2049 <context-group purpose="location">
2050 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2051 <context context-type="linenumber">14</context>
2052 </context-group>
2053 <context-group purpose="location">
2054 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2055 <context context-type="linenumber">14</context>
2056 </context-group>
2057 </trans-unit>
2022 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2058 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
2023 <source>Display unlisted and private videos</source> 2059 <source>Display unlisted and private videos</source>
2024 <target>목록에 미표시 및 비공개인 영상을 표시</target> 2060 <target>목록에 미표시 및 비공개인 영상을 표시</target>
2025 <context-group name="null"> 2061 <context-group name="null">
2026 <context context-type="linenumber">14</context> 2062 <context context-type="linenumber">14</context>
2027 </context-group> 2063 </context-group>
2028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2064
2029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2065
2030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2066
2031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2067
2032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2068
2033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2069
2034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2070
2035 </trans-unit> 2071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2036 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2072 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2037 <source>Add caption</source> 2073 <source>Add caption</source>
2038 <target>자막 추가</target> 2074 <target>자막 추가</target>
@@ -2783,31 +2819,31 @@
2783 <source>Friendly Reminder:</source> 2819 <source>Friendly Reminder:</source>
2784 <target state="new">Friendly Reminder: </target> 2820 <target state="new">Friendly Reminder: </target>
2785 2821
2786 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2822 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2787 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2823 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2788 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2824 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2789 <target state="new"> 2825 <target state="new">
2790 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2826 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2791 </target> 2827 </target>
2792 2828
2793 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2794 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2830 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2795 <source>More information</source> 2831 <source>More information</source>
2796 <target state="new">More information</target> 2832 <target state="new">More information</target>
2797 2833
2798 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2834 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2799 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2835 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2800 <source>Get more information</source> 2836 <source>Get more information</source>
2801 <target state="new">Get more information</target> 2837 <target state="new">Get more information</target>
2802 2838
2803 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2839 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2804 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2840 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2805 <source>OK</source> 2841 <source>OK</source>
2806 <target state="new"> 2842 <target state="new">
2807 OK 2843 OK
2808 </target> 2844 </target>
2809 2845
2810 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2846 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2811 <source>1 Comment</source><target state="new">1 Comment</target> 2847 <source>1 Comment</source><target state="new">1 Comment</target>
2812 <context-group purpose="location"> 2848 <context-group purpose="location">
2813 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2849 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2956,7 +2992,7 @@
2956 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2992 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2957 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2993 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2958 2994
2959 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2995 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2960 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2996 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2961 <source>Users</source> 2997 <source>Users</source>
2962 <target state="new"> 2998 <target state="new">
@@ -3112,7 +3148,37 @@
3112 3148
3113 3149
3114 3150
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3152 <source>Delayed.</source><target state="new">Delayed.</target>
3153 <context-group purpose="location">
3154 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3155 <context context-type="linenumber">42</context>
3156 </context-group>
3157 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3158 <source>Will start soon...</source><target state="new">Will start soon...</target>
3159 <context-group purpose="location">
3160 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3161 <context context-type="linenumber">43</context>
3162 </context-group>
3163 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3164 <source>Running...</source><target state="new">Running...</target>
3165 <context-group purpose="location">
3166 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3167 <context context-type="linenumber">44</context>
3168 </context-group>
3169 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3170 <source>Finished</source><target state="new">Finished</target>
3171 <context-group purpose="location">
3172 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3173 <context context-type="linenumber">45</context>
3174 </context-group>
3175 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3176 <source>Failed</source><target state="new">Failed</target>
3177 <context-group purpose="location">
3178 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3179 <context context-type="linenumber">46</context>
3180 </context-group>
3181 </trans-unit>
3116 3182
3117 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3183 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3118 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3184 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3123,7 +3189,7 @@
3123 3189
3124 3190
3125 3191
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3127 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3193 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3128 <source>Accepted</source> 3194 <source>Accepted</source>
3129 <target state="new">Accepted</target> 3195 <target state="new">Accepted</target>
@@ -3863,22 +3929,26 @@
3863 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3929 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3864 <context context-type="linenumber">2</context> 3930 <context context-type="linenumber">2</context>
3865 </context-group> 3931 </context-group>
3932 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3933 <source>Job type</source><target state="new">Job type</target>
3934 <context-group purpose="location">
3935 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3936 <context context-type="linenumber">5</context>
3937 </context-group>
3938 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3939 <source>Job state</source><target state="new">Job state</target>
3940 <context-group purpose="location">
3941 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3942 <context context-type="linenumber">14</context>
3943 </context-group>
3866 </trans-unit> 3944 </trans-unit>
3867 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3945 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3868 <source>Type</source> 3946 <source>Type</source>
3869 <target state="new">Type</target> 3947 <target state="new">Type</target>
3870 3948
3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3872 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3950
3873 <source>Processed on</source> 3951
3874 <target state="new">Processed on</target>
3875
3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3877 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3878 <source>Finished on</source>
3879 <target state="new">Finished on</target>
3880
3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3882 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3952 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3883 <source>Refresh</source> 3953 <source>Refresh</source>
3884 <target state="new">Refresh</target> 3954 <target state="new">Refresh</target>
@@ -4505,15 +4575,23 @@
4505 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4575 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4506 <context context-type="linenumber">486</context> 4576 <context context-type="linenumber">486</context>
4507 </context-group> 4577 </context-group>
4508 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4578 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4509 <source> 4579 <source>
4510 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4580 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4511 4581
4512 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4582 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4583
4584 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4585
4586 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4513 </source><target state="new"> 4587 </source><target state="new">
4514 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4588 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4515 4589
4516 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4590 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4591
4592 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4593
4594 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4517 </target> 4595 </target>
4518 <context-group purpose="location"> 4596 <context-group purpose="location">
4519 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4597 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4549,64 +4627,61 @@
4549 4627
4550 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4628 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4551 </target> 4629 </target>
4552 <context-group purpose="location"> 4630
4553 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4554 <context context-type="linenumber">518</context>
4555 </context-group>
4556 </trans-unit>
4557 4632
4558 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4633 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4559 <source>HLS support enabled</source> 4634 <source>HLS support enabled</source>
4560 <target state="new">HLS support enabled</target> 4635 <target state="new">HLS support enabled</target>
4561 4636
4562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4563 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4638 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4564 <source>Transcoding threads</source> 4639 <source>Transcoding threads</source>
4565 <target state="new">Transcoding threads</target> 4640 <target state="new">Transcoding threads</target>
4566 4641
4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4568 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4643 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4569 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4644 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4570 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4645 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4571 4646
4572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4573 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4648 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4574 <source>Cache</source> 4649 <source>Cache</source>
4575 <target state="new">Cache</target> 4650 <target state="new">Cache</target>
4576 4651
4577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4578 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4653 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4579 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4654 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4580 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4655 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4581 4656
4582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4583 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4658 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4584 <source>Previews cache size</source> 4659 <source>Previews cache size</source>
4585 <target state="new">Previews cache size</target> 4660 <target state="new">Previews cache size</target>
4586 4661
4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4588 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4663 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4589 <source>Video captions cache size</source> 4664 <source>Video captions cache size</source>
4590 <target state="new">Video captions cache size</target> 4665 <target state="new">Video captions cache size</target>
4591 4666
4592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4593 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4668 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4594 <source>Customizations</source> 4669 <source>Customizations</source>
4595 <target state="new">Customizations</target> 4670 <target state="new">Customizations</target>
4596 4671
4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4598 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4673 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4599 <source>JavaScript</source> 4674 <source>JavaScript</source>
4600 <target state="new">JavaScript</target> 4675 <target state="new">JavaScript</target>
4601 4676
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4603 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4678 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4604 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4679 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4605 <target state="new"> 4680 <target state="new">
4606 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4681 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4607 </target> 4682 </target>
4608 4683
4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4610 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4685 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4611 <source> 4686 <source>
4612 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4687 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4635,7 +4710,7 @@
4635<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4710<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4636 </target> 4711 </target>
4637 4712
4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4639 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4714 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4640 <source>Advanced configuration</source> 4715 <source>Advanced configuration</source>
4641 <target state="new">Advanced configuration</target> 4716 <target state="new">Advanced configuration</target>
@@ -4648,12 +4723,12 @@
4648 <source>Update configuration</source> 4723 <source>Update configuration</source>
4649 <target state="new">Update configuration</target> 4724 <target state="new">Update configuration</target>
4650 4725
4651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4652 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4727 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4653 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4728 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4654 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4729 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4655 4730
4656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4657 <source>Total video quota:</source><target state="new">Total video quota:</target> 4732 <source>Total video quota:</source><target state="new">Total video quota:</target>
4658 <context-group purpose="location"> 4733 <context-group purpose="location">
4659 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4734 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5148,11 +5223,8 @@ When you will upload a video in this channel, the video support field will be au
5148 </context-group> 5223 </context-group>
5149 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5224 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5150 <source>All read</source><target state="new">All read</target> 5225 <source>All read</source><target state="new">All read</target>
5151 <context-group purpose="location"> 5226
5152 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5153 <context context-type="linenumber">12</context>
5154 </context-group>
5155 </trans-unit>
5156 5228
5157 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5229 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5158 <source>Activities</source> 5230 <source>Activities</source>
@@ -6199,6 +6271,12 @@ When you will upload a video in this channel, the video support field will be au
6199 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6271 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6200 <context context-type="linenumber">1</context> 6272 <context context-type="linenumber">1</context>
6201 </context-group> 6273 </context-group>
6274 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6275 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6276 <context-group purpose="location">
6277 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6278 <context context-type="linenumber">1</context>
6279 </context-group>
6202 </trans-unit> 6280 </trans-unit>
6203 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 6281 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
6204 <source>240p</source> 6282 <source>240p</source>
@@ -9435,6 +9513,12 @@ When you will upload a video in this channel, the video support field will be au
9435 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 9513 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
9436 <context context-type="linenumber">1</context> 9514 <context context-type="linenumber">1</context>
9437 </context-group> 9515 </context-group>
9516 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9517 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9518 <context-group purpose="location">
9519 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9520 <context context-type="linenumber">1</context>
9521 </context-group>
9438 </trans-unit> 9522 </trans-unit>
9439 9523
9440 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 9524 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
@@ -9623,6 +9707,18 @@ When you will upload a video in this channel, the video support field will be au
9623 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9707 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9624 <context context-type="linenumber">1</context> 9708 <context context-type="linenumber">1</context>
9625 </context-group> 9709 </context-group>
9710 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9711 <source>Add to watch later</source><target state="new">Add to watch later</target>
9712 <context-group purpose="location">
9713 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9714 <context context-type="linenumber">1</context>
9715 </context-group>
9716 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9717 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9718 <context-group purpose="location">
9719 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9720 <context context-type="linenumber">1</context>
9721 </context-group>
9626 </trans-unit> 9722 </trans-unit>
9627 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9723 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9628 <source>Only I can see this video</source> 9724 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index 3f22a5dcf..8010471db 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -372,11 +372,8 @@
372 </context-group> 372 </context-group>
373 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 373 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
374 <source>Options</source><target state="new">Options</target> 374 <source>Options</source><target state="new">Options</target>
375 <context-group purpose="location"> 375
376 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
377 <context context-type="linenumber">9</context>
378 </context-group>
379 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
380 <source>Start at</source><target state="new">Start at</target> 377 <source>Start at</source><target state="new">Start at</target>
381 378
382 379
@@ -404,25 +401,29 @@
404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
405 <source>Create</source><target state="new">Create</target> 402 <source>Create</source><target state="new">Create</target>
406 403
407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
408 <source>Download video</source><target state="new">Download video</target> 405 <source>video</source><target state="new">video</target>
409 <context-group purpose="location"> 406 <context-group purpose="location">
410 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 407 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
411 <context context-type="linenumber">3</context> 408 <context context-type="linenumber">4</context>
412 </context-group> 409 </context-group>
413 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
414 <source>Direct download</source><target state="new">Direct download</target>
415 <context-group purpose="location"> 410 <context-group purpose="location">
416 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 411 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
417 <context context-type="linenumber">27</context> 412 <context context-type="linenumber">12</context>
418 </context-group> 413 </context-group>
419 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 414 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
420 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 415 <source>subtitles</source><target state="new">subtitles</target>
421 <context-group purpose="location"> 416 <context-group purpose="location">
422 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 417 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
423 <context context-type="linenumber">32</context> 418 <context context-type="linenumber">11</context>
424 </context-group> 419 </context-group>
425 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 420 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
421 <source>Direct download</source><target state="new">Direct download</target>
422
423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
424 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
425
426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
426 <source> 427 <source>
427 Cancel 428 Cancel
428 </source><target state="new"> 429 </source><target state="new">
@@ -430,13 +431,10 @@
430 </target> 431 </target>
431 432
432 433
433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
434 <source>Download</source><target state="new">Download</target> 435 <source>Download</source><target state="new">Download</target>
435 <context-group purpose="location"> 436
436 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
437 <context context-type="linenumber">43</context>
438 </context-group>
439 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
440 <source>Report video</source><target state="new">Report video</target> 438 <source>Report video</source><target state="new">Report video</target>
441 <context-group purpose="location"> 439 <context-group purpose="location">
442 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 440 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -526,51 +524,27 @@
526 </context-group> 524 </context-group>
527 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 525 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
528 <source>Unlisted</source><target state="new">Unlisted</target> 526 <source>Unlisted</source><target state="new">Unlisted</target>
529 <context-group purpose="location"> 527
530 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 528
531 <context context-type="linenumber">12</context> 529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
532 </context-group>
533 <context-group purpose="location">
534 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
535 <context context-type="linenumber">6</context>
536 </context-group>
537 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
538 <source>Private</source><target state="new">Private</target> 530 <source>Private</source><target state="new">Private</target>
539 <context-group purpose="location"> 531
540 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 532
541 <context context-type="linenumber">13</context> 533
542 </context-group> 534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
543 <context-group purpose="location">
544 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
545 <context context-type="linenumber">33</context>
546 </context-group>
547 <context-group purpose="location">
548 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
549 <context context-type="linenumber">7</context>
550 </context-group>
551 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
552 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 535 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
553 <context-group purpose="location"> 536
554 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
555 <context context-type="linenumber">24</context>
556 </context-group>
557 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
558 <source>Blacklisted</source><target state="new">Blacklisted</target> 538 <source>Blacklisted</source><target state="new">Blacklisted</target>
559 <context-group purpose="location"> 539
560 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
561 <context context-type="linenumber">42</context>
562 </context-group>
563 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
564 <source> 541 <source>
565 Sensitive 542 Sensitive
566 </source><target state="new"> 543 </source><target state="new">
567 Sensitive 544 Sensitive
568 </target> 545 </target>
569 <context-group purpose="location"> 546
570 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
571 <context context-type="linenumber">46</context>
572 </context-group>
573 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
574 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 548 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
575 <context-group purpose="location"> 549 <context-group purpose="location">
576 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 550 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -601,7 +575,7 @@
601 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 575 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
602 <source>Deleted</source><target state="new">Deleted</target> 576 <source>Deleted</source><target state="new">Deleted</target>
603 577
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
605 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 579 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
606 <context-group purpose="location"> 580 <context-group purpose="location">
607 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 581 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -621,43 +595,16 @@
621 </context-group> 595 </context-group>
622 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 596 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
623 <source>No results.</source><target state="new">No results.</target> 597 <source>No results.</source><target state="new">No results.</target>
624 <context-group purpose="location"> 598
625 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 599
626 <context context-type="linenumber">1</context> 600
627 </context-group> 601
628 <context-group purpose="location"> 602
629 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 603
630 <context context-type="linenumber">20</context> 604
631 </context-group> 605
632 <context-group purpose="location"> 606
633 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
634 <context context-type="linenumber">20</context>
635 </context-group>
636 <context-group purpose="location">
637 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
638 <context context-type="linenumber">20</context>
639 </context-group>
640 <context-group purpose="location">
641 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
642 <context context-type="linenumber">20</context>
643 </context-group>
644 <context-group purpose="location">
645 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
646 <context context-type="linenumber">20</context>
647 </context-group>
648 <context-group purpose="location">
649 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
650 <context context-type="linenumber">3</context>
651 </context-group>
652 <context-group purpose="location">
653 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
654 <context context-type="linenumber">20</context>
655 </context-group>
656 <context-group purpose="location">
657 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
658 <context context-type="linenumber">20</context>
659 </context-group>
660 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
661 <source>Delete</source><target state="new">Delete</target> 608 <source>Delete</source><target state="new">Delete</target>
662 609
663 610
@@ -856,7 +803,7 @@
856 <source>Local</source><target state="new">Local</target> 803 <source>Local</source><target state="new">Local</target>
857 804
858 805
859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
860 <source>users</source><target state="new">users</target> 807 <source>users</source><target state="new">users</target>
861 <context-group purpose="location"> 808 <context-group purpose="location">
862 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 809 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1036,7 +983,7 @@
1036 <source>Login</source><target state="new">Login</target> 983 <source>Login</source><target state="new">Login</target>
1037 984
1038 985
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 986 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1040 <source>Forgot your password</source><target state="new">Forgot your password</target> 987 <source>Forgot your password</source><target state="new">Forgot your password</target>
1041 <context-group purpose="location"> 988 <context-group purpose="location">
1042 <context context-type="sourcefile">src/app/login/login.component.html</context> 989 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1353,7 +1300,7 @@
1353 <source>Change the language</source><target state="new">Change the language</target> 1300 <source>Change the language</source><target state="new">Change the language</target>
1354 1301
1355 1302
1356 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1303 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1357 <source> 1304 <source>
1358 Help to translate PeerTube! 1305 Help to translate PeerTube!
1359 </source><target state="new"> 1306 </source><target state="new">
@@ -1381,57 +1328,63 @@
1381 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1328 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1382 <context context-type="linenumber">29</context> 1329 <context context-type="linenumber">29</context>
1383 </context-group> 1330 </context-group>
1331 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1332 <source>Help</source><target state="new">Help</target>
1333 <context-group purpose="location">
1334 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1335 <context context-type="linenumber">35</context>
1336 </context-group>
1384 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1337 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1385 <source>Log out</source><target state="new">Log out</target> 1338 <source>Log out</source><target state="new">Log out</target>
1386 1339
1387 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1340 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1388 <source>Create an account</source><target state="new">Create an account</target> 1341 <source>Create an account</source><target state="new">Create an account</target>
1389 1342
1390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1343 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1391 <source>My library</source><target state="new">My library</target> 1344 <source>My library</source><target state="new">My library</target>
1392 1345
1393 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1394 <source>Videos</source><target state="new">Videos</target> 1347 <source>Videos</source><target state="new">Videos</target>
1395 1348
1396 1349
1397 1350
1398 1351
1399 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1352 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1400 <source>Playlists</source><target state="new">Playlists</target> 1353 <source>Playlists</source><target state="new">Playlists</target>
1401 1354
1402 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1355 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1403 <source>Subscriptions</source><target state="new">Subscriptions</target> 1356 <source>Subscriptions</source><target state="new">Subscriptions</target>
1404 1357
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1358 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1406 <source>History</source><target state="new">History</target> 1359 <source>History</source><target state="new">History</target>
1407 1360
1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1361 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1409 <source>Discover</source><target state="new">Discover</target> 1362 <source>Discover</source><target state="new">Discover</target>
1410 1363
1411 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1364 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1412 <source>Trending</source><target state="new">Trending</target> 1365 <source>Trending</source><target state="new">Trending</target>
1413 1366
1414 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1415 <source>Most liked</source><target state="new">Most liked</target> 1368 <source>Most liked</source><target state="new">Most liked</target>
1416 1369
1417 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1370 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1418 <source>Recently added</source><target state="new">Recently added</target> 1371 <source>Recently added</source><target state="new">Recently added</target>
1419 1372
1420 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1373 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1421 <source>More</source><target state="new">More</target> 1374 <source>More</source><target state="new">More</target>
1422 1375
1423 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1376 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1424 <source>Administration</source><target state="new">Administration</target> 1377 <source>Administration</source><target state="new">Administration</target>
1425 1378
1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1427 <source>About</source><target state="new">About</target> 1380 <source>About</source><target state="new">About</target>
1428 1381
1429 1382
1430 1383
1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1384 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1432 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target> 1385 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target>
1433 1386
1434 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1387 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1435 <source>View your notifications</source><target state="new">View your notifications</target> 1388 <source>View your notifications</source><target state="new">View your notifications</target>
1436 <context-group purpose="location"> 1389 <context-group purpose="location">
1437 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1390 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1443,15 +1396,9 @@
1443 1396
1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1397 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1445 <source>Mark all as read</source><target state="new">Mark all as read</target> 1398 <source>Mark all as read</source><target state="new">Mark all as read</target>
1446 <context-group purpose="location"> 1399
1447 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1400
1448 <context context-type="linenumber">18</context> 1401 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1449 </context-group>
1450 <context-group purpose="location">
1451 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1452 <context context-type="linenumber">9</context>
1453 </context-group>
1454 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1455 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1402 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1456 1403
1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1404 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
@@ -1517,7 +1464,7 @@
1517 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1464 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1518 <source>Duration</source><target state="new">Duration</target> 1465 <source>Duration</source><target state="new">Duration</target>
1519 1466
1520 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1521 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1468 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1522 1469
1523 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html"> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
@@ -1605,8 +1552,8 @@
1605 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1552 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1606 <source>Filter</source><target state="new">Filter</target> 1553 <source>Filter</source><target state="new">Filter</target>
1607 1554
1608 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1555 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1609 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1556 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1610 <context-group purpose="location"> 1557 <context-group purpose="location">
1611 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1558 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1612 <context context-type="linenumber">14</context> 1559 <context context-type="linenumber">14</context>
@@ -1635,7 +1582,16 @@
1635 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1582 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1636 <context context-type="linenumber">14</context> 1583 <context context-type="linenumber">14</context>
1637 </context-group> 1584 </context-group>
1638 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1585 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1586 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1587
1588
1589
1590
1591
1592
1593
1594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1639 <source>Add caption</source><target state="new">Add caption</target> 1595 <source>Add caption</source><target state="new">Add caption</target>
1640 <context-group purpose="location"> 1596 <context-group purpose="location">
1641 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1597 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2223,27 +2179,27 @@
2223 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2179 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2224 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2180 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2225 2181
2226 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2182 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2227 <source> 2183 <source>
2228 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2184 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2229 </source><target state="new"> 2185 </source><target state="new">
2230 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2186 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2231 </target> 2187 </target>
2232 2188
2233 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2189 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2234 <source>More information</source><target state="new">More information</target> 2190 <source>More information</source><target state="new">More information</target>
2235 2191
2236 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2237 <source>Get more information</source><target state="new">Get more information</target> 2193 <source>Get more information</source><target state="new">Get more information</target>
2238 2194
2239 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2195 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2240 <source> 2196 <source>
2241 OK 2197 OK
2242 </source><target state="new"> 2198 </source><target state="new">
2243 OK 2199 OK
2244 </target> 2200 </target>
2245 2201
2246 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2247 <source>1 Comment</source><target state="new">1 Comment</target> 2203 <source>1 Comment</source><target state="new">1 Comment</target>
2248 <context-group purpose="location"> 2204 <context-group purpose="location">
2249 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2205 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2375,7 +2331,7 @@
2375 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2331 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2376 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2332 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2377 2333
2378 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2334 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2379 <source> 2335 <source>
2380 Users 2336 Users
2381 </source><target state="new"> 2337 </source><target state="new">
@@ -2511,7 +2467,37 @@
2511 2467
2512 2468
2513 2469
2514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2471 <source>Delayed.</source><target state="new">Delayed.</target>
2472 <context-group purpose="location">
2473 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2474 <context context-type="linenumber">42</context>
2475 </context-group>
2476 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2477 <source>Will start soon...</source><target state="new">Will start soon...</target>
2478 <context-group purpose="location">
2479 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2480 <context context-type="linenumber">43</context>
2481 </context-group>
2482 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2483 <source>Running...</source><target state="new">Running...</target>
2484 <context-group purpose="location">
2485 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2486 <context context-type="linenumber">44</context>
2487 </context-group>
2488 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2489 <source>Finished</source><target state="new">Finished</target>
2490 <context-group purpose="location">
2491 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2492 <context context-type="linenumber">45</context>
2493 </context-group>
2494 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2495 <source>Failed</source><target state="new">Failed</target>
2496 <context-group purpose="location">
2497 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2498 <context context-type="linenumber">46</context>
2499 </context-group>
2500 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2515 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2501 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2516 2502
2517 2503
@@ -2519,7 +2505,7 @@
2519 2505
2520 2506
2521 2507
2522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2523 <source>Accepted</source><target state="new">Accepted</target> 2509 <source>Accepted</source><target state="new">Accepted</target>
2524 2510
2525 2511
@@ -3122,16 +3108,22 @@
3122 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3108 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3123 <context context-type="linenumber">2</context> 3109 <context context-type="linenumber">2</context>
3124 </context-group> 3110 </context-group>
3111 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3112 <source>Job type</source><target state="new">Job type</target>
3113 <context-group purpose="location">
3114 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3115 <context context-type="linenumber">5</context>
3116 </context-group>
3117 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3118 <source>Job state</source><target state="new">Job state</target>
3119 <context-group purpose="location">
3120 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3121 <context context-type="linenumber">14</context>
3122 </context-group>
3125 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3123 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3126 <source>Type</source><target state="new">Type</target> 3124 <source>Type</source><target state="new">Type</target>
3127 3125
3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3129 <source>Processed on</source><target state="new">Processed on</target>
3130
3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3132 <source>Finished on</source><target state="new">Finished on</target>
3133
3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3135 <source>Refresh</source><target state="new">Refresh</target> 3127 <source>Refresh</source><target state="new">Refresh</target>
3136 3128
3137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3622,15 +3614,23 @@
3622 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3614 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3623 <context context-type="linenumber">486</context> 3615 <context context-type="linenumber">486</context>
3624 </context-group> 3616 </context-group>
3625 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3617 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3626 <source> 3618 <source>
3627 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3619 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3628 3620
3629 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3621 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3622
3623 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3624
3625 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3630 </source><target state="new"> 3626 </source><target state="new">
3631 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3627 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3632 3628
3633 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3629 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3630
3631 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3632
3633 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3634 </target> 3634 </target>
3635 <context-group purpose="location"> 3635 <context-group purpose="location">
3636 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3636 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3666,45 +3666,42 @@
3666 3666
3667 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3667 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3668 </target> 3668 </target>
3669 <context-group purpose="location"> 3669
3670 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3671 <context context-type="linenumber">518</context>
3672 </context-group>
3673 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3674 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3671 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3675 3672
3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3677 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3674 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3678 3675
3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3680 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3677 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3681 3678
3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3683 <source>Cache</source><target state="new">Cache</target> 3680 <source>Cache</source><target state="new">Cache</target>
3684 3681
3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3686 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3683 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3687 3684
3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3689 <source>Previews cache size</source><target state="new">Previews cache size</target> 3686 <source>Previews cache size</source><target state="new">Previews cache size</target>
3690 3687
3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3692 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3689 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3693 3690
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3695 <source>Customizations</source><target state="new">Customizations</target> 3692 <source>Customizations</source><target state="new">Customizations</target>
3696 3693
3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3698 <source>JavaScript</source><target state="new">JavaScript</target> 3695 <source>JavaScript</source><target state="new">JavaScript</target>
3699 3696
3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3701 <source> 3698 <source>
3702 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3699 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3703 </source><target state="new"> 3700 </source><target state="new">
3704 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3701 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3705 </target> 3702 </target>
3706 3703
3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3708 <source> 3705 <source>
3709 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3706 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3710<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3707<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3731,7 +3728,7 @@
3731<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3728<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3732 </target> 3729 </target>
3733 3730
3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3735 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3732 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3736 <context-group purpose="location"> 3733 <context-group purpose="location">
3737 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3734 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3740,10 +3737,10 @@
3740 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3737 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3741 <source>Update configuration</source><target state="new">Update configuration</target> 3738 <source>Update configuration</source><target state="new">Update configuration</target>
3742 3739
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3744 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3741 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3745 3742
3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3747 <source>Total video quota:</source><target state="new">Total video quota:</target> 3744 <source>Total video quota:</source><target state="new">Total video quota:</target>
3748 <context-group purpose="location"> 3745 <context-group purpose="location">
3749 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3746 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4137,11 +4134,8 @@ When you will upload a video in this channel, the video support field will be au
4137 </context-group> 4134 </context-group>
4138 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4135 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4139 <source>All read</source><target state="new">All read</target> 4136 <source>All read</source><target state="new">All read</target>
4140 <context-group purpose="location"> 4137
4141 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4142 <context context-type="linenumber">12</context>
4143 </context-group>
4144 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4145 <source>Activities</source><target state="new">Activities</target> 4139 <source>Activities</source><target state="new">Activities</target>
4146 <context-group purpose="location"> 4140 <context-group purpose="location">
4147 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4141 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5031,6 +5025,12 @@ When you will upload a video in this channel, the video support field will be au
5031 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5025 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5032 <context context-type="linenumber">1</context> 5026 <context context-type="linenumber">1</context>
5033 </context-group> 5027 </context-group>
5028 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5029 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5030 <context-group purpose="location">
5031 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5032 <context context-type="linenumber">1</context>
5033 </context-group>
5034 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5034 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5035 <source>240p</source><target state="new">240p</target> 5035 <source>240p</source><target state="new">240p</target>
5036 <context-group purpose="location"> 5036 <context-group purpose="location">
@@ -7521,6 +7521,12 @@ When you will upload a video in this channel, the video support field will be au
7521 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7521 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7522 <context context-type="linenumber">1</context> 7522 <context context-type="linenumber">1</context>
7523 </context-group> 7523 </context-group>
7524 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7525 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7526 <context-group purpose="location">
7527 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7528 <context context-type="linenumber">1</context>
7529 </context-group>
7524 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7530 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7525 <source>Subscribed</source><target state="new">Subscribed</target> 7531 <source>Subscribed</source><target state="new">Subscribed</target>
7526 <context-group purpose="location"> 7532 <context-group purpose="location">
@@ -7662,6 +7668,18 @@ When you will upload a video in this channel, the video support field will be au
7662 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7668 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7663 <context context-type="linenumber">1</context> 7669 <context context-type="linenumber">1</context>
7664 </context-group> 7670 </context-group>
7671 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7672 <source>Add to watch later</source><target state="new">Add to watch later</target>
7673 <context-group purpose="location">
7674 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7675 <context context-type="linenumber">1</context>
7676 </context-group>
7677 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7678 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7679 <context-group purpose="location">
7680 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7681 <context context-type="linenumber">1</context>
7682 </context-group>
7665 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7683 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7666 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7684 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7667 <context-group purpose="location"> 7685 <context-group purpose="location">
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index 345985c76..a18eba20f 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -354,11 +354,8 @@
354 </context-group> 354 </context-group>
355 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 355 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
356 <source>Options</source><target state="new">Options</target> 356 <source>Options</source><target state="new">Options</target>
357 <context-group purpose="location"> 357
358 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 358 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
359 <context context-type="linenumber">9</context>
360 </context-group>
361 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
362 <source>Start at</source><target state="new">Start at</target> 359 <source>Start at</source><target state="new">Start at</target>
363 360
364 361
@@ -386,25 +383,29 @@
386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
387 <source>Create</source><target state="new">Create</target> 384 <source>Create</source><target state="new">Create</target>
388 385
389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
390 <source>Download video</source><target state="new">Download video</target> 387 <source>video</source><target state="new">video</target>
391 <context-group purpose="location"> 388 <context-group purpose="location">
392 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 389 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
393 <context context-type="linenumber">3</context> 390 <context context-type="linenumber">4</context>
394 </context-group> 391 </context-group>
395 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
396 <source>Direct download</source><target state="new">Direct download</target>
397 <context-group purpose="location"> 392 <context-group purpose="location">
398 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 393 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
399 <context context-type="linenumber">27</context> 394 <context context-type="linenumber">12</context>
400 </context-group> 395 </context-group>
401 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 396 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
402 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 397 <source>subtitles</source><target state="new">subtitles</target>
403 <context-group purpose="location"> 398 <context-group purpose="location">
404 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 399 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
405 <context context-type="linenumber">32</context> 400 <context context-type="linenumber">11</context>
406 </context-group> 401 </context-group>
407 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 402 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
403 <source>Direct download</source><target state="new">Direct download</target>
404
405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
406 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
407
408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
408 <source> 409 <source>
409 Cancel 410 Cancel
410 </source><target state="new"> 411 </source><target state="new">
@@ -412,13 +413,10 @@
412 </target> 413 </target>
413 414
414 415
415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
416 <source>Download</source><target state="new">Download</target> 417 <source>Download</source><target state="new">Download</target>
417 <context-group purpose="location"> 418
418 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
419 <context context-type="linenumber">43</context>
420 </context-group>
421 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
422 <source>Report video</source><target state="new">Report video</target> 420 <source>Report video</source><target state="new">Report video</target>
423 <context-group purpose="location"> 421 <context-group purpose="location">
424 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 422 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -508,51 +506,27 @@
508 </context-group> 506 </context-group>
509 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 507 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
510 <source>Unlisted</source><target state="new">Unlisted</target> 508 <source>Unlisted</source><target state="new">Unlisted</target>
511 <context-group purpose="location"> 509
512 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 510
513 <context context-type="linenumber">12</context> 511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
514 </context-group>
515 <context-group purpose="location">
516 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
517 <context context-type="linenumber">6</context>
518 </context-group>
519 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
520 <source>Private</source><target state="new">Private</target> 512 <source>Private</source><target state="new">Private</target>
521 <context-group purpose="location"> 513
522 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 514
523 <context context-type="linenumber">13</context> 515
524 </context-group> 516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
525 <context-group purpose="location">
526 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
527 <context context-type="linenumber">33</context>
528 </context-group>
529 <context-group purpose="location">
530 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
531 <context context-type="linenumber">7</context>
532 </context-group>
533 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
534 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 517 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
535 <context-group purpose="location"> 518
536 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
537 <context context-type="linenumber">24</context>
538 </context-group>
539 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
540 <source>Blacklisted</source><target state="new">Blacklisted</target> 520 <source>Blacklisted</source><target state="new">Blacklisted</target>
541 <context-group purpose="location"> 521
542 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 522 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
543 <context context-type="linenumber">42</context>
544 </context-group>
545 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
546 <source> 523 <source>
547 Sensitive 524 Sensitive
548 </source><target state="new"> 525 </source><target state="new">
549 Sensitive 526 Sensitive
550 </target> 527 </target>
551 <context-group purpose="location"> 528
552 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
553 <context context-type="linenumber">46</context>
554 </context-group>
555 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
556 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 530 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
557 <context-group purpose="location"> 531 <context-group purpose="location">
558 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 532 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -583,7 +557,7 @@
583 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 557 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
584 <source>Deleted</source><target state="new">Deleted</target> 558 <source>Deleted</source><target state="new">Deleted</target>
585 559
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
587 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 561 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
588 <context-group purpose="location"> 562 <context-group purpose="location">
589 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 563 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -603,43 +577,16 @@
603 </context-group> 577 </context-group>
604 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 578 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
605 <source>No results.</source><target state="new">No results.</target> 579 <source>No results.</source><target state="new">No results.</target>
606 <context-group purpose="location"> 580
607 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 581
608 <context context-type="linenumber">1</context> 582
609 </context-group> 583
610 <context-group purpose="location"> 584
611 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 585
612 <context context-type="linenumber">20</context> 586
613 </context-group> 587
614 <context-group purpose="location"> 588
615 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
616 <context context-type="linenumber">20</context>
617 </context-group>
618 <context-group purpose="location">
619 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
620 <context context-type="linenumber">20</context>
621 </context-group>
622 <context-group purpose="location">
623 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
624 <context context-type="linenumber">20</context>
625 </context-group>
626 <context-group purpose="location">
627 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
628 <context context-type="linenumber">20</context>
629 </context-group>
630 <context-group purpose="location">
631 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
632 <context context-type="linenumber">3</context>
633 </context-group>
634 <context-group purpose="location">
635 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
636 <context context-type="linenumber">20</context>
637 </context-group>
638 <context-group purpose="location">
639 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
640 <context context-type="linenumber">20</context>
641 </context-group>
642 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
643 <source>Delete</source><target state="new">Delete</target> 590 <source>Delete</source><target state="new">Delete</target>
644 591
645 592
@@ -838,7 +785,7 @@
838 <source>Local</source><target state="new">Local</target> 785 <source>Local</source><target state="new">Local</target>
839 786
840 787
841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
842 <source>users</source><target state="new">users</target> 789 <source>users</source><target state="new">users</target>
843 <context-group purpose="location"> 790 <context-group purpose="location">
844 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 791 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1018,7 +965,7 @@
1018 <source>Login</source><target state="new">Login</target> 965 <source>Login</source><target state="new">Login</target>
1019 966
1020 967
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1022 <source>Forgot your password</source><target state="new">Forgot your password</target> 969 <source>Forgot your password</source><target state="new">Forgot your password</target>
1023 <context-group purpose="location"> 970 <context-group purpose="location">
1024 <context context-type="sourcefile">src/app/login/login.component.html</context> 971 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1335,7 +1282,7 @@
1335 <source>Change the language</source><target state="new">Change the language</target> 1282 <source>Change the language</source><target state="new">Change the language</target>
1336 1283
1337 1284
1338 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1285 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1339 <source> 1286 <source>
1340 Help to translate PeerTube! 1287 Help to translate PeerTube!
1341 </source><target state="new"> 1288 </source><target state="new">
@@ -1363,57 +1310,63 @@
1363 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1310 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1364 <context context-type="linenumber">29</context> 1311 <context context-type="linenumber">29</context>
1365 </context-group> 1312 </context-group>
1313 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1314 <source>Help</source><target state="new">Help</target>
1315 <context-group purpose="location">
1316 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1317 <context context-type="linenumber">35</context>
1318 </context-group>
1366 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1319 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1367 <source>Log out</source><target state="new">Log out</target> 1320 <source>Log out</source><target state="new">Log out</target>
1368 1321
1369 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1322 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1370 <source>Create an account</source><target state="new">Create an account</target> 1323 <source>Create an account</source><target state="new">Create an account</target>
1371 1324
1372 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1325 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1373 <source>My library</source><target state="new">My library</target> 1326 <source>My library</source><target state="new">My library</target>
1374 1327
1375 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1328 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1376 <source>Videos</source><target state="new">Videos</target> 1329 <source>Videos</source><target state="new">Videos</target>
1377 1330
1378 1331
1379 1332
1380 1333
1381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1334 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1382 <source>Playlists</source><target state="new">Playlists</target> 1335 <source>Playlists</source><target state="new">Playlists</target>
1383 1336
1384 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1337 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1385 <source>Subscriptions</source><target state="new">Subscriptions</target> 1338 <source>Subscriptions</source><target state="new">Subscriptions</target>
1386 1339
1387 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1340 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1388 <source>History</source><target state="new">History</target> 1341 <source>History</source><target state="new">History</target>
1389 1342
1390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1343 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1391 <source>Discover</source><target state="new">Discover</target> 1344 <source>Discover</source><target state="new">Discover</target>
1392 1345
1393 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1394 <source>Trending</source><target state="new">Trending</target> 1347 <source>Trending</source><target state="new">Trending</target>
1395 1348
1396 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1349 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1397 <source>Most liked</source><target state="new">Most liked</target> 1350 <source>Most liked</source><target state="new">Most liked</target>
1398 1351
1399 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1352 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1400 <source>Recently added</source><target state="new">Recently added</target> 1353 <source>Recently added</source><target state="new">Recently added</target>
1401 1354
1402 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1355 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1403 <source>More</source><target state="new">More</target> 1356 <source>More</source><target state="new">More</target>
1404 1357
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1358 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1406 <source>Administration</source><target state="new">Administration</target> 1359 <source>Administration</source><target state="new">Administration</target>
1407 1360
1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1361 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1409 <source>About</source><target state="new">About</target> 1362 <source>About</source><target state="new">About</target>
1410 1363
1411 1364
1412 1365
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1366 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1414 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target> 1367 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target>
1415 1368
1416 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1369 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1417 <source>View your notifications</source><target state="new">View your notifications</target> 1370 <source>View your notifications</source><target state="new">View your notifications</target>
1418 <context-group purpose="location"> 1371 <context-group purpose="location">
1419 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1372 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1425,15 +1378,9 @@
1425 1378
1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1427 <source>Mark all as read</source><target state="new">Mark all as read</target> 1380 <source>Mark all as read</source><target state="new">Mark all as read</target>
1428 <context-group purpose="location"> 1381
1429 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1382
1430 <context context-type="linenumber">18</context> 1383 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1431 </context-group>
1432 <context-group purpose="location">
1433 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1434 <context context-type="linenumber">9</context>
1435 </context-group>
1436 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1437 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1384 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1438 1385
1439 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1386 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
@@ -1499,7 +1446,7 @@
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1446 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1500 <source>Duration</source><target state="new">Duration</target> 1447 <source>Duration</source><target state="new">Duration</target>
1501 1448
1502 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1449 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1503 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1450 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1504 1451
1505 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html"> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
@@ -1587,8 +1534,8 @@
1587 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1534 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1588 <source>Filter</source><target state="new">Filter</target> 1535 <source>Filter</source><target state="new">Filter</target>
1589 1536
1590 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1537 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1591 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1538 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1592 <context-group purpose="location"> 1539 <context-group purpose="location">
1593 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1540 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1594 <context context-type="linenumber">14</context> 1541 <context context-type="linenumber">14</context>
@@ -1617,7 +1564,16 @@
1617 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1564 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1618 <context context-type="linenumber">14</context> 1565 <context context-type="linenumber">14</context>
1619 </context-group> 1566 </context-group>
1620 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1567 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1568 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1569
1570
1571
1572
1573
1574
1575
1576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1621 <source>Add caption</source><target state="new">Add caption</target> 1577 <source>Add caption</source><target state="new">Add caption</target>
1622 <context-group purpose="location"> 1578 <context-group purpose="location">
1623 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1579 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2205,27 +2161,27 @@
2205 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2161 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2206 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2162 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2207 2163
2208 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2164 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2209 <source> 2165 <source>
2210 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2166 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2211 </source><target state="new"> 2167 </source><target state="new">
2212 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2168 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2213 </target> 2169 </target>
2214 2170
2215 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2171 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2216 <source>More information</source><target state="new">More information</target> 2172 <source>More information</source><target state="new">More information</target>
2217 2173
2218 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2174 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2219 <source>Get more information</source><target state="new">Get more information</target> 2175 <source>Get more information</source><target state="new">Get more information</target>
2220 2176
2221 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2177 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2222 <source> 2178 <source>
2223 OK 2179 OK
2224 </source><target state="new"> 2180 </source><target state="new">
2225 OK 2181 OK
2226 </target> 2182 </target>
2227 2183
2228 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2229 <source>1 Comment</source><target state="new">1 Comment</target> 2185 <source>1 Comment</source><target state="new">1 Comment</target>
2230 <context-group purpose="location"> 2186 <context-group purpose="location">
2231 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2187 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2357,7 +2313,7 @@
2357 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2313 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2358 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2314 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2359 2315
2360 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2316 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2361 <source> 2317 <source>
2362 Users 2318 Users
2363 </source><target state="new"> 2319 </source><target state="new">
@@ -2493,7 +2449,37 @@
2493 2449
2494 2450
2495 2451
2496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2453 <source>Delayed.</source><target state="new">Delayed.</target>
2454 <context-group purpose="location">
2455 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2456 <context context-type="linenumber">42</context>
2457 </context-group>
2458 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2459 <source>Will start soon...</source><target state="new">Will start soon...</target>
2460 <context-group purpose="location">
2461 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2462 <context context-type="linenumber">43</context>
2463 </context-group>
2464 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2465 <source>Running...</source><target state="new">Running...</target>
2466 <context-group purpose="location">
2467 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2468 <context context-type="linenumber">44</context>
2469 </context-group>
2470 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2471 <source>Finished</source><target state="new">Finished</target>
2472 <context-group purpose="location">
2473 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2474 <context context-type="linenumber">45</context>
2475 </context-group>
2476 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2477 <source>Failed</source><target state="new">Failed</target>
2478 <context-group purpose="location">
2479 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2480 <context context-type="linenumber">46</context>
2481 </context-group>
2482 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2497 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2483 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2498 2484
2499 2485
@@ -2501,7 +2487,7 @@
2501 2487
2502 2488
2503 2489
2504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2505 <source>Accepted</source><target state="new">Accepted</target> 2491 <source>Accepted</source><target state="new">Accepted</target>
2506 2492
2507 2493
@@ -3104,16 +3090,22 @@
3104 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3090 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3105 <context context-type="linenumber">2</context> 3091 <context context-type="linenumber">2</context>
3106 </context-group> 3092 </context-group>
3093 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3094 <source>Job type</source><target state="new">Job type</target>
3095 <context-group purpose="location">
3096 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3097 <context context-type="linenumber">5</context>
3098 </context-group>
3099 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3100 <source>Job state</source><target state="new">Job state</target>
3101 <context-group purpose="location">
3102 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3103 <context context-type="linenumber">14</context>
3104 </context-group>
3107 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3105 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3108 <source>Type</source><target state="new">Type</target> 3106 <source>Type</source><target state="new">Type</target>
3109 3107
3110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3111 <source>Processed on</source><target state="new">Processed on</target>
3112
3113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3114 <source>Finished on</source><target state="new">Finished on</target>
3115
3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3117 <source>Refresh</source><target state="new">Refresh</target> 3109 <source>Refresh</source><target state="new">Refresh</target>
3118 3110
3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3604,15 +3596,23 @@
3604 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3596 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3605 <context context-type="linenumber">486</context> 3597 <context context-type="linenumber">486</context>
3606 </context-group> 3598 </context-group>
3607 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3599 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3608 <source> 3600 <source>
3609 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3601 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3610 3602
3611 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3603 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3604
3605 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3606
3607 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3612 </source><target state="new"> 3608 </source><target state="new">
3613 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3609 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3614 3610
3615 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3611 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3612
3613 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3614
3615 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3616 </target> 3616 </target>
3617 <context-group purpose="location"> 3617 <context-group purpose="location">
3618 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3618 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3648,45 +3648,42 @@
3648 3648
3649 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3649 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3650 </target> 3650 </target>
3651 <context-group purpose="location"> 3651
3652 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3653 <context context-type="linenumber">518</context>
3654 </context-group>
3655 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3656 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3653 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3657 3654
3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3659 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3656 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3660 3657
3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3662 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3659 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3663 3660
3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3665 <source>Cache</source><target state="new">Cache</target> 3662 <source>Cache</source><target state="new">Cache</target>
3666 3663
3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3668 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3665 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3669 3666
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3671 <source>Previews cache size</source><target state="new">Previews cache size</target> 3668 <source>Previews cache size</source><target state="new">Previews cache size</target>
3672 3669
3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3674 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3671 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3675 3672
3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3677 <source>Customizations</source><target state="new">Customizations</target> 3674 <source>Customizations</source><target state="new">Customizations</target>
3678 3675
3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3680 <source>JavaScript</source><target state="new">JavaScript</target> 3677 <source>JavaScript</source><target state="new">JavaScript</target>
3681 3678
3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3683 <source> 3680 <source>
3684 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3681 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3685 </source><target state="new"> 3682 </source><target state="new">
3686 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3683 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3687 </target> 3684 </target>
3688 3685
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3690 <source> 3687 <source>
3691 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3688 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3692<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3689<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3713,7 +3710,7 @@
3713<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3710<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3714 </target> 3711 </target>
3715 3712
3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3717 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3714 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3718 <context-group purpose="location"> 3715 <context-group purpose="location">
3719 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3716 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3722,10 +3719,10 @@
3722 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3719 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3723 <source>Update configuration</source><target state="new">Update configuration</target> 3720 <source>Update configuration</source><target state="new">Update configuration</target>
3724 3721
3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3726 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3723 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3727 3724
3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3729 <source>Total video quota:</source><target state="new">Total video quota:</target> 3726 <source>Total video quota:</source><target state="new">Total video quota:</target>
3730 <context-group purpose="location"> 3727 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3728 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4119,11 +4116,8 @@ When you will upload a video in this channel, the video support field will be au
4119 </context-group> 4116 </context-group>
4120 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4117 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4121 <source>All read</source><target state="new">All read</target> 4118 <source>All read</source><target state="new">All read</target>
4122 <context-group purpose="location"> 4119
4123 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4124 <context context-type="linenumber">12</context>
4125 </context-group>
4126 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4127 <source>Activities</source><target state="new">Activities</target> 4121 <source>Activities</source><target state="new">Activities</target>
4128 <context-group purpose="location"> 4122 <context-group purpose="location">
4129 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4123 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5013,6 +5007,12 @@ When you will upload a video in this channel, the video support field will be au
5013 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5007 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5014 <context context-type="linenumber">1</context> 5008 <context context-type="linenumber">1</context>
5015 </context-group> 5009 </context-group>
5010 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5011 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5012 <context-group purpose="location">
5013 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5014 <context context-type="linenumber">1</context>
5015 </context-group>
5016 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5016 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5017 <source>240p</source><target state="new">240p</target> 5017 <source>240p</source><target state="new">240p</target>
5018 <context-group purpose="location"> 5018 <context-group purpose="location">
@@ -7503,6 +7503,12 @@ When you will upload a video in this channel, the video support field will be au
7503 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7503 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7504 <context context-type="linenumber">1</context> 7504 <context context-type="linenumber">1</context>
7505 </context-group> 7505 </context-group>
7506 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7507 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7508 <context-group purpose="location">
7509 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7510 <context context-type="linenumber">1</context>
7511 </context-group>
7506 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7512 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7507 <source>Subscribed</source><target state="new">Subscribed</target> 7513 <source>Subscribed</source><target state="new">Subscribed</target>
7508 <context-group purpose="location"> 7514 <context-group purpose="location">
@@ -7644,6 +7650,18 @@ When you will upload a video in this channel, the video support field will be au
7644 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7650 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7645 <context context-type="linenumber">1</context> 7651 <context context-type="linenumber">1</context>
7646 </context-group> 7652 </context-group>
7653 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7654 <source>Add to watch later</source><target state="new">Add to watch later</target>
7655 <context-group purpose="location">
7656 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7657 <context context-type="linenumber">1</context>
7658 </context-group>
7659 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7660 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7661 <context-group purpose="location">
7662 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7663 <context context-type="linenumber">1</context>
7664 </context-group>
7647 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7665 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7648 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7666 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7649 <context-group purpose="location"> 7667 <context-group purpose="location">
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 8a50408a7..70d5bb2c6 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -395,7 +395,7 @@
395 <context-group name="null"> 395 <context-group name="null">
396 <context context-type="linenumber">9</context> 396 <context context-type="linenumber">9</context>
397 </context-group> 397 </context-group>
398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
400 <source>Start at</source> 400 <source>Start at</source>
401 <target>Beginnen bij</target> 401 <target>Beginnen bij</target>
@@ -429,28 +429,38 @@
429 <context-group name="null"> 429 <context-group name="null">
430 <context context-type="linenumber">74</context> 430 <context context-type="linenumber">74</context>
431 </context-group> 431 </context-group>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
433 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 433 <source>video</source><target state="new">video</target>
434 <source>Download video</source> 434 <context-group purpose="location">
435 <target>Download video</target> 435 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
436 <context-group name="null"> 436 <context context-type="linenumber">4</context>
437 <context context-type="linenumber">3</context> 437 </context-group>
438 <context-group purpose="location">
439 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
440 <context context-type="linenumber">12</context>
438 </context-group> 441 </context-group>
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 442 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
443 <source>subtitles</source><target state="new">subtitles</target>
444 <context-group purpose="location">
445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
446 <context context-type="linenumber">11</context>
447 </context-group>
448 </trans-unit>
449
440 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 450 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
441 <source>Direct download</source> 451 <source>Direct download</source>
442 <target>Directe download</target> 452 <target>Directe download</target>
443 <context-group name="null"> 453 <context-group name="null">
444 <context context-type="linenumber">27</context> 454 <context context-type="linenumber">27</context>
445 </context-group> 455 </context-group>
446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
447 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 457 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
448 <source>Torrent (.torrent file)</source> 458 <source>Torrent (.torrent file)</source>
449 <target>Torrent (.torrent bestand)</target> 459 <target>Torrent (.torrent bestand)</target>
450 <context-group name="null"> 460 <context-group name="null">
451 <context context-type="linenumber">32</context> 461 <context context-type="linenumber">32</context>
452 </context-group> 462 </context-group>
453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
454 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 464 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
455 <source> 465 <source>
456 Cancel 466 Cancel
@@ -460,14 +470,14 @@ Annuleren</target>
460 <context-group name="null"> 470 <context-group name="null">
461 <context context-type="linenumber">47</context> 471 <context context-type="linenumber">47</context>
462 </context-group> 472 </context-group>
463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
464 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 474 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
465 <source>Download</source> 475 <source>Download</source>
466 <target>Downloaden</target> 476 <target>Downloaden</target>
467 <context-group name="null"> 477 <context-group name="null">
468 <context context-type="linenumber">43</context> 478 <context context-type="linenumber">43</context>
469 </context-group> 479 </context-group>
470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
471 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 481 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
472 <source>Report video</source> 482 <source>Report video</source>
473 <target>Rapporteer video</target> 483 <target>Rapporteer video</target>
@@ -533,28 +543,28 @@ Annuleren</target>
533 <context-group name="null"> 543 <context-group name="null">
534 <context context-type="linenumber">6</context> 544 <context context-type="linenumber">6</context>
535 </context-group> 545 </context-group>
536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
537 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 547 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
538 <source>Private</source> 548 <source>Private</source>
539 <target>Privé</target> 549 <target>Privé</target>
540 <context-group name="null"> 550 <context-group name="null">
541 <context context-type="linenumber">7</context> 551 <context context-type="linenumber">7</context>
542 </context-group> 552 </context-group>
543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
544 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 554 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
545 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 555 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
546 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> keer bekeken</target> 556 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> keer bekeken</target>
547 <context-group name="null"> 557 <context-group name="null">
548 <context context-type="linenumber">24</context> 558 <context context-type="linenumber">24</context>
549 </context-group> 559 </context-group>
550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
551 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 561 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
552 <source>Blacklisted</source> 562 <source>Blacklisted</source>
553 <target>Op de zwarte lijst</target> 563 <target>Op de zwarte lijst</target>
554 <context-group name="null"> 564 <context-group name="null">
555 <context context-type="linenumber">42</context> 565 <context context-type="linenumber">42</context>
556 </context-group> 566 </context-group>
557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
558 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 568 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
559 <source> 569 <source>
560 Sensitive 570 Sensitive
@@ -565,7 +575,7 @@ Annuleren</target>
565 <context-group name="null"> 575 <context-group name="null">
566 <context context-type="linenumber">46</context> 576 <context context-type="linenumber">46</context>
567 </context-group> 577 </context-group>
568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
569 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 579 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
570 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 580 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
571 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 581 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -599,7 +609,7 @@ Annuleren</target>
599 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 609 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
600 <source>Deleted</source><target state="new">Deleted</target> 610 <source>Deleted</source><target state="new">Deleted</target>
601 611
602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
603 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 613 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
604 <source>Edit starts/stops at</source> 614 <source>Edit starts/stops at</source>
605 <target>Bewerk beginnen/stoppen bij</target> 615 <target>Bewerk beginnen/stoppen bij</target>
@@ -627,7 +637,7 @@ Annuleren</target>
627 <context-group name="null"> 637 <context-group name="null">
628 <context context-type="linenumber">20</context> 638 <context context-type="linenumber">20</context>
629 </context-group> 639 </context-group>
630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
631 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 641 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
632 <source>Delete</source> 642 <source>Delete</source>
633 <target>Verwijderen</target> 643 <target>Verwijderen</target>
@@ -862,7 +872,7 @@ Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;n
862 <context-group name="null"> 872 <context-group name="null">
863 <context context-type="linenumber">86</context> 873 <context context-type="linenumber">86</context>
864 </context-group> 874 </context-group>
865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
866 <source>users</source><target state="new">users</target> 876 <source>users</source><target state="new">users</target>
867 <context-group purpose="location"> 877 <context-group purpose="location">
868 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 878 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1042,7 +1052,7 @@ of maak een account aan op een andere instantie</target>
1042 <context-group name="null"> 1052 <context-group name="null">
1043 <context context-type="linenumber">32</context> 1053 <context context-type="linenumber">32</context>
1044 </context-group> 1054 </context-group>
1045 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1046 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1056 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1047 <source>Forgot your password</source> 1057 <source>Forgot your password</source>
1048 <target>Jouw wachtwoord vergeten</target> 1058 <target>Jouw wachtwoord vergeten</target>
@@ -1365,7 +1375,7 @@ Geen resultaten gevonden</target>
1365 <context-group name="null"> 1375 <context-group name="null">
1366 <context context-type="linenumber">107</context> 1376 <context context-type="linenumber">107</context>
1367 </context-group> 1377 </context-group>
1368 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1378 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1369 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1379 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1370 <source> 1380 <source>
1371 Help to translate PeerTube! 1381 Help to translate PeerTube!
@@ -1394,6 +1404,12 @@ Geen resultaten gevonden</target>
1394 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1404 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1395 <context context-type="linenumber">29</context> 1405 <context context-type="linenumber">29</context>
1396 </context-group> 1406 </context-group>
1407 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1408 <source>Help</source><target state="new">Help</target>
1409 <context-group purpose="location">
1410 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1411 <context context-type="linenumber">35</context>
1412 </context-group>
1397 </trans-unit> 1413 </trans-unit>
1398 1414
1399 1415
@@ -1403,101 +1419,101 @@ Geen resultaten gevonden</target>
1403 <context-group name="null"> 1419 <context-group name="null">
1404 <context context-type="linenumber">25</context> 1420 <context context-type="linenumber">25</context>
1405 </context-group> 1421 </context-group>
1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1422 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1407 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1423 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1408 <source>Create an account</source> 1424 <source>Create an account</source>
1409 <target>Account maken</target> 1425 <target>Account maken</target>
1410 <context-group name="null"> 1426 <context-group name="null">
1411 <context context-type="linenumber">33</context> 1427 <context context-type="linenumber">33</context>
1412 </context-group> 1428 </context-group>
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1414 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1430 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1415 <source>My library</source> 1431 <source>My library</source>
1416 <target>Mijn bibliotheek</target> 1432 <target>Mijn bibliotheek</target>
1417 <context-group name="null"> 1433 <context-group name="null">
1418 <context context-type="linenumber">37</context> 1434 <context context-type="linenumber">37</context>
1419 </context-group> 1435 </context-group>
1420 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1436 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1421 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1437 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1422 <source>Videos</source> 1438 <source>Videos</source>
1423 <target>Video's</target> 1439 <target>Video's</target>
1424 <context-group name="null"> 1440 <context-group name="null">
1425 <context context-type="linenumber">24</context> 1441 <context context-type="linenumber">24</context>
1426 </context-group> 1442 </context-group>
1427 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1443 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1428 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1444 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1429 <source>Playlists</source> 1445 <source>Playlists</source>
1430 <target>Afspeellijsten</target> 1446 <target>Afspeellijsten</target>
1431 <context-group name="null"> 1447 <context-group name="null">
1432 <context context-type="linenumber">46</context> 1448 <context context-type="linenumber">46</context>
1433 </context-group> 1449 </context-group>
1434 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1435 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1451 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1436 <source>Subscriptions</source> 1452 <source>Subscriptions</source>
1437 <target>Abonnementen</target> 1453 <target>Abonnementen</target>
1438 <context-group name="null"> 1454 <context-group name="null">
1439 <context context-type="linenumber">51</context> 1455 <context context-type="linenumber">51</context>
1440 </context-group> 1456 </context-group>
1441 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1442 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1458 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1443 <source>History</source> 1459 <source>History</source>
1444 <target>Geschiedenis</target> 1460 <target>Geschiedenis</target>
1445 <context-group name="null"> 1461 <context-group name="null">
1446 <context context-type="linenumber">56</context> 1462 <context context-type="linenumber">56</context>
1447 </context-group> 1463 </context-group>
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1464 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1449 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1465 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1450 <source>Discover</source> 1466 <source>Discover</source>
1451 <target>Ontdekken</target> 1467 <target>Ontdekken</target>
1452 <context-group name="null"> 1468 <context-group name="null">
1453 <context context-type="linenumber">66</context> 1469 <context context-type="linenumber">66</context>
1454 </context-group> 1470 </context-group>
1455 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1471 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1456 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1472 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1457 <source>Trending</source> 1473 <source>Trending</source>
1458 <target>Populair</target> 1474 <target>Populair</target>
1459 <context-group name="null"> 1475 <context-group name="null">
1460 <context context-type="linenumber">71</context> 1476 <context context-type="linenumber">71</context>
1461 </context-group> 1477 </context-group>
1462 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1463 <source>Most liked</source><target state="new">Most liked</target> 1479 <source>Most liked</source><target state="new">Most liked</target>
1464 1480
1465 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1481 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1466 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1482 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1467 <source>Recently added</source> 1483 <source>Recently added</source>
1468 <target>Recent toegevoegd</target> 1484 <target>Recent toegevoegd</target>
1469 <context-group name="null"> 1485 <context-group name="null">
1470 <context context-type="linenumber">81</context> 1486 <context context-type="linenumber">81</context>
1471 </context-group> 1487 </context-group>
1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1473 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1489 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1474 <source>More</source> 1490 <source>More</source>
1475 <target>Meer</target> 1491 <target>Meer</target>
1476 <context-group name="null"> 1492 <context-group name="null">
1477 <context context-type="linenumber">91</context> 1493 <context context-type="linenumber">91</context>
1478 </context-group> 1494 </context-group>
1479 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1495 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1480 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1496 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1481 <source>Administration</source> 1497 <source>Administration</source>
1482 <target>Administratie</target> 1498 <target>Administratie</target>
1483 <context-group name="null"> 1499 <context-group name="null">
1484 <context context-type="linenumber">95</context> 1500 <context context-type="linenumber">95</context>
1485 </context-group> 1501 </context-group>
1486 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1502 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1487 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1503 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1488 <source>About</source> 1504 <source>About</source>
1489 <target>Over</target> 1505 <target>Over</target>
1490 <context-group name="null"> 1506 <context-group name="null">
1491 <context context-type="linenumber">26</context> 1507 <context context-type="linenumber">26</context>
1492 </context-group> 1508 </context-group>
1493 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1494 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1510 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1495 <source>Show keyboard shortcuts</source> 1511 <source>Show keyboard shortcuts</source>
1496 <target>Laat keyboard shortcuts zien</target> 1512 <target>Laat keyboard shortcuts zien</target>
1497 <context-group name="null"> 1513 <context-group name="null">
1498 <context context-type="linenumber">111</context> 1514 <context context-type="linenumber">111</context>
1499 </context-group> 1515 </context-group>
1500 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1516 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1501 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1517 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1502 <source>View your notifications</source> 1518 <source>View your notifications</source>
1503 <target>Bekijk jouw notificaties.</target> 1519 <target>Bekijk jouw notificaties.</target>
@@ -1513,15 +1529,9 @@ Geen resultaten gevonden</target>
1513 </context-group> 1529 </context-group>
1514 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1530 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1515 <source>Mark all as read</source><target state="new">Mark all as read</target> 1531 <source>Mark all as read</source><target state="new">Mark all as read</target>
1516 <context-group purpose="location"> 1532
1517 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1533
1518 <context context-type="linenumber">18</context> 1534 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1519 </context-group>
1520 <context-group purpose="location">
1521 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1522 <context context-type="linenumber">9</context>
1523 </context-group>
1524 </trans-unit>
1525 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1535 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1526 <source>Update your notification preferences</source> 1536 <source>Update your notification preferences</source>
1527 <target>Update je notificatie voorkeuren</target> 1537 <target>Update je notificatie voorkeuren</target>
@@ -1623,7 +1633,7 @@ Geen resultaten gevonden</target>
1623 <context-group name="null"> 1633 <context-group name="null">
1624 <context context-type="linenumber">45</context> 1634 <context context-type="linenumber">45</context>
1625 </context-group> 1635 </context-group>
1626 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1636 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1627 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1637 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1628 <source>Display sensitive content</source> 1638 <source>Display sensitive content</source>
1629 <target>Laat gevoelige inhoud zien</target> 1639 <target>Laat gevoelige inhoud zien</target>
@@ -1740,14 +1750,44 @@ Geen resultaten gevonden</target>
1740 <context-group name="null"> 1750 <context-group name="null">
1741 <context context-type="linenumber">115</context> 1751 <context context-type="linenumber">115</context>
1742 </context-group> 1752 </context-group>
1743 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1753 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1754 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1755 <context-group purpose="location">
1756 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1757 <context context-type="linenumber">14</context>
1758 </context-group>
1759 <context-group purpose="location">
1760 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1761 <context context-type="linenumber">14</context>
1762 </context-group>
1763 <context-group purpose="location">
1764 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1765 <context context-type="linenumber">14</context>
1766 </context-group>
1767 <context-group purpose="location">
1768 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1769 <context context-type="linenumber">14</context>
1770 </context-group>
1771 <context-group purpose="location">
1772 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1773 <context context-type="linenumber">14</context>
1774 </context-group>
1775 <context-group purpose="location">
1776 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1777 <context context-type="linenumber">14</context>
1778 </context-group>
1779 <context-group purpose="location">
1780 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1781 <context context-type="linenumber">14</context>
1782 </context-group>
1783 </trans-unit>
1744 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1784 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1745 <source>Display unlisted and private videos</source> 1785 <source>Display unlisted and private videos</source>
1746 <target>Laat onvermelde en privé-video's zien</target> 1786 <target>Laat onvermelde en privé-video's zien</target>
1747 <context-group name="null"> 1787 <context-group name="null">
1748 <context context-type="linenumber">14</context> 1788 <context context-type="linenumber">14</context>
1749 </context-group> 1789 </context-group>
1750 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1751 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1791 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1752 <source>Add caption</source> 1792 <source>Add caption</source>
1753 <target>Voeg ondertiteling toe</target> 1793 <target>Voeg ondertiteling toe</target>
@@ -2524,7 +2564,7 @@ Je kan nu al informatie toevoegen over deze video.
2524 <context-group name="null"> 2564 <context-group name="null">
2525 <context context-type="linenumber">211</context> 2565 <context context-type="linenumber">211</context>
2526 </context-group> 2566 </context-group>
2527 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2567 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2528 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2568 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2529 <source> 2569 <source>
2530 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2570 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2535,21 +2575,21 @@ Je kan nu al informatie toevoegen over deze video.
2535 <context-group name="null"> 2575 <context-group name="null">
2536 <context context-type="linenumber">212</context> 2576 <context context-type="linenumber">212</context>
2537 </context-group> 2577 </context-group>
2538 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2578 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2539 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2579 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2540 <source>More information</source> 2580 <source>More information</source>
2541 <target>Meer informatie</target> 2581 <target>Meer informatie</target>
2542 <context-group name="null"> 2582 <context-group name="null">
2543 <context context-type="linenumber">215</context> 2583 <context context-type="linenumber">215</context>
2544 </context-group> 2584 </context-group>
2545 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2585 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2546 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2586 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2547 <source>Get more information</source> 2587 <source>Get more information</source>
2548 <target>Krijg meer informatie</target> 2588 <target>Krijg meer informatie</target>
2549 <context-group name="null"> 2589 <context-group name="null">
2550 <context context-type="linenumber">215</context> 2590 <context context-type="linenumber">215</context>
2551 </context-group> 2591 </context-group>
2552 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2553 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2593 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2554 <source> 2594 <source>
2555 OK 2595 OK
@@ -2560,7 +2600,7 @@ Je kan nu al informatie toevoegen over deze video.
2560 <context-group name="null"> 2600 <context-group name="null">
2561 <context context-type="linenumber">218</context> 2601 <context context-type="linenumber">218</context>
2562 </context-group> 2602 </context-group>
2563 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2603 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2564 <source>1 Comment</source><target state="new">1 Comment</target> 2604 <source>1 Comment</source><target state="new">1 Comment</target>
2565 <context-group purpose="location"> 2605 <context-group purpose="location">
2566 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2606 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2727,7 +2767,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
2727 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2767 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2728 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2768 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2729 2769
2730 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2770 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2731 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2771 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2732 <source> 2772 <source>
2733 Users 2773 Users
@@ -2869,7 +2909,37 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
2869 <context-group name="null"> 2909 <context-group name="null">
2870 <context context-type="linenumber">10</context> 2910 <context context-type="linenumber">10</context>
2871 </context-group> 2911 </context-group>
2872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2913 <source>Delayed.</source><target state="new">Delayed.</target>
2914 <context-group purpose="location">
2915 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2916 <context context-type="linenumber">42</context>
2917 </context-group>
2918 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2919 <source>Will start soon...</source><target state="new">Will start soon...</target>
2920 <context-group purpose="location">
2921 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2922 <context context-type="linenumber">43</context>
2923 </context-group>
2924 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2925 <source>Running...</source><target state="new">Running...</target>
2926 <context-group purpose="location">
2927 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2928 <context context-type="linenumber">44</context>
2929 </context-group>
2930 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2931 <source>Finished</source><target state="new">Finished</target>
2932 <context-group purpose="location">
2933 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2934 <context context-type="linenumber">45</context>
2935 </context-group>
2936 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2937 <source>Failed</source><target state="new">Failed</target>
2938 <context-group purpose="location">
2939 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2940 <context context-type="linenumber">46</context>
2941 </context-group>
2942 </trans-unit>
2873 2943
2874 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2944 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2875 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2945 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2877,7 +2947,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
2877 <context-group name="null"> 2947 <context-group name="null">
2878 <context context-type="linenumber">11</context> 2948 <context context-type="linenumber">11</context>
2879 </context-group> 2949 </context-group>
2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2881 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2951 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2882 <source>Accepted</source> 2952 <source>Accepted</source>
2883 <target>Geaccepteerd</target> 2953 <target>Geaccepteerd</target>
@@ -3427,7 +3497,19 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3427 <context-group name="null"> 3497 <context-group name="null">
3428 <context context-type="linenumber">2</context> 3498 <context context-type="linenumber">2</context>
3429 </context-group> 3499 </context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3501 <source>Job type</source><target state="new">Job type</target>
3502 <context-group purpose="location">
3503 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3504 <context context-type="linenumber">5</context>
3505 </context-group>
3506 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3507 <source>Job state</source><target state="new">Job state</target>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3510 <context context-type="linenumber">14</context>
3511 </context-group>
3512 </trans-unit>
3431 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3513 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3432 <source>Type</source> 3514 <source>Type</source>
3433 <target>Type</target> 3515 <target>Type</target>
@@ -3435,20 +3517,8 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3435 <context context-type="linenumber">19</context> 3517 <context context-type="linenumber">19</context>
3436 </context-group> 3518 </context-group>
3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3438 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3520
3439 <source>Processed on</source> 3521
3440 <target>Behandeld op</target>
3441 <context-group name="null">
3442 <context context-type="linenumber">22</context>
3443 </context-group>
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3445 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3446 <source>Finished on</source>
3447 <target>Voltooid op</target>
3448 <context-group name="null">
3449 <context context-type="linenumber">23</context>
3450 </context-group>
3451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3452 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3522 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3453 <source>Refresh</source> 3523 <source>Refresh</source>
3454 <target>Verversen</target> 3524 <target>Verversen</target>
@@ -3946,15 +4016,23 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3946 <context-group name="null"> 4016 <context-group name="null">
3947 <context context-type="linenumber">486</context> 4017 <context context-type="linenumber">486</context>
3948 </context-group> 4018 </context-group>
3949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3950 <source> 4020 <source>
3951 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4021 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3952 4022
3953 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4023 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4024
4025 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4026
4027 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3954 </source><target state="new"> 4028 </source><target state="new">
3955 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4029 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3956 4030
3957 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4031 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4032
4033 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4034
4035 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3958 </target> 4036 </target>
3959 <context-group purpose="location"> 4037 <context-group purpose="location">
3960 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4038 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3990,77 +4068,74 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
3990 4068
3991 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4069 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3992 </target> 4070 </target>
3993 <context-group purpose="location"> 4071
3994 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3995 <context context-type="linenumber">518</context>
3996 </context-group>
3997 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3998 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4073 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3999 4074
4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4001 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4076 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4002 <source>Transcoding threads</source> 4077 <source>Transcoding threads</source>
4003 <target>Threads gebruikt voor transcoding</target> 4078 <target>Threads gebruikt voor transcoding</target>
4004 <context-group name="null"> 4079 <context-group name="null">
4005 <context context-type="linenumber">517</context> 4080 <context context-type="linenumber">517</context>
4006 </context-group> 4081 </context-group>
4007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4008 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4083 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4009 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4084 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4010 <target>Resolutie <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> ingeschakeld</target> 4085 <target>Resolutie <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> ingeschakeld</target>
4011 <context-group name="null"> 4086 <context-group name="null">
4012 <context context-type="linenumber">532</context> 4087 <context context-type="linenumber">532</context>
4013 </context-group> 4088 </context-group>
4014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4015 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4090 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4016 <source>Cache</source> 4091 <source>Cache</source>
4017 <target>Cache</target> 4092 <target>Cache</target>
4018 <context-group name="null"> 4093 <context-group name="null">
4019 <context context-type="linenumber">541</context> 4094 <context context-type="linenumber">541</context>
4020 </context-group> 4095 </context-group>
4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4022 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4097 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4023 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4098 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4024 <target>Sommige bestanden zijn niet federaal (voorbeelden, ondertitelingen). We verkrijgen ze direct van hun afkomstige instantie en cachen ze.</target> 4099 <target>Sommige bestanden zijn niet federaal (voorbeelden, ondertitelingen). We verkrijgen ze direct van hun afkomstige instantie en cachen ze.</target>
4025 <context-group name="null"> 4100 <context-group name="null">
4026 <context context-type="linenumber">545</context> 4101 <context context-type="linenumber">545</context>
4027 </context-group> 4102 </context-group>
4028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4029 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4104 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4030 <source>Previews cache size</source> 4105 <source>Previews cache size</source>
4031 <target>Cachegrootte voor previews</target> 4106 <target>Cachegrootte voor previews</target>
4032 <context-group name="null"> 4107 <context-group name="null">
4033 <context context-type="linenumber">552</context> 4108 <context context-type="linenumber">552</context>
4034 </context-group> 4109 </context-group>
4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4036 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4111 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4037 <source>Video captions cache size</source> 4112 <source>Video captions cache size</source>
4038 <target>Cachegrootte van video-ondertiteling</target> 4113 <target>Cachegrootte van video-ondertiteling</target>
4039 <context-group name="null"> 4114 <context-group name="null">
4040 <context context-type="linenumber">561</context> 4115 <context context-type="linenumber">561</context>
4041 </context-group> 4116 </context-group>
4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4043 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4118 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4044 <source>Customizations</source> 4119 <source>Customizations</source>
4045 <target>Aanpassingen</target> 4120 <target>Aanpassingen</target>
4046 <context-group name="null"> 4121 <context-group name="null">
4047 <context context-type="linenumber">570</context> 4122 <context context-type="linenumber">570</context>
4048 </context-group> 4123 </context-group>
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4050 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4125 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4051 <source>JavaScript</source> 4126 <source>JavaScript</source>
4052 <target>JavaScript</target> 4127 <target>JavaScript</target>
4053 <context-group name="null"> 4128 <context-group name="null">
4054 <context context-type="linenumber">575</context> 4129 <context context-type="linenumber">575</context>
4055 </context-group> 4130 </context-group>
4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4057 <source> 4132 <source>
4058 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4133 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4059 </source><target state="new"> 4134 </source><target state="new">
4060 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4135 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4061 </target> 4136 </target>
4062 4137
4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4064 <source> 4139 <source>
4065 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4140 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4066<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4141<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4087,7 +4162,7 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4087<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4162<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4088 </target> 4163 </target>
4089 4164
4090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4091 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4166 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4092 <source>Advanced configuration</source> 4167 <source>Advanced configuration</source>
4093 <target>Geavanceerde configuratie</target> 4168 <target>Geavanceerde configuratie</target>
@@ -4101,10 +4176,10 @@ Het ziet ernaar uit dat je op een server bent zonder HTTPS. Op je webserver moet
4101 <context-group name="null"> 4176 <context-group name="null">
4102 <context context-type="linenumber">628</context> 4177 <context context-type="linenumber">628</context>
4103 </context-group> 4178 </context-group>
4104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4105 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4180 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4106 4181
4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4108 <source>Total video quota:</source><target state="new">Total video quota:</target> 4183 <source>Total video quota:</source><target state="new">Total video quota:</target>
4109 <context-group purpose="location"> 4184 <context-group purpose="location">
4110 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4185 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4547,11 +4622,8 @@ Wees alstublieft zeker.</target>
4547 </context-group> 4622 </context-group>
4548 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4623 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4549 <source>All read</source><target state="new">All read</target> 4624 <source>All read</source><target state="new">All read</target>
4550 <context-group purpose="location"> 4625
4551 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4626 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4552 <context context-type="linenumber">12</context>
4553 </context-group>
4554 </trans-unit>
4555 4627
4556 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4628 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4557 <source>Activities</source> 4629 <source>Activities</source>
@@ -5525,6 +5597,12 @@ Account aanmaken</target>
5525 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5597 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5526 <context context-type="linenumber">1</context> 5598 <context context-type="linenumber">1</context>
5527 </context-group> 5599 </context-group>
5600 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5601 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5602 <context-group purpose="location">
5603 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5604 <context context-type="linenumber">1</context>
5605 </context-group>
5528 </trans-unit> 5606 </trans-unit>
5529 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5607 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5530 <source>240p</source> 5608 <source>240p</source>
@@ -8184,7 +8262,13 @@ Account aanmaken</target>
8184 <context-group name="null"> 8262 <context-group name="null">
8185 <context context-type="linenumber">1</context> 8263 <context context-type="linenumber">1</context>
8186 </context-group> 8264 </context-group>
8187 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8266 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8267 <context-group purpose="location">
8268 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8269 <context context-type="linenumber">1</context>
8270 </context-group>
8271 </trans-unit>
8188 8272
8189 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8273 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
8190 <source>Subscribed</source> 8274 <source>Subscribed</source>
@@ -8346,7 +8430,19 @@ Account aanmaken</target>
8346 <context-group name="null"> 8430 <context-group name="null">
8347 <context context-type="linenumber">1</context> 8431 <context context-type="linenumber">1</context>
8348 </context-group> 8432 </context-group>
8349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8434 <source>Add to watch later</source><target state="new">Add to watch later</target>
8435 <context-group purpose="location">
8436 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8437 <context context-type="linenumber">1</context>
8438 </context-group>
8439 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8440 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8441 <context-group purpose="location">
8442 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8443 <context context-type="linenumber">1</context>
8444 </context-group>
8445 </trans-unit>
8350 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8446 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8351 <source>Only I can see this video</source> 8447 <source>Only I can see this video</source>
8352 <target>Ik kan deze video alleen zien</target> 8448 <target>Ik kan deze video alleen zien</target>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index 0ee269bf8..52d7c17a6 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.xlf
@@ -436,8 +436,8 @@
436 <context-group name="null"> 436 <context-group name="null">
437 <context context-type="linenumber">9</context> 437 <context context-type="linenumber">9</context>
438 </context-group> 438 </context-group>
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 439
440 </trans-unit> 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
441 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 441 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
442 <source>Start at</source> 442 <source>Start at</source>
443 <target>Debuta a</target> 443 <target>Debuta a</target>
@@ -485,31 +485,40 @@
485 <context context-type="linenumber">74</context> 485 <context context-type="linenumber">74</context>
486 </context-group> 486 </context-group>
487 487
488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
489 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 489 <source>video</source><target state="new">video</target>
490 <source>Download video</source> 490 <context-group purpose="location">
491 <target>Telecargar la vidèo</target> 491 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
492 <context-group name="null"> 492 <context context-type="linenumber">4</context>
493 <context context-type="linenumber">3</context> 493 </context-group>
494 <context-group purpose="location">
495 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
496 <context context-type="linenumber">12</context>
497 </context-group>
498 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
499 <source>subtitles</source><target state="new">subtitles</target>
500 <context-group purpose="location">
501 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
502 <context context-type="linenumber">11</context>
494 </context-group> 503 </context-group>
495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
496 </trans-unit> 504 </trans-unit>
505
497 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 506 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
498 <source>Direct download</source> 507 <source>Direct download</source>
499 <target>Telecargament dirècte</target> 508 <target>Telecargament dirècte</target>
500 <context-group name="null"> 509 <context-group name="null">
501 <context context-type="linenumber">27</context> 510 <context context-type="linenumber">27</context>
502 </context-group> 511 </context-group>
503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 512
504 </trans-unit> 513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
505 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 514 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
506 <source>Torrent (.torrent file)</source> 515 <source>Torrent (.torrent file)</source>
507 <target>Torrent (fichièr .torrent)</target> 516 <target>Torrent (fichièr .torrent)</target>
508 <context-group name="null"> 517 <context-group name="null">
509 <context context-type="linenumber">32</context> 518 <context context-type="linenumber">32</context>
510 </context-group> 519 </context-group>
511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 520
512 </trans-unit> 521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
513 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 522 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
514 <source>Cancel</source> 523 <source>Cancel</source>
515 <target> 524 <target>
@@ -520,15 +529,15 @@
520 </context-group> 529 </context-group>
521 530
522 531
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
524 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 533 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
525 <source>Download</source> 534 <source>Download</source>
526 <target>Telecargar</target> 535 <target>Telecargar</target>
527 <context-group name="null"> 536 <context-group name="null">
528 <context context-type="linenumber">43</context> 537 <context context-type="linenumber">43</context>
529 </context-group> 538 </context-group>
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 539
531 </trans-unit> 540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
532 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 541 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
533 <source>Report video</source> 542 <source>Report video</source>
534 <target>Senhalar la vidèo</target> 543 <target>Senhalar la vidèo</target>
@@ -608,35 +617,35 @@
608 <context-group name="null"> 617 <context-group name="null">
609 <context context-type="linenumber">6</context> 618 <context context-type="linenumber">6</context>
610 </context-group> 619 </context-group>
611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 620
612 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 621
613 </trans-unit> 622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
614 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 623 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
615 <source>Private</source> 624 <source>Private</source>
616 <target>Privada</target> 625 <target>Privada</target>
617 <context-group name="null"> 626 <context-group name="null">
618 <context context-type="linenumber">7</context> 627 <context context-type="linenumber">7</context>
619 </context-group> 628 </context-group>
620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 629
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 630
622 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 631
623 </trans-unit> 632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
624 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 633 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
625 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 634 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
626 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions</target> 635 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizacions</target>
627 <context-group name="null"> 636 <context-group name="null">
628 <context context-type="linenumber">24</context> 637 <context context-type="linenumber">24</context>
629 </context-group> 638 </context-group>
630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 639
631 </trans-unit> 640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 641 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
633 <source>Blacklisted</source> 642 <source>Blacklisted</source>
634 <target>En lista negra</target> 643 <target>En lista negra</target>
635 <context-group name="null"> 644 <context-group name="null">
636 <context context-type="linenumber">42</context> 645 <context context-type="linenumber">42</context>
637 </context-group> 646 </context-group>
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 647
639 </trans-unit> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
640 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 649 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
641 <source>Sensitive</source> 650 <source>Sensitive</source>
642 <target> 651 <target>
@@ -645,8 +654,8 @@
645 <context-group name="null"> 654 <context-group name="null">
646 <context context-type="linenumber">46</context> 655 <context context-type="linenumber">46</context>
647 </context-group> 656 </context-group>
648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 657
649 </trans-unit> 658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
650 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 659 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
651 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 660 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
652 <target>{VAR_PLURAL, plural, =0 {Cap de vidèo} =1 {1 vidèo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidèos} }</target> 661 <target>{VAR_PLURAL, plural, =0 {Cap de vidèo} =1 {1 vidèo} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidèos} }</target>
@@ -688,7 +697,7 @@
688 <context context-type="linenumber">34</context> 697 <context context-type="linenumber">34</context>
689 </context-group> 698 </context-group>
690 699
691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
692 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
693 <source>Edit starts/stops at</source> 702 <source>Edit starts/stops at</source>
694 <target>Modificar la debuta/fin</target> 703 <target>Modificar la debuta/fin</target>
@@ -722,16 +731,16 @@
722 <context-group name="null"> 731 <context-group name="null">
723 <context context-type="linenumber">20</context> 732 <context context-type="linenumber">20</context>
724 </context-group> 733 </context-group>
725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 734
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 735
727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 736
728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 737
729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 738
730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 739
731 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 740
732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 741
733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 742
734 </trans-unit> 743 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
735 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 744 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
736 <source>Delete</source> 745 <source>Delete</source>
737 <target>Suprimir</target> 746 <target>Suprimir</target>
@@ -1008,7 +1017,7 @@
1008 </context-group> 1017 </context-group>
1009 1018
1010 1019
1011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1012 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597"> 1021 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
1013 <source>users</source> 1022 <source>users</source>
1014 <target>utilizaires</target> 1023 <target>utilizaires</target>
@@ -1225,7 +1234,7 @@
1225 </context-group> 1234 </context-group>
1226 1235
1227 1236
1228 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1237 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1229 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1238 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1230 <source>Forgot your password</source> 1239 <source>Forgot your password</source>
1231 <target>Senhal oblidat</target> 1240 <target>Senhal oblidat</target>
@@ -1593,7 +1602,7 @@
1593 </context-group> 1602 </context-group>
1594 1603
1595 1604
1596 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1597 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1606 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1598 <source>Help to translate PeerTube!</source> 1607 <source>Help to translate PeerTube!</source>
1599 <target> 1608 <target>
@@ -1621,6 +1630,12 @@
1621 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1630 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1622 <context context-type="linenumber">29</context> 1631 <context context-type="linenumber">29</context>
1623 </context-group> 1632 </context-group>
1633 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1634 <source>Help</source><target state="new">Help</target>
1635 <context-group purpose="location">
1636 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1637 <context context-type="linenumber">35</context>
1638 </context-group>
1624 </trans-unit> 1639 </trans-unit>
1625 1640
1626 1641
@@ -1631,7 +1646,7 @@
1631 <context context-type="linenumber">25</context> 1646 <context context-type="linenumber">25</context>
1632 </context-group> 1647 </context-group>
1633 1648
1634 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1635 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1650 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1636 <source>Create an account</source> 1651 <source>Create an account</source>
1637 <target>Crear un compte</target> 1652 <target>Crear un compte</target>
@@ -1639,7 +1654,7 @@
1639 <context context-type="linenumber">33</context> 1654 <context context-type="linenumber">33</context>
1640 </context-group> 1655 </context-group>
1641 1656
1642 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1643 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1658 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1644 <source>My library</source> 1659 <source>My library</source>
1645 <target>Ma bibliotèca</target> 1660 <target>Ma bibliotèca</target>
@@ -1647,7 +1662,7 @@
1647 <context context-type="linenumber">37</context> 1662 <context context-type="linenumber">37</context>
1648 </context-group> 1663 </context-group>
1649 1664
1650 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1665 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1651 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1666 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1652 <source>Videos</source> 1667 <source>Videos</source>
1653 <target>Vidèos</target> 1668 <target>Vidèos</target>
@@ -1658,7 +1673,7 @@
1658 1673
1659 1674
1660 1675
1661 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1676 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1662 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1677 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1663 <source>Playlists</source> 1678 <source>Playlists</source>
1664 <target>Lista de lectura</target> 1679 <target>Lista de lectura</target>
@@ -1666,7 +1681,7 @@
1666 <context context-type="linenumber">46</context> 1681 <context context-type="linenumber">46</context>
1667 </context-group> 1682 </context-group>
1668 1683
1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1670 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1685 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1671 <source>Subscriptions</source> 1686 <source>Subscriptions</source>
1672 <target>Abonaments</target> 1687 <target>Abonaments</target>
@@ -1674,7 +1689,7 @@
1674 <context context-type="linenumber">51</context> 1689 <context context-type="linenumber">51</context>
1675 </context-group> 1690 </context-group>
1676 1691
1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1678 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1693 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1679 <source>History</source> 1694 <source>History</source>
1680 <target>Istoric</target> 1695 <target>Istoric</target>
@@ -1682,7 +1697,7 @@
1682 <context context-type="linenumber">56</context> 1697 <context context-type="linenumber">56</context>
1683 </context-group> 1698 </context-group>
1684 1699
1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1686 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1701 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1687 <source>Discover</source> 1702 <source>Discover</source>
1688 <target>Descobrir</target> 1703 <target>Descobrir</target>
@@ -1690,7 +1705,7 @@
1690 <context context-type="linenumber">66</context> 1705 <context context-type="linenumber">66</context>
1691 </context-group> 1706 </context-group>
1692 1707
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1708 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1694 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1709 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1695 <source>Trending</source> 1710 <source>Trending</source>
1696 <target>Tendéncias</target> 1711 <target>Tendéncias</target>
@@ -1698,7 +1713,7 @@
1698 <context context-type="linenumber">71</context> 1713 <context context-type="linenumber">71</context>
1699 </context-group> 1714 </context-group>
1700 1715
1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1716 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1702 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac"> 1717 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac">
1703 <source>Most liked</source> 1718 <source>Most liked</source>
1704 <target>Mai aimadas</target> 1719 <target>Mai aimadas</target>
@@ -1706,7 +1721,7 @@
1706 <context context-type="linenumber">76</context> 1721 <context context-type="linenumber">76</context>
1707 </context-group> 1722 </context-group>
1708 1723
1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1710 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1725 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1711 <source>Recently added</source> 1726 <source>Recently added</source>
1712 <target>Apondons recents</target> 1727 <target>Apondons recents</target>
@@ -1714,7 +1729,7 @@
1714 <context context-type="linenumber">81</context> 1729 <context context-type="linenumber">81</context>
1715 </context-group> 1730 </context-group>
1716 1731
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1718 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1733 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1719 <source>More</source> 1734 <source>More</source>
1720 <target>Mai</target> 1735 <target>Mai</target>
@@ -1722,7 +1737,7 @@
1722 <context context-type="linenumber">91</context> 1737 <context context-type="linenumber">91</context>
1723 </context-group> 1738 </context-group>
1724 1739
1725 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1740 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1726 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1741 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1727 <source>Administration</source> 1742 <source>Administration</source>
1728 <target>Administracion</target> 1743 <target>Administracion</target>
@@ -1730,7 +1745,7 @@
1730 <context context-type="linenumber">95</context> 1745 <context context-type="linenumber">95</context>
1731 </context-group> 1746 </context-group>
1732 1747
1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1748 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1734 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1749 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1735 <source>About</source> 1750 <source>About</source>
1736 <target>A prepaus</target> 1751 <target>A prepaus</target>
@@ -1740,7 +1755,7 @@
1740 1755
1741 1756
1742 1757
1743 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1758 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1744 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1759 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1745 <source>Show keyboard shortcuts</source> 1760 <source>Show keyboard shortcuts</source>
1746 <target>Mostrar los acorchis clavièr</target> 1761 <target>Mostrar los acorchis clavièr</target>
@@ -1748,7 +1763,7 @@
1748 <context context-type="linenumber">111</context> 1763 <context context-type="linenumber">111</context>
1749 </context-group> 1764 </context-group>
1750 1765
1751 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1766 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1752 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1767 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1753 <source>View your notifications</source> 1768 <source>View your notifications</source>
1754 <target>Veire vòstras notificacions</target> 1769 <target>Veire vòstras notificacions</target>
@@ -1767,15 +1782,9 @@
1767 1782
1768 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1783 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1769 <source>Mark all as read</source><target state="new">Mark all as read</target> 1784 <source>Mark all as read</source><target state="new">Mark all as read</target>
1770 <context-group purpose="location"> 1785
1771 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1786
1772 <context context-type="linenumber">18</context> 1787 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1773 </context-group>
1774 <context-group purpose="location">
1775 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1776 <context context-type="linenumber">9</context>
1777 </context-group>
1778 </trans-unit>
1779 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1788 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1780 <source>Update your notification preferences</source> 1789 <source>Update your notification preferences</source>
1781 <target>Actualizar vòstras preferéncias de notificacion</target> 1790 <target>Actualizar vòstras preferéncias de notificacion</target>
@@ -1888,7 +1897,7 @@
1888 <context context-type="linenumber">45</context> 1897 <context context-type="linenumber">45</context>
1889 </context-group> 1898 </context-group>
1890 1899
1891 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1900 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1892 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1901 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1893 <source>Display sensitive content</source> 1902 <source>Display sensitive content</source>
1894 <target>Mostrar lo contengut sensible</target> 1903 <target>Mostrar lo contengut sensible</target>
@@ -2021,21 +2030,51 @@
2021 <context context-type="linenumber">115</context> 2030 <context context-type="linenumber">115</context>
2022 </context-group> 2031 </context-group>
2023 2032
2024 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 2033 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2034 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2035 <context-group purpose="location">
2036 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2037 <context context-type="linenumber">14</context>
2038 </context-group>
2039 <context-group purpose="location">
2040 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2041 <context context-type="linenumber">14</context>
2042 </context-group>
2043 <context-group purpose="location">
2044 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2045 <context context-type="linenumber">14</context>
2046 </context-group>
2047 <context-group purpose="location">
2048 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2049 <context context-type="linenumber">14</context>
2050 </context-group>
2051 <context-group purpose="location">
2052 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2053 <context context-type="linenumber">14</context>
2054 </context-group>
2055 <context-group purpose="location">
2056 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2057 <context context-type="linenumber">14</context>
2058 </context-group>
2059 <context-group purpose="location">
2060 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2061 <context context-type="linenumber">14</context>
2062 </context-group>
2063 </trans-unit>
2025 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2064 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
2026 <source>Display unlisted and private videos</source> 2065 <source>Display unlisted and private videos</source>
2027 <target>Mostrar las vidèos pas listadas e las privadas</target> 2066 <target>Mostrar las vidèos pas listadas e las privadas</target>
2028 <context-group name="null"> 2067 <context-group name="null">
2029 <context context-type="linenumber">14</context> 2068 <context context-type="linenumber">14</context>
2030 </context-group> 2069 </context-group>
2031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2070
2032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2071
2033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2072
2034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2073
2035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2074
2036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2075
2037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2076
2038 </trans-unit> 2077 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2039 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2078 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2040 <source>Add caption</source> 2079 <source>Add caption</source>
2041 <target>Ajustar una legenda</target> 2080 <target>Ajustar una legenda</target>
@@ -2901,7 +2940,7 @@
2901 <context context-type="linenumber">211</context> 2940 <context context-type="linenumber">211</context>
2902 </context-group> 2941 </context-group>
2903 2942
2904 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2943 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2905 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2944 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2906 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2945 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2907 <target> 2946 <target>
@@ -2911,7 +2950,7 @@
2911 <context context-type="linenumber">212</context> 2950 <context context-type="linenumber">212</context>
2912 </context-group> 2951 </context-group>
2913 2952
2914 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2953 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2915 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2954 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2916 <source>More information</source> 2955 <source>More information</source>
2917 <target>Mai d’informacions</target> 2956 <target>Mai d’informacions</target>
@@ -2919,7 +2958,7 @@
2919 <context context-type="linenumber">215</context> 2958 <context context-type="linenumber">215</context>
2920 </context-group> 2959 </context-group>
2921 2960
2922 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2961 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2923 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2962 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2924 <source>Get more information</source> 2963 <source>Get more information</source>
2925 <target>Obténer mai d’informacions</target> 2964 <target>Obténer mai d’informacions</target>
@@ -2927,7 +2966,7 @@
2927 <context context-type="linenumber">215</context> 2966 <context context-type="linenumber">215</context>
2928 </context-group> 2967 </context-group>
2929 2968
2930 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2969 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2931 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2970 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2932 <source>OK</source> 2971 <source>OK</source>
2933 <target> 2972 <target>
@@ -2937,7 +2976,7 @@
2937 <context context-type="linenumber">218</context> 2976 <context context-type="linenumber">218</context>
2938 </context-group> 2977 </context-group>
2939 2978
2940 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2979 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2941 <source>1 Comment</source><target state="new">1 Comment</target> 2980 <source>1 Comment</source><target state="new">1 Comment</target>
2942 <context-group purpose="location"> 2981 <context-group purpose="location">
2943 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2982 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -3105,7 +3144,7 @@
3105 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3144 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3106 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3145 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3107 3146
3108 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3147 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3109 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3148 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3110 <source>Users</source> 3149 <source>Users</source>
3111 <target> 3150 <target>
@@ -3264,7 +3303,37 @@
3264 3303
3265 3304
3266 3305
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3307 <source>Delayed.</source><target state="new">Delayed.</target>
3308 <context-group purpose="location">
3309 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3310 <context context-type="linenumber">42</context>
3311 </context-group>
3312 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3313 <source>Will start soon...</source><target state="new">Will start soon...</target>
3314 <context-group purpose="location">
3315 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3316 <context context-type="linenumber">43</context>
3317 </context-group>
3318 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3319 <source>Running...</source><target state="new">Running...</target>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3322 <context context-type="linenumber">44</context>
3323 </context-group>
3324 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3325 <source>Finished</source><target state="new">Finished</target>
3326 <context-group purpose="location">
3327 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3328 <context context-type="linenumber">45</context>
3329 </context-group>
3330 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3331 <source>Failed</source><target state="new">Failed</target>
3332 <context-group purpose="location">
3333 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3334 <context context-type="linenumber">46</context>
3335 </context-group>
3336 </trans-unit>
3268 3337
3269 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3338 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3270 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3339 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3278,7 +3347,7 @@
3278 3347
3279 3348
3280 3349
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3282 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3351 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3283 <source>Accepted</source> 3352 <source>Accepted</source>
3284 <target>Acceptat</target> 3353 <target>Acceptat</target>
@@ -3929,6 +3998,18 @@
3929 <context context-type="linenumber">2</context> 3998 <context context-type="linenumber">2</context>
3930 </context-group> 3999 </context-group>
3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
4001 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4002 <source>Job type</source><target state="new">Job type</target>
4003 <context-group purpose="location">
4004 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4005 <context context-type="linenumber">5</context>
4006 </context-group>
4007 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4008 <source>Job state</source><target state="new">Job state</target>
4009 <context-group purpose="location">
4010 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4011 <context context-type="linenumber">14</context>
4012 </context-group>
3932 </trans-unit> 4013 </trans-unit>
3933 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4014 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3934 <source>Type</source> 4015 <source>Type</source>
@@ -3938,22 +4019,8 @@
3938 </context-group> 4019 </context-group>
3939 4020
3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3941 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 4022
3942 <source>Processed on</source> 4023
3943 <target>Tractat lo</target>
3944 <context-group name="null">
3945 <context context-type="linenumber">22</context>
3946 </context-group>
3947
3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3949 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3950 <source>Finished on</source>
3951 <target>Acabat lo</target>
3952 <context-group name="null">
3953 <context context-type="linenumber">23</context>
3954 </context-group>
3955
3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3957 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4024 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3958 <source>Refresh</source> 4025 <source>Refresh</source>
3959 <target>Actualizar</target> 4026 <target>Actualizar</target>
@@ -4536,15 +4603,23 @@
4536 <context context-type="linenumber">486</context> 4603 <context context-type="linenumber">486</context>
4537 </context-group> 4604 </context-group>
4538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4539 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4606 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4540 <source> 4607 <source>
4541 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4608 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4542 4609
4543 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4610 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4611
4612 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4613
4614 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4544 </source><target state="new"> 4615 </source><target state="new">
4545 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4616 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4546 4617
4547 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4618 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4619
4620 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4621
4622 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4548 </target> 4623 </target>
4549 <context-group purpose="location"> 4624 <context-group purpose="location">
4550 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4625 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4580,17 +4655,14 @@
4580 4655
4581 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4656 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4582 </target> 4657 </target>
4583 <context-group purpose="location"> 4658
4584 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4585 <context context-type="linenumber">518</context>
4586 </context-group>
4587 </trans-unit>
4588 4660
4589 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4661 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4590 <source>HLS support enabled</source> 4662 <source>HLS support enabled</source>
4591 <target state="translated">Compatibilitat HLS activada</target> 4663 <target state="translated">Compatibilitat HLS activada</target>
4592 4664
4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4594 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4666 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4595 <source>Transcoding threads</source> 4667 <source>Transcoding threads</source>
4596 <target>Transcodatge dels threads</target> 4668 <target>Transcodatge dels threads</target>
@@ -4598,7 +4670,7 @@
4598 <context context-type="linenumber">517</context> 4670 <context context-type="linenumber">517</context>
4599 </context-group> 4671 </context-group>
4600 4672
4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4602 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4674 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4603 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4675 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4604 <target>La resolucion <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> es activada</target> 4676 <target>La resolucion <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> es activada</target>
@@ -4606,7 +4678,7 @@
4606 <context context-type="linenumber">532</context> 4678 <context context-type="linenumber">532</context>
4607 </context-group> 4679 </context-group>
4608 4680
4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4610 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4682 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4611 <source>Cache</source> 4683 <source>Cache</source>
4612 <target>Cache</target> 4684 <target>Cache</target>
@@ -4614,7 +4686,7 @@
4614 <context context-type="linenumber">541</context> 4686 <context context-type="linenumber">541</context>
4615 </context-group> 4687 </context-group>
4616 4688
4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4618 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4690 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4619 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4691 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4620 <target>Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.</target> 4692 <target>Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.</target>
@@ -4622,7 +4694,7 @@
4622 <context context-type="linenumber">545</context> 4694 <context context-type="linenumber">545</context>
4623 </context-group> 4695 </context-group>
4624 4696
4625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4626 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4698 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4627 <source>Previews cache size</source> 4699 <source>Previews cache size</source>
4628 <target>Talha del cache d’apercebut</target> 4700 <target>Talha del cache d’apercebut</target>
@@ -4630,7 +4702,7 @@
4630 <context context-type="linenumber">552</context> 4702 <context context-type="linenumber">552</context>
4631 </context-group> 4703 </context-group>
4632 4704
4633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4634 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4706 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4635 <source>Video captions cache size</source> 4707 <source>Video captions cache size</source>
4636 <target>Talha del cache per las legendas de las vidèos</target> 4708 <target>Talha del cache per las legendas de las vidèos</target>
@@ -4638,7 +4710,7 @@
4638 <context context-type="linenumber">561</context> 4710 <context context-type="linenumber">561</context>
4639 </context-group> 4711 </context-group>
4640 4712
4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4642 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4714 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4643 <source>Customizations</source> 4715 <source>Customizations</source>
4644 <target>Personalizacions</target> 4716 <target>Personalizacions</target>
@@ -4646,7 +4718,7 @@
4646 <context context-type="linenumber">570</context> 4718 <context context-type="linenumber">570</context>
4647 </context-group> 4719 </context-group>
4648 4720
4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4650 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4722 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4651 <source>JavaScript</source> 4723 <source>JavaScript</source>
4652 <target>JavaScript</target> 4724 <target>JavaScript</target>
@@ -4654,11 +4726,11 @@
4654 <context context-type="linenumber">575</context> 4726 <context context-type="linenumber">575</context>
4655 </context-group> 4727 </context-group>
4656 4728
4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4658 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4730 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4659 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4731 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4660 4732
4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4662 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4734 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4663 <source> 4735 <source>
4664 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4736 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4674,7 +4746,7 @@
4674<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4746<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4675 </source><target state="new">Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4747 </source><target state="new">Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4676 4748
4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4678 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4750 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4679 <source>Advanced configuration</source> 4751 <source>Advanced configuration</source>
4680 <target>Configuracion avançada</target> 4752 <target>Configuracion avançada</target>
@@ -4690,11 +4762,11 @@
4690 <context context-type="linenumber">628</context> 4762 <context context-type="linenumber">628</context>
4691 </context-group> 4763 </context-group>
4692 4764
4693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4694 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4766 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4695 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4767 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4696 4768
4697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4698 <source>Total video quota:</source><target state="new">Total video quota:</target> 4770 <source>Total video quota:</source><target state="new">Total video quota:</target>
4699 <context-group purpose="location"> 4771 <context-group purpose="location">
4700 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4772 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5192,11 +5264,8 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
5192 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group> 5264 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group>
5193 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5265 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5194 <source>All read</source><target state="new">All read</target> 5266 <source>All read</source><target state="new">All read</target>
5195 <context-group purpose="location"> 5267
5196 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5268 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5197 <context context-type="linenumber">12</context>
5198 </context-group>
5199 </trans-unit>
5200 5269
5201 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5270 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5202 <source>Activities</source> 5271 <source>Activities</source>
@@ -6232,6 +6301,12 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
6232 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6301 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6233 <context context-type="linenumber">1</context> 6302 <context context-type="linenumber">1</context>
6234 </context-group> 6303 </context-group>
6304 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6305 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6306 <context-group purpose="location">
6307 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6308 <context context-type="linenumber">1</context>
6309 </context-group>
6235 </trans-unit> 6310 </trans-unit>
6236 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6311 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6237 <source>240p</source> 6312 <source>240p</source>
@@ -9337,6 +9412,12 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
9337 <context context-type="linenumber">1</context> 9412 <context context-type="linenumber">1</context>
9338 </context-group> 9413 </context-group>
9339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9415 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9416 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9417 <context-group purpose="location">
9418 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9419 <context context-type="linenumber">1</context>
9420 </context-group>
9340 </trans-unit> 9421 </trans-unit>
9341 9422
9342 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9423 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9525,6 +9606,18 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
9525 <context context-type="linenumber">1</context> 9606 <context context-type="linenumber">1</context>
9526 </context-group> 9607 </context-group>
9527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9609 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9610 <source>Add to watch later</source><target state="new">Add to watch later</target>
9611 <context-group purpose="location">
9612 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9613 <context context-type="linenumber">1</context>
9614 </context-group>
9615 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9616 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9617 <context-group purpose="location">
9618 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9619 <context context-type="linenumber">1</context>
9620 </context-group>
9528 </trans-unit> 9621 </trans-unit>
9529 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9622 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9530 <source>Only I can see this video</source> 9623 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index d5858d520..97a6ef75b 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -422,11 +422,8 @@
422 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 422 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
423 <source>Options</source> 423 <source>Options</source>
424 <target state="new">Options</target> 424 <target state="new">Options</target>
425 <context-group purpose="location"> 425
426 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
427 <context context-type="linenumber">9</context>
428 </context-group>
429 </trans-unit>
430 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 427 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
431 <source>Start at</source> 428 <source>Start at</source>
432 <target state="new">Start at</target> 429 <target state="new">Start at</target>
@@ -468,31 +465,40 @@
468 <context context-type="linenumber">74</context> 465 <context context-type="linenumber">74</context>
469 </context-group> 466 </context-group>
470 467
471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
472 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 469 <source>video</source><target state="new">video</target>
473 <source>Download video</source> 470 <context-group purpose="location">
474 <target>Pobierz film</target> 471 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
475 <context-group name="null"> 472 <context context-type="linenumber">4</context>
476 <context context-type="linenumber">3</context> 473 </context-group>
474 <context-group purpose="location">
475 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
476 <context context-type="linenumber">12</context>
477 </context-group>
478 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
479 <source>subtitles</source><target state="new">subtitles</target>
480 <context-group purpose="location">
481 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
482 <context context-type="linenumber">11</context>
477 </context-group> 483 </context-group>
478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
479 </trans-unit> 484 </trans-unit>
485
480 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 486 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
481 <source>Direct download</source> 487 <source>Direct download</source>
482 <target>Pobieranie bezpośrednie</target> 488 <target>Pobieranie bezpośrednie</target>
483 <context-group name="null"> 489 <context-group name="null">
484 <context context-type="linenumber">27</context> 490 <context context-type="linenumber">27</context>
485 </context-group> 491 </context-group>
486 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 492
487 </trans-unit> 493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
488 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 494 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
489 <source>Torrent (.torrent file)</source> 495 <source>Torrent (.torrent file)</source>
490 <target>Torrent (plik .torrent)</target> 496 <target>Torrent (plik .torrent)</target>
491 <context-group name="null"> 497 <context-group name="null">
492 <context context-type="linenumber">32</context> 498 <context context-type="linenumber">32</context>
493 </context-group> 499 </context-group>
494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 500
495 </trans-unit> 501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
496 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 502 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
497 <source>Cancel</source> 503 <source>Cancel</source>
498 <target> 504 <target>
@@ -503,15 +509,15 @@
503 </context-group> 509 </context-group>
504 510
505 511
506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
507 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 513 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
508 <source>Download</source> 514 <source>Download</source>
509 <target>Pobierz</target> 515 <target>Pobierz</target>
510 <context-group name="null"> 516 <context-group name="null">
511 <context context-type="linenumber">43</context> 517 <context context-type="linenumber">43</context>
512 </context-group> 518 </context-group>
513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 519
514 </trans-unit> 520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
515 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 521 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
516 <source>Report video</source> 522 <source>Report video</source>
517 <target>Zgłoś film</target> 523 <target>Zgłoś film</target>
@@ -588,51 +594,36 @@
588 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 594 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
589 <source>Unlisted</source> 595 <source>Unlisted</source>
590 <target state="new">Unlisted</target> 596 <target state="new">Unlisted</target>
591 <context-group purpose="location"> 597
592 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 598
593 <context context-type="linenumber">12</context> 599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
594 </context-group>
595 <context-group purpose="location">
596 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
597 <context context-type="linenumber">6</context>
598 </context-group>
599 </trans-unit>
600 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 600 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
601 <source>Private</source> 601 <source>Private</source>
602 <target>Prywatne</target> 602 <target>Prywatne</target>
603 <context-group name="null"> 603 <context-group name="null">
604 <context context-type="linenumber">7</context> 604 <context context-type="linenumber">7</context>
605 </context-group> 605 </context-group>
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 606
607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 607
608 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 608
609 </trans-unit> 609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
610 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 610 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
611 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 611 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
612 <target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 612 <target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
613 <context-group purpose="location"> 613
614 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
615 <context context-type="linenumber">24</context>
616 </context-group>
617 </trans-unit>
618 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 615 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
619 <source>Blacklisted</source> 616 <source>Blacklisted</source>
620 <target state="new">Blacklisted</target> 617 <target state="new">Blacklisted</target>
621 <context-group purpose="location"> 618
622 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
623 <context context-type="linenumber">42</context>
624 </context-group>
625 </trans-unit>
626 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 620 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
627 <source>Sensitive</source> 621 <source>Sensitive</source>
628 <target state="new"> 622 <target state="new">
629 Sensitive 623 Sensitive
630 </target> 624 </target>
631 <context-group purpose="location"> 625
632 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
633 <context context-type="linenumber">46</context>
634 </context-group>
635 </trans-unit>
636 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 627 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
637 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 628 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
638 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 629 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -671,7 +662,7 @@
671 <source>Deleted</source> 662 <source>Deleted</source>
672 <target state="new">Deleted</target> 663 <target state="new">Deleted</target>
673 664
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 665 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
675 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 666 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
676 <source>Edit starts/stops at</source> 667 <source>Edit starts/stops at</source>
677 <target state="new">Edit starts/stops at</target> 668 <target state="new">Edit starts/stops at</target>
@@ -705,16 +696,16 @@
705 <context-group name="null"> 696 <context-group name="null">
706 <context context-type="linenumber">20</context> 697 <context context-type="linenumber">20</context>
707 </context-group> 698 </context-group>
708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 699
709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 700
710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 701
711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 702
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 703
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 704
714 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 705
715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 706
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 707
717 </trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
718 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 709 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
719 <source>Delete</source> 710 <source>Delete</source>
720 <target>Usuń</target> 711 <target>Usuń</target>
@@ -986,7 +977,7 @@
986 </context-group> 977 </context-group>
987 978
988 979
989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
990 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 981 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
991 <source>users</source> 982 <source>users</source>
992 <target state="new">users</target> 983 <target state="new">users</target>
@@ -1212,7 +1203,7 @@
1212 </context-group> 1203 </context-group>
1213 1204
1214 1205
1215 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1206 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1216 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1207 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1217 <source>Forgot your password</source> 1208 <source>Forgot your password</source>
1218 <target>Zapomniałem hasła</target> 1209 <target>Zapomniałem hasła</target>
@@ -1608,7 +1599,7 @@
1608 </context-group> 1599 </context-group>
1609 1600
1610 1601
1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1612 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1603 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1613 <source>Help to translate PeerTube!</source> 1604 <source>Help to translate PeerTube!</source>
1614 <target state="new"> 1605 <target state="new">
@@ -1636,6 +1627,12 @@
1636 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1627 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1637 <context context-type="linenumber">29</context> 1628 <context context-type="linenumber">29</context>
1638 </context-group> 1629 </context-group>
1630 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1631 <source>Help</source><target state="new">Help</target>
1632 <context-group purpose="location">
1633 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1634 <context context-type="linenumber">35</context>
1635 </context-group>
1639 </trans-unit> 1636 </trans-unit>
1640 1637
1641 1638
@@ -1643,7 +1640,7 @@
1643 <source>Log out</source> 1640 <source>Log out</source>
1644 <target state="new">Log out</target> 1641 <target state="new">Log out</target>
1645 1642
1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1647 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1644 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1648 <source>Create an account</source> 1645 <source>Create an account</source>
1649 <target>Utwórz konto</target> 1646 <target>Utwórz konto</target>
@@ -1651,7 +1648,7 @@
1651 <context context-type="linenumber">33</context> 1648 <context context-type="linenumber">33</context>
1652 </context-group> 1649 </context-group>
1653 1650
1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1655 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1652 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1656 <source>My library</source> 1653 <source>My library</source>
1657 <target>Moja biblioteka</target> 1654 <target>Moja biblioteka</target>
@@ -1659,7 +1656,7 @@
1659 <context context-type="linenumber">37</context> 1656 <context context-type="linenumber">37</context>
1660 </context-group> 1657 </context-group>
1661 1658
1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1663 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1660 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1664 <source>Videos</source> 1661 <source>Videos</source>
1665 <target>Filmy</target> 1662 <target>Filmy</target>
@@ -1670,12 +1667,12 @@
1670 1667
1671 1668
1672 1669
1673 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1674 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1671 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1675 <source>Playlists</source> 1672 <source>Playlists</source>
1676 <target state="new">Playlists</target> 1673 <target state="new">Playlists</target>
1677 1674
1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1679 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1676 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1680 <source>Subscriptions</source> 1677 <source>Subscriptions</source>
1681 <target>Subskrybcje</target> 1678 <target>Subskrybcje</target>
@@ -1683,17 +1680,17 @@
1683 <context context-type="linenumber">51</context> 1680 <context context-type="linenumber">51</context>
1684 </context-group> 1681 </context-group>
1685 1682
1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1687 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1684 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1688 <source>History</source> 1685 <source>History</source>
1689 <target state="new">History</target> 1686 <target state="new">History</target>
1690 1687
1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1692 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1689 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1693 <source>Discover</source> 1690 <source>Discover</source>
1694 <target state="new">Discover</target> 1691 <target state="new">Discover</target>
1695 1692
1696 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1697 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1694 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1698 <source>Trending</source> 1695 <source>Trending</source>
1699 <target>Na czasie</target> 1696 <target>Na czasie</target>
@@ -1701,12 +1698,12 @@
1701 <context context-type="linenumber">71</context> 1698 <context context-type="linenumber">71</context>
1702 </context-group> 1699 </context-group>
1703 1700
1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1705 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1702 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1706 <source>Most liked</source> 1703 <source>Most liked</source>
1707 <target state="new">Most liked</target> 1704 <target state="new">Most liked</target>
1708 1705
1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1710 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1707 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1711 <source>Recently added</source> 1708 <source>Recently added</source>
1712 <target>Ostatnio dodane</target> 1709 <target>Ostatnio dodane</target>
@@ -1714,7 +1711,7 @@
1714 <context context-type="linenumber">81</context> 1711 <context context-type="linenumber">81</context>
1715 </context-group> 1712 </context-group>
1716 1713
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1718 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1715 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1719 <source>More</source> 1716 <source>More</source>
1720 <target>Więcej</target> 1717 <target>Więcej</target>
@@ -1722,7 +1719,7 @@
1722 <context context-type="linenumber">91</context> 1719 <context context-type="linenumber">91</context>
1723 </context-group> 1720 </context-group>
1724 1721
1725 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1726 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1723 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1727 <source>Administration</source> 1724 <source>Administration</source>
1728 <target>Administracja</target> 1725 <target>Administracja</target>
@@ -1730,7 +1727,7 @@
1730 <context context-type="linenumber">95</context> 1727 <context context-type="linenumber">95</context>
1731 </context-group> 1728 </context-group>
1732 1729
1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1730 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1734 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1731 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1735 <source>About</source> 1732 <source>About</source>
1736 <target>O nas</target> 1733 <target>O nas</target>
@@ -1740,12 +1737,12 @@
1740 1737
1741 1738
1742 1739
1743 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1740 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1744 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1741 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1745 <source>Show keyboard shortcuts</source> 1742 <source>Show keyboard shortcuts</source>
1746 <target state="new">Show keyboard shortcuts</target> 1743 <target state="new">Show keyboard shortcuts</target>
1747 1744
1748 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1745 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1749 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1746 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1750 <source>View your notifications</source> 1747 <source>View your notifications</source>
1751 <target state="new">View your notifications</target> 1748 <target state="new">View your notifications</target>
@@ -1761,15 +1758,9 @@
1761 1758
1762 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1759 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1763 <source>Mark all as read</source><target state="new">Mark all as read</target> 1760 <source>Mark all as read</source><target state="new">Mark all as read</target>
1764 <context-group purpose="location"> 1761
1765 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1762
1766 <context context-type="linenumber">18</context> 1763 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1767 </context-group>
1768 <context-group purpose="location">
1769 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1770 <context context-type="linenumber">9</context>
1771 </context-group>
1772 </trans-unit>
1773 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1764 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1774 <source>Update your notification preferences</source> 1765 <source>Update your notification preferences</source>
1775 <target state="new">Update your notification preferences</target> 1766 <target state="new">Update your notification preferences</target>
@@ -1867,7 +1858,7 @@
1867 <context context-type="linenumber">45</context> 1858 <context context-type="linenumber">45</context>
1868 </context-group> 1859 </context-group>
1869 1860
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1861 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1871 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1862 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1872 <source>Display sensitive content</source> 1863 <source>Display sensitive content</source>
1873 <target>Pokaż wrażliwą treść</target> 1864 <target>Pokaż wrażliwą treść</target>
@@ -2000,10 +1991,8 @@
2000 <context context-type="linenumber">115</context> 1991 <context context-type="linenumber">115</context>
2001 </context-group> 1992 </context-group>
2002 1993
2003 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1994 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2004 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1995 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2005 <source>Display unlisted and private videos</source>
2006 <target state="new">Display unlisted and private videos</target>
2007 <context-group purpose="location"> 1996 <context-group purpose="location">
2008 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1997 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2009 <context context-type="linenumber">14</context> 1998 <context context-type="linenumber">14</context>
@@ -2033,6 +2022,17 @@
2033 <context context-type="linenumber">14</context> 2022 <context context-type="linenumber">14</context>
2034 </context-group> 2023 </context-group>
2035 </trans-unit> 2024 </trans-unit>
2025 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
2026 <source>Display unlisted and private videos</source>
2027 <target state="new">Display unlisted and private videos</target>
2028
2029
2030
2031
2032
2033
2034
2035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2036 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2036 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2037 <source>Add caption</source> 2037 <source>Add caption</source>
2038 <target>Dodaj napisy</target> 2038 <target>Dodaj napisy</target>
@@ -2849,14 +2849,14 @@
2849 <context context-type="linenumber">211</context> 2849 <context context-type="linenumber">211</context>
2850 </context-group> 2850 </context-group>
2851 2851
2852 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2852 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2853 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2853 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2854 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2854 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2855 <target state="new"> 2855 <target state="new">
2856 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2856 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2857 </target> 2857 </target>
2858 2858
2859 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2859 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2860 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2860 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2861 <source>More information</source> 2861 <source>More information</source>
2862 <target>Więcej informacji</target> 2862 <target>Więcej informacji</target>
@@ -2864,7 +2864,7 @@
2864 <context context-type="linenumber">215</context> 2864 <context context-type="linenumber">215</context>
2865 </context-group> 2865 </context-group>
2866 2866
2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2868 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2868 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2869 <source>Get more information</source> 2869 <source>Get more information</source>
2870 <target>Uzyskaj więcej informacji</target> 2870 <target>Uzyskaj więcej informacji</target>
@@ -2872,7 +2872,7 @@
2872 <context context-type="linenumber">215</context> 2872 <context context-type="linenumber">215</context>
2873 </context-group> 2873 </context-group>
2874 2874
2875 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2875 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2876 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2876 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2877 <source>OK</source> 2877 <source>OK</source>
2878 <target> 2878 <target>
@@ -2882,7 +2882,7 @@
2882 <context context-type="linenumber">218</context> 2882 <context context-type="linenumber">218</context>
2883 </context-group> 2883 </context-group>
2884 2884
2885 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2885 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2886 <source>1 Comment</source><target state="new">1 Comment</target> 2886 <source>1 Comment</source><target state="new">1 Comment</target>
2887 <context-group purpose="location"> 2887 <context-group purpose="location">
2888 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2888 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -3043,7 +3043,7 @@
3043 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3043 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3044 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3044 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3045 3045
3046 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3046 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3047 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3047 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3048 <source>Users</source> 3048 <source>Users</source>
3049 <target> 3049 <target>
@@ -3204,7 +3204,37 @@
3204 3204
3205 3205
3206 3206
3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3208 <source>Delayed.</source><target state="new">Delayed.</target>
3209 <context-group purpose="location">
3210 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3211 <context context-type="linenumber">42</context>
3212 </context-group>
3213 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3214 <source>Will start soon...</source><target state="new">Will start soon...</target>
3215 <context-group purpose="location">
3216 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3217 <context context-type="linenumber">43</context>
3218 </context-group>
3219 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3220 <source>Running...</source><target state="new">Running...</target>
3221 <context-group purpose="location">
3222 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3223 <context context-type="linenumber">44</context>
3224 </context-group>
3225 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3226 <source>Finished</source><target state="new">Finished</target>
3227 <context-group purpose="location">
3228 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3229 <context context-type="linenumber">45</context>
3230 </context-group>
3231 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3232 <source>Failed</source><target state="new">Failed</target>
3233 <context-group purpose="location">
3234 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3235 <context context-type="linenumber">46</context>
3236 </context-group>
3237 </trans-unit>
3208 3238
3209 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3239 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3210 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3240 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3218,7 +3248,7 @@
3218 3248
3219 3249
3220 3250
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3222 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3252 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3223 <source>Accepted</source> 3253 <source>Accepted</source>
3224 <target>Zaakceptowane</target> 3254 <target>Zaakceptowane</target>
@@ -3907,6 +3937,18 @@
3907 <context context-type="linenumber">2</context> 3937 <context context-type="linenumber">2</context>
3908 </context-group> 3938 </context-group>
3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
3940 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3941 <source>Job type</source><target state="new">Job type</target>
3942 <context-group purpose="location">
3943 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3944 <context context-type="linenumber">5</context>
3945 </context-group>
3946 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3947 <source>Job state</source><target state="new">Job state</target>
3948 <context-group purpose="location">
3949 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3950 <context context-type="linenumber">14</context>
3951 </context-group>
3910 </trans-unit> 3952 </trans-unit>
3911 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3953 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3912 <source>Type</source> 3954 <source>Type</source>
@@ -3916,16 +3958,8 @@
3916 </context-group> 3958 </context-group>
3917 3959
3918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3919 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3961
3920 <source>Processed on</source> 3962
3921 <target state="new">Processed on</target>
3922
3923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3924 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3925 <source>Finished on</source>
3926 <target state="new">Finished on</target>
3927
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3929 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3963 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3930 <source>Refresh</source> 3964 <source>Refresh</source>
3931 <target state="new">Refresh</target> 3965 <target state="new">Refresh</target>
@@ -4531,15 +4565,23 @@
4531 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4565 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4532 <context context-type="linenumber">486</context> 4566 <context context-type="linenumber">486</context>
4533 </context-group> 4567 </context-group>
4534 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4568 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4535 <source> 4569 <source>
4536 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4570 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4537 4571
4538 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4572 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4573
4574 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4575
4576 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4539 </source><target state="new"> 4577 </source><target state="new">
4540 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4578 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4541 4579
4542 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4580 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4581
4582 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4583
4584 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4543 </target> 4585 </target>
4544 <context-group purpose="location"> 4586 <context-group purpose="location">
4545 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4587 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4575,17 +4617,14 @@
4575 4617
4576 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4618 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4577 </target> 4619 </target>
4578 <context-group purpose="location"> 4620
4579 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4580 <context context-type="linenumber">518</context>
4581 </context-group>
4582 </trans-unit>
4583 4622
4584 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4623 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4585 <source>HLS support enabled</source> 4624 <source>HLS support enabled</source>
4586 <target state="new">HLS support enabled</target> 4625 <target state="new">HLS support enabled</target>
4587 4626
4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4589 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4628 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4590 <source>Transcoding threads</source> 4629 <source>Transcoding threads</source>
4591 <target>Wątki transkodowania</target> 4630 <target>Wątki transkodowania</target>
@@ -4593,12 +4632,12 @@
4593 <context context-type="linenumber">517</context> 4632 <context context-type="linenumber">517</context>
4594 </context-group> 4633 </context-group>
4595 4634
4596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4597 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4636 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4598 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4637 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4599 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4638 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4600 4639
4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4602 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4641 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4603 <source>Cache</source> 4642 <source>Cache</source>
4604 <target>Pamięć podręczna</target> 4643 <target>Pamięć podręczna</target>
@@ -4606,12 +4645,12 @@
4606 <context context-type="linenumber">541</context> 4645 <context context-type="linenumber">541</context>
4607 </context-group> 4646 </context-group>
4608 4647
4609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4610 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4649 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4611 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4650 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4612 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4651 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4613 4652
4614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4615 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4654 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4616 <source>Previews cache size</source> 4655 <source>Previews cache size</source>
4617 <target>Rozmiar pamięci podręcznej podglądu</target> 4656 <target>Rozmiar pamięci podręcznej podglądu</target>
@@ -4619,12 +4658,12 @@
4619 <context context-type="linenumber">552</context> 4658 <context context-type="linenumber">552</context>
4620 </context-group> 4659 </context-group>
4621 4660
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4623 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4662 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4624 <source>Video captions cache size</source> 4663 <source>Video captions cache size</source>
4625 <target state="new">Video captions cache size</target> 4664 <target state="new">Video captions cache size</target>
4626 4665
4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4628 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4667 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4629 <source>Customizations</source> 4668 <source>Customizations</source>
4630 <target>Dostosowywanie</target> 4669 <target>Dostosowywanie</target>
@@ -4632,7 +4671,7 @@
4632 <context context-type="linenumber">570</context> 4671 <context context-type="linenumber">570</context>
4633 </context-group> 4672 </context-group>
4634 4673
4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4636 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4675 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4637 <source>JavaScript</source> 4676 <source>JavaScript</source>
4638 <target>JavaScript</target> 4677 <target>JavaScript</target>
@@ -4640,14 +4679,14 @@
4640 <context context-type="linenumber">575</context> 4679 <context context-type="linenumber">575</context>
4641 </context-group> 4680 </context-group>
4642 4681
4643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4644 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4683 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4645 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4684 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4646 <target state="new"> 4685 <target state="new">
4647 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4686 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4648 </target> 4687 </target>
4649 4688
4650 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4651 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4690 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4652 <source> 4691 <source>
4653 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4692 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4676,7 +4715,7 @@
4676<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4715<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4677 </target> 4716 </target>
4678 4717
4679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4680 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4719 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4681 <source>Advanced configuration</source> 4720 <source>Advanced configuration</source>
4682 <target>Zaawansowana konfiguracja</target> 4721 <target>Zaawansowana konfiguracja</target>
@@ -4692,12 +4731,12 @@
4692 <context context-type="linenumber">628</context> 4731 <context context-type="linenumber">628</context>
4693 </context-group> 4732 </context-group>
4694 4733
4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4696 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4735 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4697 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4736 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4698 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4737 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4699 4738
4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4701 <source>Total video quota:</source><target state="new">Total video quota:</target> 4740 <source>Total video quota:</source><target state="new">Total video quota:</target>
4702 <context-group purpose="location"> 4741 <context-group purpose="location">
4703 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4742 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5192,11 +5231,8 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
5192 </context-group> 5231 </context-group>
5193 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5232 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5194 <source>All read</source><target state="new">All read</target> 5233 <source>All read</source><target state="new">All read</target>
5195 <context-group purpose="location"> 5234
5196 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5197 <context context-type="linenumber">12</context>
5198 </context-group>
5199 </trans-unit>
5200 5236
5201 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5237 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
5202 <source>Activities</source> 5238 <source>Activities</source>
@@ -6261,6 +6297,12 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
6261 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6297 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6262 <context context-type="linenumber">1</context> 6298 <context context-type="linenumber">1</context>
6263 </context-group> 6299 </context-group>
6300 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6301 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6302 <context-group purpose="location">
6303 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6304 <context context-type="linenumber">1</context>
6305 </context-group>
6264 </trans-unit> 6306 </trans-unit>
6265 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6307 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6266 <source>240p</source> 6308 <source>240p</source>
@@ -9419,6 +9461,12 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
9419 <context context-type="linenumber">1</context> 9461 <context context-type="linenumber">1</context>
9420 </context-group> 9462 </context-group>
9421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9464 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9465 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9466 <context-group purpose="location">
9467 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9468 <context context-type="linenumber">1</context>
9469 </context-group>
9422 </trans-unit> 9470 </trans-unit>
9423 9471
9424 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9472 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9610,6 +9658,18 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
9610 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9658 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9611 <context context-type="linenumber">1</context> 9659 <context context-type="linenumber">1</context>
9612 </context-group> 9660 </context-group>
9661 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9662 <source>Add to watch later</source><target state="new">Add to watch later</target>
9663 <context-group purpose="location">
9664 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9665 <context context-type="linenumber">1</context>
9666 </context-group>
9667 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9668 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9669 <context-group purpose="location">
9670 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9671 <context context-type="linenumber">1</context>
9672 </context-group>
9613 </trans-unit> 9673 </trans-unit>
9614 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9674 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9615 <source>Only I can see this video</source> 9675 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index 2a6b9aaa9..0f5225db2 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -374,11 +374,8 @@
374 </context-group> 374 </context-group>
375 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 375 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
376 <source>Options</source><target state="new">Options</target> 376 <source>Options</source><target state="new">Options</target>
377 <context-group purpose="location"> 377
378 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
379 <context context-type="linenumber">9</context>
380 </context-group>
381 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
382 <source>Start at</source><target state="new">Start at</target> 379 <source>Start at</source><target state="new">Start at</target>
383 380
384 381
@@ -408,28 +405,38 @@
408 <context-group name="null"> 405 <context-group name="null">
409 <context context-type="linenumber">74</context> 406 <context context-type="linenumber">74</context>
410 </context-group> 407 </context-group>
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
412 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 409 <source>video</source><target state="new">video</target>
413 <source>Download video</source> 410 <context-group purpose="location">
414 <target>Baixar vídeo</target> 411 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
415 <context-group name="null"> 412 <context context-type="linenumber">4</context>
416 <context context-type="linenumber">3</context> 413 </context-group>
414 <context-group purpose="location">
415 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
416 <context context-type="linenumber">12</context>
417 </context-group> 417 </context-group>
418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 418 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
419 <source>subtitles</source><target state="new">subtitles</target>
420 <context-group purpose="location">
421 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
422 <context context-type="linenumber">11</context>
423 </context-group>
424 </trans-unit>
425
419 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 426 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
420 <source>Direct download</source> 427 <source>Direct download</source>
421 <target>Download direto</target> 428 <target>Download direto</target>
422 <context-group name="null"> 429 <context-group name="null">
423 <context context-type="linenumber">27</context> 430 <context context-type="linenumber">27</context>
424 </context-group> 431 </context-group>
425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
426 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 433 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
427 <source>Torrent (.torrent file)</source> 434 <source>Torrent (.torrent file)</source>
428 <target>Torrent (arquivo .torrent)</target> 435 <target>Torrent (arquivo .torrent)</target>
429 <context-group name="null"> 436 <context-group name="null">
430 <context context-type="linenumber">32</context> 437 <context context-type="linenumber">32</context>
431 </context-group> 438 </context-group>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
433 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 440 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
434 <source> 441 <source>
435 Cancel 442 Cancel
@@ -440,14 +447,14 @@
440 <context-group name="null"> 447 <context-group name="null">
441 <context context-type="linenumber">47</context> 448 <context context-type="linenumber">47</context>
442 </context-group> 449 </context-group>
443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
444 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 451 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
445 <source>Download</source> 452 <source>Download</source>
446 <target>Download</target> 453 <target>Download</target>
447 <context-group name="null"> 454 <context-group name="null">
448 <context context-type="linenumber">43</context> 455 <context context-type="linenumber">43</context>
449 </context-group> 456 </context-group>
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
451 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 458 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
452 <source>Report video</source> 459 <source>Report video</source>
453 <target>Denunciar vídeo</target> 460 <target>Denunciar vídeo</target>
@@ -513,38 +520,35 @@
513 <context-group name="null"> 520 <context-group name="null">
514 <context context-type="linenumber">6</context> 521 <context context-type="linenumber">6</context>
515 </context-group> 522 </context-group>
516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
517 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
518 <source>Private</source> 525 <source>Private</source>
519 <target>Privado</target> 526 <target>Privado</target>
520 <context-group name="null"> 527 <context-group name="null">
521 <context context-type="linenumber">7</context> 528 <context context-type="linenumber">7</context>
522 </context-group> 529 </context-group>
523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
524 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 531 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
525 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 532 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
526 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target> 533 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
527 <context-group name="null"> 534 <context-group name="null">
528 <context context-type="linenumber">24</context> 535 <context context-type="linenumber">24</context>
529 </context-group> 536 </context-group>
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
531 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 538 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
532 <source>Blacklisted</source> 539 <source>Blacklisted</source>
533 <target>Na lista negra</target> 540 <target>Na lista negra</target>
534 <context-group name="null"> 541 <context-group name="null">
535 <context context-type="linenumber">42</context> 542 <context context-type="linenumber">42</context>
536 </context-group> 543 </context-group>
537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
538 <source> 545 <source>
539 Sensitive 546 Sensitive
540 </source><target state="new"> 547 </source><target state="new">
541 Sensitive 548 Sensitive
542 </target> 549 </target>
543 <context-group purpose="location"> 550
544 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
545 <context context-type="linenumber">46</context>
546 </context-group>
547 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
548 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 552 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
549 <context-group purpose="location"> 553 <context-group purpose="location">
550 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 554 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -575,7 +579,7 @@
575 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 579 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
576 <source>Deleted</source><target state="new">Deleted</target> 580 <source>Deleted</source><target state="new">Deleted</target>
577 581
578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
579 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 583 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
580 <context-group purpose="location"> 584 <context-group purpose="location">
581 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 585 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -601,7 +605,7 @@
601 <context-group name="null"> 605 <context-group name="null">
602 <context context-type="linenumber">20</context> 606 <context context-type="linenumber">20</context>
603 </context-group> 607 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
605 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 609 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
606 <source>Delete</source> 610 <source>Delete</source>
607 <target>Excluir</target> 611 <target>Excluir</target>
@@ -829,7 +833,7 @@
829 <context-group name="null"> 833 <context-group name="null">
830 <context context-type="linenumber">86</context> 834 <context context-type="linenumber">86</context>
831 </context-group> 835 </context-group>
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
833 <source>users</source><target state="new">users</target> 837 <source>users</source><target state="new">users</target>
834 <context-group purpose="location"> 838 <context-group purpose="location">
835 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 839 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1012,7 +1016,7 @@
1012 <context-group name="null"> 1016 <context-group name="null">
1013 <context context-type="linenumber">32</context> 1017 <context context-type="linenumber">32</context>
1014 </context-group> 1018 </context-group>
1015 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1019 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1016 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1020 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1017 <source>Forgot your password</source> 1021 <source>Forgot your password</source>
1018 <target>Esqueceu sua senha</target> 1022 <target>Esqueceu sua senha</target>
@@ -1339,7 +1343,7 @@
1339 <context-group name="null"> 1343 <context-group name="null">
1340 <context context-type="linenumber">107</context> 1344 <context context-type="linenumber">107</context>
1341 </context-group> 1345 </context-group>
1342 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1343 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1347 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1344 <source> 1348 <source>
1345 Help to translate PeerTube! 1349 Help to translate PeerTube!
@@ -1368,92 +1372,98 @@
1368 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1372 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1369 <context context-type="linenumber">29</context> 1373 <context context-type="linenumber">29</context>
1370 </context-group> 1374 </context-group>
1375 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1376 <source>Help</source><target state="new">Help</target>
1377 <context-group purpose="location">
1378 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1379 <context context-type="linenumber">35</context>
1380 </context-group>
1371 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1381 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1372 <source>Log out</source><target state="new">Log out</target> 1382 <source>Log out</source><target state="new">Log out</target>
1373 1383
1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1384 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1375 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1385 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1376 <source>Create an account</source> 1386 <source>Create an account</source>
1377 <target>Criar uma conta</target> 1387 <target>Criar uma conta</target>
1378 <context-group name="null"> 1388 <context-group name="null">
1379 <context context-type="linenumber">33</context> 1389 <context context-type="linenumber">33</context>
1380 </context-group> 1390 </context-group>
1381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1391 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1382 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1392 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1383 <source>My library</source> 1393 <source>My library</source>
1384 <target>Minha biblioteca</target> 1394 <target>Minha biblioteca</target>
1385 <context-group name="null"> 1395 <context-group name="null">
1386 <context context-type="linenumber">37</context> 1396 <context context-type="linenumber">37</context>
1387 </context-group> 1397 </context-group>
1388 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1389 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1399 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1390 <source>Videos</source> 1400 <source>Videos</source>
1391 <target>Vídeos</target> 1401 <target>Vídeos</target>
1392 <context-group name="null"> 1402 <context-group name="null">
1393 <context context-type="linenumber">24</context> 1403 <context context-type="linenumber">24</context>
1394 </context-group> 1404 </context-group>
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1396 <source>Playlists</source><target state="new">Playlists</target> 1406 <source>Playlists</source><target state="new">Playlists</target>
1397 1407
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1399 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1409 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1400 <source>Subscriptions</source> 1410 <source>Subscriptions</source>
1401 <target>Inscrições</target> 1411 <target>Inscrições</target>
1402 <context-group name="null"> 1412 <context-group name="null">
1403 <context context-type="linenumber">51</context> 1413 <context context-type="linenumber">51</context>
1404 </context-group> 1414 </context-group>
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1406 <source>History</source><target state="new">History</target> 1416 <source>History</source><target state="new">History</target>
1407 1417
1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1409 <source>Discover</source><target state="new">Discover</target> 1419 <source>Discover</source><target state="new">Discover</target>
1410 1420
1411 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1412 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1422 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1413 <source>Trending</source> 1423 <source>Trending</source>
1414 <target>Tendências</target> 1424 <target>Tendências</target>
1415 <context-group name="null"> 1425 <context-group name="null">
1416 <context context-type="linenumber">71</context> 1426 <context context-type="linenumber">71</context>
1417 </context-group> 1427 </context-group>
1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1419 <source>Most liked</source><target state="new">Most liked</target> 1429 <source>Most liked</source><target state="new">Most liked</target>
1420 1430
1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1422 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1432 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1423 <source>Recently added</source> 1433 <source>Recently added</source>
1424 <target>Adicionado recentemente</target> 1434 <target>Adicionado recentemente</target>
1425 <context-group name="null"> 1435 <context-group name="null">
1426 <context context-type="linenumber">81</context> 1436 <context context-type="linenumber">81</context>
1427 </context-group> 1437 </context-group>
1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1438 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1429 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1439 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1430 <source>More</source> 1440 <source>More</source>
1431 <target>Mais</target> 1441 <target>Mais</target>
1432 <context-group name="null"> 1442 <context-group name="null">
1433 <context context-type="linenumber">91</context> 1443 <context context-type="linenumber">91</context>
1434 </context-group> 1444 </context-group>
1435 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1445 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1436 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1446 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1437 <source>Administration</source> 1447 <source>Administration</source>
1438 <target>Administração</target> 1448 <target>Administração</target>
1439 <context-group name="null"> 1449 <context-group name="null">
1440 <context context-type="linenumber">95</context> 1450 <context context-type="linenumber">95</context>
1441 </context-group> 1451 </context-group>
1442 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1443 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1453 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1444 <source>About</source> 1454 <source>About</source>
1445 <target>Sobre</target> 1455 <target>Sobre</target>
1446 <context-group name="null"> 1456 <context-group name="null">
1447 <context context-type="linenumber">26</context> 1457 <context context-type="linenumber">26</context>
1448 </context-group> 1458 </context-group>
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1450 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1460 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1451 <source>Show keyboard shortcuts</source> 1461 <source>Show keyboard shortcuts</source>
1452 <target>Exibir atalhos de teclado</target> 1462 <target>Exibir atalhos de teclado</target>
1453 <context-group name="null"> 1463 <context-group name="null">
1454 <context context-type="linenumber">111</context> 1464 <context context-type="linenumber">111</context>
1455 </context-group> 1465 </context-group>
1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1466 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1457 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1467 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1458 <source>View your notifications</source> 1468 <source>View your notifications</source>
1459 <target>Ver suas notificações</target> 1469 <target>Ver suas notificações</target>
@@ -1469,15 +1479,9 @@
1469 </context-group> 1479 </context-group>
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1480 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1471 <source>Mark all as read</source><target state="new">Mark all as read</target> 1481 <source>Mark all as read</source><target state="new">Mark all as read</target>
1472 <context-group purpose="location"> 1482
1473 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1483
1474 <context context-type="linenumber">18</context> 1484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1475 </context-group>
1476 <context-group purpose="location">
1477 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1478 <context context-type="linenumber">9</context>
1479 </context-group>
1480 </trans-unit>
1481 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1485 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1482 <source>Update your notification preferences</source> 1486 <source>Update your notification preferences</source>
1483 <target>Atualizar suas preferências de notificações</target> 1487 <target>Atualizar suas preferências de notificações</target>
@@ -1579,7 +1583,7 @@
1579 <context-group name="null"> 1583 <context-group name="null">
1580 <context context-type="linenumber">45</context> 1584 <context context-type="linenumber">45</context>
1581 </context-group> 1585 </context-group>
1582 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1586 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1583 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1587 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1584 <source>Display sensitive content</source> 1588 <source>Display sensitive content</source>
1585 <target>Visualizar conteúdo sensível</target> 1589 <target>Visualizar conteúdo sensível</target>
@@ -1696,14 +1700,44 @@
1696 <context-group name="null"> 1700 <context-group name="null">
1697 <context context-type="linenumber">115</context> 1701 <context context-type="linenumber">115</context>
1698 </context-group> 1702 </context-group>
1699 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1704 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1705 <context-group purpose="location">
1706 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1707 <context context-type="linenumber">14</context>
1708 </context-group>
1709 <context-group purpose="location">
1710 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1711 <context context-type="linenumber">14</context>
1712 </context-group>
1713 <context-group purpose="location">
1714 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1715 <context context-type="linenumber">14</context>
1716 </context-group>
1717 <context-group purpose="location">
1718 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1719 <context context-type="linenumber">14</context>
1720 </context-group>
1721 <context-group purpose="location">
1722 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1723 <context context-type="linenumber">14</context>
1724 </context-group>
1725 <context-group purpose="location">
1726 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1727 <context context-type="linenumber">14</context>
1728 </context-group>
1729 <context-group purpose="location">
1730 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1731 <context context-type="linenumber">14</context>
1732 </context-group>
1733 </trans-unit>
1700 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1734 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1701 <source>Display unlisted and private videos</source> 1735 <source>Display unlisted and private videos</source>
1702 <target>Exibir vídeos não listados e privados</target> 1736 <target>Exibir vídeos não listados e privados</target>
1703 <context-group name="null"> 1737 <context-group name="null">
1704 <context context-type="linenumber">14</context> 1738 <context context-type="linenumber">14</context>
1705 </context-group> 1739 </context-group>
1706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1707 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1741 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1708 <source>Add caption</source> 1742 <source>Add caption</source>
1709 <target>Adicionar legenda oculta</target> 1743 <target>Adicionar legenda oculta</target>
@@ -2440,7 +2474,7 @@
2440 <context-group name="null"> 2474 <context-group name="null">
2441 <context context-type="linenumber">211</context> 2475 <context context-type="linenumber">211</context>
2442 </context-group> 2476 </context-group>
2443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2477 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2444 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2478 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2445 <source> 2479 <source>
2446 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2480 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2451,21 +2485,21 @@
2451 <context-group name="null"> 2485 <context-group name="null">
2452 <context context-type="linenumber">212</context> 2486 <context context-type="linenumber">212</context>
2453 </context-group> 2487 </context-group>
2454 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2455 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2489 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2456 <source>More information</source> 2490 <source>More information</source>
2457 <target>Mais informações</target> 2491 <target>Mais informações</target>
2458 <context-group name="null"> 2492 <context-group name="null">
2459 <context context-type="linenumber">215</context> 2493 <context context-type="linenumber">215</context>
2460 </context-group> 2494 </context-group>
2461 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2495 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2462 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2496 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2463 <source>Get more information</source> 2497 <source>Get more information</source>
2464 <target>Obtenha mais informações</target> 2498 <target>Obtenha mais informações</target>
2465 <context-group name="null"> 2499 <context-group name="null">
2466 <context context-type="linenumber">215</context> 2500 <context context-type="linenumber">215</context>
2467 </context-group> 2501 </context-group>
2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2502 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2469 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2503 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2470 <source> 2504 <source>
2471 OK 2505 OK
@@ -2476,7 +2510,7 @@
2476 <context-group name="null"> 2510 <context-group name="null">
2477 <context context-type="linenumber">218</context> 2511 <context context-type="linenumber">218</context>
2478 </context-group> 2512 </context-group>
2479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2513 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2480 <source>1 Comment</source><target state="new">1 Comment</target> 2514 <source>1 Comment</source><target state="new">1 Comment</target>
2481 <context-group purpose="location"> 2515 <context-group purpose="location">
2482 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2516 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2644,7 +2678,7 @@
2644 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2645 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2679 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2646 2680
2647 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2681 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2648 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2682 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2649 <source> 2683 <source>
2650 Users 2684 Users
@@ -2785,7 +2819,37 @@
2785 <context-group name="null"> 2819 <context-group name="null">
2786 <context context-type="linenumber">10</context> 2820 <context context-type="linenumber">10</context>
2787 </context-group> 2821 </context-group>
2788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2823 <source>Delayed.</source><target state="new">Delayed.</target>
2824 <context-group purpose="location">
2825 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2826 <context context-type="linenumber">42</context>
2827 </context-group>
2828 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2829 <source>Will start soon...</source><target state="new">Will start soon...</target>
2830 <context-group purpose="location">
2831 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2832 <context context-type="linenumber">43</context>
2833 </context-group>
2834 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2835 <source>Running...</source><target state="new">Running...</target>
2836 <context-group purpose="location">
2837 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2838 <context context-type="linenumber">44</context>
2839 </context-group>
2840 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2841 <source>Finished</source><target state="new">Finished</target>
2842 <context-group purpose="location">
2843 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2844 <context context-type="linenumber">45</context>
2845 </context-group>
2846 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2847 <source>Failed</source><target state="new">Failed</target>
2848 <context-group purpose="location">
2849 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2850 <context context-type="linenumber">46</context>
2851 </context-group>
2852 </trans-unit>
2789 2853
2790 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2854 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2791 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2855 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2793,7 +2857,7 @@
2793 <context-group name="null"> 2857 <context-group name="null">
2794 <context context-type="linenumber">11</context> 2858 <context context-type="linenumber">11</context>
2795 </context-group> 2859 </context-group>
2796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2797 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2861 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2798 <source>Accepted</source> 2862 <source>Accepted</source>
2799 <target>Aceito</target> 2863 <target>Aceito</target>
@@ -3329,7 +3393,19 @@
3329 <context-group name="null"> 3393 <context-group name="null">
3330 <context context-type="linenumber">2</context> 3394 <context context-type="linenumber">2</context>
3331 </context-group> 3395 </context-group>
3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3397 <source>Job type</source><target state="new">Job type</target>
3398 <context-group purpose="location">
3399 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3400 <context context-type="linenumber">5</context>
3401 </context-group>
3402 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3403 <source>Job state</source><target state="new">Job state</target>
3404 <context-group purpose="location">
3405 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3406 <context context-type="linenumber">14</context>
3407 </context-group>
3408 </trans-unit>
3333 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3409 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3334 <source>Type</source> 3410 <source>Type</source>
3335 <target>Tipo</target> 3411 <target>Tipo</target>
@@ -3337,20 +3413,8 @@
3337 <context context-type="linenumber">19</context> 3413 <context context-type="linenumber">19</context>
3338 </context-group> 3414 </context-group>
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3340 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3416
3341 <source>Processed on</source> 3417 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3342 <target>Processado em</target>
3343 <context-group name="null">
3344 <context context-type="linenumber">22</context>
3345 </context-group>
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3347 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3348 <source>Finished on</source>
3349 <target>Finalizado em</target>
3350 <context-group name="null">
3351 <context context-type="linenumber">23</context>
3352 </context-group>
3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3354 <source>Refresh</source><target state="new">Refresh</target> 3418 <source>Refresh</source><target state="new">Refresh</target>
3355 3419
3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3842,15 +3906,23 @@
3842 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3906 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3843 <context context-type="linenumber">486</context> 3907 <context context-type="linenumber">486</context>
3844 </context-group> 3908 </context-group>
3845 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3909 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3846 <source> 3910 <source>
3847 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3911 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3848 3912
3849 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3913 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3914
3915 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3916
3917 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3850 </source><target state="new"> 3918 </source><target state="new">
3851 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3919 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3852 3920
3853 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3921 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3922
3923 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3924
3925 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3854 </target> 3926 </target>
3855 <context-group purpose="location"> 3927 <context-group purpose="location">
3856 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3928 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3886,73 +3958,70 @@
3886 3958
3887 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3959 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3888 </target> 3960 </target>
3889 <context-group purpose="location"> 3961
3890 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3891 <context context-type="linenumber">518</context>
3892 </context-group>
3893 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3894 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3963 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3895 3964
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
3897 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3966 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3898 <source>Transcoding threads</source> 3967 <source>Transcoding threads</source>
3899 <target>Threads de transcodificação</target> 3968 <target>Threads de transcodificação</target>
3900 <context-group name="null"> 3969 <context-group name="null">
3901 <context context-type="linenumber">517</context> 3970 <context context-type="linenumber">517</context>
3902 </context-group> 3971 </context-group>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3904 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3973 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3905 3974
3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
3907 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 3976 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
3908 <source>Cache</source> 3977 <source>Cache</source>
3909 <target>Cache</target> 3978 <target>Cache</target>
3910 <context-group name="null"> 3979 <context-group name="null">
3911 <context context-type="linenumber">541</context> 3980 <context context-type="linenumber">541</context>
3912 </context-group> 3981 </context-group>
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 3982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
3914 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 3983 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
3915 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 3984 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
3916 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target> 3985 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target>
3917 <context-group name="null"> 3986 <context-group name="null">
3918 <context context-type="linenumber">545</context> 3987 <context context-type="linenumber">545</context>
3919 </context-group> 3988 </context-group>
3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 3989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
3921 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 3990 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
3922 <source>Previews cache size</source> 3991 <source>Previews cache size</source>
3923 <target>Tamanho do cache de pré-visualizações</target> 3992 <target>Tamanho do cache de pré-visualizações</target>
3924 <context-group name="null"> 3993 <context-group name="null">
3925 <context context-type="linenumber">552</context> 3994 <context context-type="linenumber">552</context>
3926 </context-group> 3995 </context-group>
3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
3928 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 3997 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
3929 <source>Video captions cache size</source> 3998 <source>Video captions cache size</source>
3930 <target>Tamanho do cache de legendas ocultas de vídeos</target> 3999 <target>Tamanho do cache de legendas ocultas de vídeos</target>
3931 <context-group name="null"> 4000 <context-group name="null">
3932 <context context-type="linenumber">561</context> 4001 <context context-type="linenumber">561</context>
3933 </context-group> 4002 </context-group>
3934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
3935 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4004 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
3936 <source>Customizations</source> 4005 <source>Customizations</source>
3937 <target>Personalizações</target> 4006 <target>Personalizações</target>
3938 <context-group name="null"> 4007 <context-group name="null">
3939 <context context-type="linenumber">570</context> 4008 <context context-type="linenumber">570</context>
3940 </context-group> 4009 </context-group>
3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3942 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4011 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3943 <source>JavaScript</source> 4012 <source>JavaScript</source>
3944 <target>JavaScript</target> 4013 <target>JavaScript</target>
3945 <context-group name="null"> 4014 <context-group name="null">
3946 <context context-type="linenumber">575</context> 4015 <context context-type="linenumber">575</context>
3947 </context-group> 4016 </context-group>
3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3949 <source> 4018 <source>
3950 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4019 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3951 </source><target state="new"> 4020 </source><target state="new">
3952 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4021 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3953 </target> 4022 </target>
3954 4023
3955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3956 <source> 4025 <source>
3957 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4026 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3958<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4027<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3979,7 +4048,7 @@
3979<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4048<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3980 </target> 4049 </target>
3981 4050
3982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
3983 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4052 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3984 <source>Advanced configuration</source> 4053 <source>Advanced configuration</source>
3985 <target>Configurações avançadas</target> 4054 <target>Configurações avançadas</target>
@@ -3993,10 +4062,10 @@
3993 <context-group name="null"> 4062 <context-group name="null">
3994 <context context-type="linenumber">628</context> 4063 <context context-type="linenumber">628</context>
3995 </context-group> 4064 </context-group>
3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3997 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4066 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3998 4067
3999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4000 <source>Total video quota:</source><target state="new">Total video quota:</target> 4069 <source>Total video quota:</source><target state="new">Total video quota:</target>
4001 <context-group purpose="location"> 4070 <context-group purpose="location">
4002 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4071 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4423,11 +4492,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4423 </context-group> 4492 </context-group>
4424 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4493 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4425 <source>All read</source><target state="new">All read</target> 4494 <source>All read</source><target state="new">All read</target>
4426 <context-group purpose="location"> 4495
4427 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4496 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4428 <context context-type="linenumber">12</context>
4429 </context-group>
4430 </trans-unit>
4431 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4497 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4432 <source>Activities</source> 4498 <source>Activities</source>
4433 <target>Atividades</target> 4499 <target>Atividades</target>
@@ -5375,6 +5441,12 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5375 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5441 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5376 <context context-type="linenumber">1</context> 5442 <context context-type="linenumber">1</context>
5377 </context-group> 5443 </context-group>
5444 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5445 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5446 <context-group purpose="location">
5447 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5448 <context context-type="linenumber">1</context>
5449 </context-group>
5378 </trans-unit> 5450 </trans-unit>
5379 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5451 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5380 <source>240p</source> 5452 <source>240p</source>
@@ -7988,7 +8060,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7988 <context-group name="null"> 8060 <context-group name="null">
7989 <context context-type="linenumber">1</context> 8061 <context context-type="linenumber">1</context>
7990 </context-group> 8062 </context-group>
7991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8064 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8065 <context-group purpose="location">
8066 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8067 <context context-type="linenumber">1</context>
8068 </context-group>
8069 </trans-unit>
7992 8070
7993 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8071 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
7994 <source>Subscribed</source> 8072 <source>Subscribed</source>
@@ -8147,7 +8225,19 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
8147 <context-group name="null"> 8225 <context-group name="null">
8148 <context context-type="linenumber">1</context> 8226 <context context-type="linenumber">1</context>
8149 </context-group> 8227 </context-group>
8150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8229 <source>Add to watch later</source><target state="new">Add to watch later</target>
8230 <context-group purpose="location">
8231 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8232 <context context-type="linenumber">1</context>
8233 </context-group>
8234 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8235 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8236 <context-group purpose="location">
8237 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8238 <context context-type="linenumber">1</context>
8239 </context-group>
8240 </trans-unit>
8151 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8241 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8152 <source>Only I can see this video</source> 8242 <source>Only I can see this video</source>
8153 <target>Apenas eu posso ver este vídeo</target> 8243 <target>Apenas eu posso ver este vídeo</target>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 648edea76..eb8e32f97 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -388,7 +388,7 @@
388 <context-group name="null"> 388 <context-group name="null">
389 <context context-type="linenumber">9</context> 389 <context context-type="linenumber">9</context>
390 </context-group> 390 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
392 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 392 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
393 <source>Start at</source><target state="new">Start at</target><context-group name="null"> 393 <source>Start at</source><target state="new">Start at</target><context-group name="null">
394 <context context-type="linenumber">61</context> 394 <context context-type="linenumber">61</context>
@@ -418,28 +418,38 @@
418 <context-group name="null"> 418 <context-group name="null">
419 <context context-type="linenumber">74</context> 419 <context context-type="linenumber">74</context>
420 </context-group> 420 </context-group>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
422 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 422 <source>video</source><target state="new">video</target>
423 <source>Download video</source> 423 <context-group purpose="location">
424 <target>Baixar vídeo</target> 424 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
425 <context-group name="null"> 425 <context context-type="linenumber">4</context>
426 <context context-type="linenumber">3</context>
427 </context-group> 426 </context-group>
428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 427 <context-group purpose="location">
428 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
429 <context context-type="linenumber">12</context>
430 </context-group>
431 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
432 <source>subtitles</source><target state="new">subtitles</target>
433 <context-group purpose="location">
434 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
435 <context context-type="linenumber">11</context>
436 </context-group>
437 </trans-unit>
438
429 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 439 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
430 <source>Direct download</source> 440 <source>Direct download</source>
431 <target>Download direto</target> 441 <target>Download direto</target>
432 <context-group name="null"> 442 <context-group name="null">
433 <context context-type="linenumber">27</context> 443 <context context-type="linenumber">27</context>
434 </context-group> 444 </context-group>
435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
436 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 446 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
437 <source>Torrent (.torrent file)</source> 447 <source>Torrent (.torrent file)</source>
438 <target>Torrent (arquivo .torrent)</target> 448 <target>Torrent (arquivo .torrent)</target>
439 <context-group name="null"> 449 <context-group name="null">
440 <context context-type="linenumber">32</context> 450 <context context-type="linenumber">32</context>
441 </context-group> 451 </context-group>
442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
443 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 453 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
444 <source> 454 <source>
445 Cancel 455 Cancel
@@ -450,14 +460,14 @@
450 <context-group name="null"> 460 <context-group name="null">
451 <context context-type="linenumber">47</context> 461 <context context-type="linenumber">47</context>
452 </context-group> 462 </context-group>
453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
454 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 464 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
455 <source>Download</source> 465 <source>Download</source>
456 <target>Download</target> 466 <target>Download</target>
457 <context-group name="null"> 467 <context-group name="null">
458 <context context-type="linenumber">43</context> 468 <context context-type="linenumber">43</context>
459 </context-group> 469 </context-group>
460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
461 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 471 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
462 <source>Report video</source> 472 <source>Report video</source>
463 <target>Denunciar vídeo</target> 473 <target>Denunciar vídeo</target>
@@ -523,28 +533,28 @@
523 <context-group name="null"> 533 <context-group name="null">
524 <context context-type="linenumber">6</context> 534 <context context-type="linenumber">6</context>
525 </context-group> 535 </context-group>
526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
527 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 537 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
528 <source>Private</source> 538 <source>Private</source>
529 <target>Privado</target> 539 <target>Privado</target>
530 <context-group name="null"> 540 <context-group name="null">
531 <context context-type="linenumber">7</context> 541 <context context-type="linenumber">7</context>
532 </context-group> 542 </context-group>
533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
534 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 544 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
535 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 545 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
536 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target> 546 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
537 <context-group name="null"> 547 <context-group name="null">
538 <context context-type="linenumber">24</context> 548 <context context-type="linenumber">24</context>
539 </context-group> 549 </context-group>
540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
541 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 551 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
542 <source>Blacklisted</source> 552 <source>Blacklisted</source>
543 <target>Na lista negra</target> 553 <target>Na lista negra</target>
544 <context-group name="null"> 554 <context-group name="null">
545 <context context-type="linenumber">42</context> 555 <context context-type="linenumber">42</context>
546 </context-group> 556 </context-group>
547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
548 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 558 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
549 <source> 559 <source>
550 Sensitive 560 Sensitive
@@ -555,7 +565,7 @@
555 <context-group name="null"> 565 <context-group name="null">
556 <context context-type="linenumber">46</context> 566 <context context-type="linenumber">46</context>
557 </context-group> 567 </context-group>
558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
559 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 569 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
560 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 570 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
561 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target> 571 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vídeos} }</target>
@@ -589,7 +599,7 @@
589 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 599 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
590 <source>Deleted</source><target state="new">Deleted</target> 600 <source>Deleted</source><target state="new">Deleted</target>
591 601
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
593 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 603 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
594 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target><context-group name="null"> 604 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target><context-group name="null">
595 <context context-type="linenumber">48</context> 605 <context context-type="linenumber">48</context>
@@ -615,7 +625,7 @@
615 <context-group name="null"> 625 <context-group name="null">
616 <context context-type="linenumber">20</context> 626 <context context-type="linenumber">20</context>
617 </context-group> 627 </context-group>
618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
619 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 629 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
620 <source>Delete</source> 630 <source>Delete</source>
621 <target>Excluir</target> 631 <target>Excluir</target>
@@ -827,7 +837,7 @@
827 <context-group name="null"> 837 <context-group name="null">
828 <context context-type="linenumber">86</context> 838 <context context-type="linenumber">86</context>
829 </context-group> 839 </context-group>
830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
831 <source>users</source><target state="new">users</target> 841 <source>users</source><target state="new">users</target>
832 <context-group purpose="location"> 842 <context-group purpose="location">
833 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 843 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1008,7 +1018,7 @@
1008 <context-group name="null"> 1018 <context-group name="null">
1009 <context context-type="linenumber">32</context> 1019 <context context-type="linenumber">32</context>
1010 </context-group> 1020 </context-group>
1011 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1021 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1012 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1022 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1013 <source>Forgot your password</source> 1023 <source>Forgot your password</source>
1014 <target>Esqueceu sua senha</target> 1024 <target>Esqueceu sua senha</target>
@@ -1333,7 +1343,7 @@
1333 <context-group name="null"> 1343 <context-group name="null">
1334 <context context-type="linenumber">107</context> 1344 <context context-type="linenumber">107</context>
1335 </context-group> 1345 </context-group>
1336 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1337 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1347 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1338 <source> 1348 <source>
1339 Help to translate PeerTube! 1349 Help to translate PeerTube!
@@ -1360,90 +1370,96 @@
1360 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1370 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1361 <context context-type="linenumber">29</context> 1371 <context context-type="linenumber">29</context>
1362 </context-group> 1372 </context-group>
1373 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1374 <source>Help</source><target state="new">Help</target>
1375 <context-group purpose="location">
1376 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1377 <context context-type="linenumber">35</context>
1378 </context-group>
1363 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1379 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1364 <source>Log out</source><target state="new">Log out</target> 1380 <source>Log out</source><target state="new">Log out</target>
1365 1381
1366 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1382 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1367 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1383 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1368 <source>Create an account</source> 1384 <source>Create an account</source>
1369 <target>Criar uma conta</target> 1385 <target>Criar uma conta</target>
1370 <context-group name="null"> 1386 <context-group name="null">
1371 <context context-type="linenumber">33</context> 1387 <context context-type="linenumber">33</context>
1372 </context-group> 1388 </context-group>
1373 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1374 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1390 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1375 <source>My library</source> 1391 <source>My library</source>
1376 <target>Minha biblioteca</target> 1392 <target>Minha biblioteca</target>
1377 <context-group name="null"> 1393 <context-group name="null">
1378 <context context-type="linenumber">37</context> 1394 <context context-type="linenumber">37</context>
1379 </context-group> 1395 </context-group>
1380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1396 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1381 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1397 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1382 <source>Videos</source> 1398 <source>Videos</source>
1383 <target>Vídeos</target> 1399 <target>Vídeos</target>
1384 <context-group name="null"> 1400 <context-group name="null">
1385 <context context-type="linenumber">24</context> 1401 <context context-type="linenumber">24</context>
1386 </context-group> 1402 </context-group>
1387 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1388 <source>Playlists</source><target state="new">Playlists</target> 1404 <source>Playlists</source><target state="new">Playlists</target>
1389 1405
1390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1391 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1407 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1392 <source>Subscriptions</source> 1408 <source>Subscriptions</source>
1393 <target>Inscrições</target> 1409 <target>Inscrições</target>
1394 <context-group name="null"> 1410 <context-group name="null">
1395 <context context-type="linenumber">51</context> 1411 <context context-type="linenumber">51</context>
1396 </context-group> 1412 </context-group>
1397 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1398 <source>History</source><target state="new">History</target> 1414 <source>History</source><target state="new">History</target>
1399 1415
1400 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1416 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1401 <source>Discover</source><target state="new">Discover</target> 1417 <source>Discover</source><target state="new">Discover</target>
1402 1418
1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1419 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1404 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1420 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1405 <source>Trending</source> 1421 <source>Trending</source>
1406 <target>Tendências</target> 1422 <target>Tendências</target>
1407 <context-group name="null"> 1423 <context-group name="null">
1408 <context context-type="linenumber">71</context> 1424 <context context-type="linenumber">71</context>
1409 </context-group> 1425 </context-group>
1410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1411 <source>Most liked</source><target state="new">Most liked</target> 1427 <source>Most liked</source><target state="new">Most liked</target>
1412 1428
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1414 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1430 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1415 <source>Recently added</source> 1431 <source>Recently added</source>
1416 <target>Adicionado recentemente</target> 1432 <target>Adicionado recentemente</target>
1417 <context-group name="null"> 1433 <context-group name="null">
1418 <context context-type="linenumber">81</context> 1434 <context context-type="linenumber">81</context>
1419 </context-group> 1435 </context-group>
1420 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1436 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1421 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1437 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1422 <source>More</source> 1438 <source>More</source>
1423 <target>Mais</target> 1439 <target>Mais</target>
1424 <context-group name="null"> 1440 <context-group name="null">
1425 <context context-type="linenumber">91</context> 1441 <context context-type="linenumber">91</context>
1426 </context-group> 1442 </context-group>
1427 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1443 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1428 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1444 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1429 <source>Administration</source> 1445 <source>Administration</source>
1430 <target>Administração</target> 1446 <target>Administração</target>
1431 <context-group name="null"> 1447 <context-group name="null">
1432 <context context-type="linenumber">95</context> 1448 <context context-type="linenumber">95</context>
1433 </context-group> 1449 </context-group>
1434 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1435 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1451 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1436 <source>About</source> 1452 <source>About</source>
1437 <target>Sobre</target> 1453 <target>Sobre</target>
1438 <context-group name="null"> 1454 <context-group name="null">
1439 <context context-type="linenumber">26</context> 1455 <context context-type="linenumber">26</context>
1440 </context-group> 1456 </context-group>
1441 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1442 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1458 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1443 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target><context-group name="null"> 1459 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target><context-group name="null">
1444 <context context-type="linenumber">111</context> 1460 <context context-type="linenumber">111</context>
1445 </context-group> 1461 </context-group>
1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1462 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1447 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1463 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1448 <source>View your notifications</source><target state="new">View your notifications</target><context-group name="null"> 1464 <source>View your notifications</source><target state="new">View your notifications</target><context-group name="null">
1449 <context context-type="linenumber">3</context> 1465 <context context-type="linenumber">3</context>
@@ -1455,15 +1471,9 @@
1455 </context-group> 1471 </context-group>
1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1457 <source>Mark all as read</source><target state="new">Mark all as read</target> 1473 <source>Mark all as read</source><target state="new">Mark all as read</target>
1458 <context-group purpose="location"> 1474
1459 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1475
1460 <context context-type="linenumber">18</context> 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1461 </context-group>
1462 <context-group purpose="location">
1463 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1464 <context context-type="linenumber">9</context>
1465 </context-group>
1466 </trans-unit>
1467 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1477 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1468 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target><context-group name="null"> 1478 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target><context-group name="null">
1469 <context context-type="linenumber">16</context> 1479 <context context-type="linenumber">16</context>
@@ -1549,7 +1559,7 @@
1549 <context-group name="null"> 1559 <context-group name="null">
1550 <context context-type="linenumber">45</context> 1560 <context context-type="linenumber">45</context>
1551 </context-group> 1561 </context-group>
1552 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1562 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1553 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1563 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1554 <source>Display sensitive content</source> 1564 <source>Display sensitive content</source>
1555 <target>Visualizar conteúdo sensível</target> 1565 <target>Visualizar conteúdo sensível</target>
@@ -1666,12 +1676,42 @@
1666 <context-group name="null"> 1676 <context-group name="null">
1667 <context context-type="linenumber">115</context> 1677 <context context-type="linenumber">115</context>
1668 </context-group> 1678 </context-group>
1669 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1680 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1681 <context-group purpose="location">
1682 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1683 <context context-type="linenumber">14</context>
1684 </context-group>
1685 <context-group purpose="location">
1686 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1687 <context context-type="linenumber">14</context>
1688 </context-group>
1689 <context-group purpose="location">
1690 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1691 <context context-type="linenumber">14</context>
1692 </context-group>
1693 <context-group purpose="location">
1694 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1695 <context context-type="linenumber">14</context>
1696 </context-group>
1697 <context-group purpose="location">
1698 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1699 <context context-type="linenumber">14</context>
1700 </context-group>
1701 <context-group purpose="location">
1702 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1703 <context context-type="linenumber">14</context>
1704 </context-group>
1705 <context-group purpose="location">
1706 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1707 <context context-type="linenumber">14</context>
1708 </context-group>
1709 </trans-unit>
1670 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1710 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1671 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target><context-group name="null"> 1711 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target><context-group name="null">
1672 <context context-type="linenumber">14</context> 1712 <context context-type="linenumber">14</context>
1673 </context-group> 1713 </context-group>
1674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1675 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1715 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1676 <source>Add caption</source> 1716 <source>Add caption</source>
1677 <target>Adicionar legenda oculta</target> 1717 <target>Adicionar legenda oculta</target>
@@ -2374,7 +2414,7 @@
2374 <context-group name="null"> 2414 <context-group name="null">
2375 <context context-type="linenumber">211</context> 2415 <context context-type="linenumber">211</context>
2376 </context-group> 2416 </context-group>
2377 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2417 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2378 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2418 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2379 <source> 2419 <source>
2380 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2420 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2385,21 +2425,21 @@
2385 <context-group name="null"> 2425 <context-group name="null">
2386 <context context-type="linenumber">212</context> 2426 <context context-type="linenumber">212</context>
2387 </context-group> 2427 </context-group>
2388 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2428 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2389 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2429 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2390 <source>More information</source> 2430 <source>More information</source>
2391 <target>Mais informações</target> 2431 <target>Mais informações</target>
2392 <context-group name="null"> 2432 <context-group name="null">
2393 <context context-type="linenumber">215</context> 2433 <context context-type="linenumber">215</context>
2394 </context-group> 2434 </context-group>
2395 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2435 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2396 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2436 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2397 <source>Get more information</source> 2437 <source>Get more information</source>
2398 <target>Obtenha mais informações</target> 2438 <target>Obtenha mais informações</target>
2399 <context-group name="null"> 2439 <context-group name="null">
2400 <context context-type="linenumber">215</context> 2440 <context context-type="linenumber">215</context>
2401 </context-group> 2441 </context-group>
2402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2442 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2403 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2443 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2404 <source> 2444 <source>
2405 OK 2445 OK
@@ -2410,7 +2450,7 @@
2410 <context-group name="null"> 2450 <context-group name="null">
2411 <context context-type="linenumber">218</context> 2451 <context context-type="linenumber">218</context>
2412 </context-group> 2452 </context-group>
2413 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2453 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2414 <source>1 Comment</source><target state="new">1 Comment</target> 2454 <source>1 Comment</source><target state="new">1 Comment</target>
2415 <context-group purpose="location"> 2455 <context-group purpose="location">
2416 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2456 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2570,7 +2610,7 @@
2570 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2610 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2571 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2611 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2572 2612
2573 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2613 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2574 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2614 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2575 <source> 2615 <source>
2576 Users 2616 Users
@@ -2709,7 +2749,37 @@
2709 <context-group name="null"> 2749 <context-group name="null">
2710 <context context-type="linenumber">10</context> 2750 <context context-type="linenumber">10</context>
2711 </context-group> 2751 </context-group>
2712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2753 <source>Delayed.</source><target state="new">Delayed.</target>
2754 <context-group purpose="location">
2755 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2756 <context context-type="linenumber">42</context>
2757 </context-group>
2758 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2759 <source>Will start soon...</source><target state="new">Will start soon...</target>
2760 <context-group purpose="location">
2761 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2762 <context context-type="linenumber">43</context>
2763 </context-group>
2764 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2765 <source>Running...</source><target state="new">Running...</target>
2766 <context-group purpose="location">
2767 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2768 <context context-type="linenumber">44</context>
2769 </context-group>
2770 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2771 <source>Finished</source><target state="new">Finished</target>
2772 <context-group purpose="location">
2773 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2774 <context context-type="linenumber">45</context>
2775 </context-group>
2776 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2777 <source>Failed</source><target state="new">Failed</target>
2778 <context-group purpose="location">
2779 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2780 <context context-type="linenumber">46</context>
2781 </context-group>
2782 </trans-unit>
2713 2783
2714 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2784 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2715 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2785 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2717,7 +2787,7 @@
2717 <context-group name="null"> 2787 <context-group name="null">
2718 <context context-type="linenumber">11</context> 2788 <context context-type="linenumber">11</context>
2719 </context-group> 2789 </context-group>
2720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2721 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2791 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2722 <source>Accepted</source><target state="new">Accepted</target><context-group name="null"> 2792 <source>Accepted</source><target state="new">Accepted</target><context-group name="null">
2723 <context context-type="linenumber">32</context> 2793 <context context-type="linenumber">32</context>
@@ -3239,7 +3309,19 @@
3239 <context-group name="null"> 3309 <context-group name="null">
3240 <context context-type="linenumber">2</context> 3310 <context context-type="linenumber">2</context>
3241 </context-group> 3311 </context-group>
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3313 <source>Job type</source><target state="new">Job type</target>
3314 <context-group purpose="location">
3315 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3316 <context context-type="linenumber">5</context>
3317 </context-group>
3318 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3319 <source>Job state</source><target state="new">Job state</target>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3322 <context context-type="linenumber">14</context>
3323 </context-group>
3324 </trans-unit>
3243 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3325 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3244 <source>Type</source> 3326 <source>Type</source>
3245 <target>Tipo</target> 3327 <target>Tipo</target>
@@ -3247,20 +3329,8 @@
3247 <context context-type="linenumber">19</context> 3329 <context context-type="linenumber">19</context>
3248 </context-group> 3330 </context-group>
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3250 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3332
3251 <source>Processed on</source> 3333 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3252 <target>Processado em</target>
3253 <context-group name="null">
3254 <context context-type="linenumber">22</context>
3255 </context-group>
3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3257 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3258 <source>Finished on</source>
3259 <target>Finalizado em</target>
3260 <context-group name="null">
3261 <context context-type="linenumber">23</context>
3262 </context-group>
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3264 <source>Refresh</source><target state="new">Refresh</target> 3334 <source>Refresh</source><target state="new">Refresh</target>
3265 3335
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3746,15 +3816,23 @@
3746 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3816 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3747 <context context-type="linenumber">486</context> 3817 <context context-type="linenumber">486</context>
3748 </context-group> 3818 </context-group>
3749 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3819 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3750 <source> 3820 <source>
3751 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3821 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3752 3822
3753 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3823 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3824
3825 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3826
3827 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3754 </source><target state="new"> 3828 </source><target state="new">
3755 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3829 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3756 3830
3757 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3831 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3832
3833 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3834
3835 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3758 </target> 3836 </target>
3759 <context-group purpose="location"> 3837 <context-group purpose="location">
3760 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3790,69 +3868,66 @@
3790 3868
3791 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3869 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3792 </target> 3870 </target>
3793 <context-group purpose="location"> 3871
3794 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3795 <context context-type="linenumber">518</context>
3796 </context-group>
3797 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3798 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3873 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3799 3874
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 3875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
3801 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3876 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3802 <source>Transcoding threads</source> 3877 <source>Transcoding threads</source>
3803 <target>Threads de transcodificação</target> 3878 <target>Threads de transcodificação</target>
3804 <context-group name="null"> 3879 <context-group name="null">
3805 <context context-type="linenumber">517</context> 3880 <context context-type="linenumber">517</context>
3806 </context-group> 3881 </context-group>
3807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3808 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3883 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3809 3884
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3811 <source>Cache</source><target state="new">Cache</target> 3886 <source>Cache</source><target state="new">Cache</target>
3812 3887
3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 3888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
3814 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 3889 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
3815 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 3890 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
3816 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target> 3891 <target>Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.</target>
3817 <context-group name="null"> 3892 <context-group name="null">
3818 <context context-type="linenumber">545</context> 3893 <context context-type="linenumber">545</context>
3819 </context-group> 3894 </context-group>
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
3821 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 3896 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
3822 <source>Previews cache size</source> 3897 <source>Previews cache size</source>
3823 <target>Tamanho do cache de pré-visualizações</target> 3898 <target>Tamanho do cache de pré-visualizações</target>
3824 <context-group name="null"> 3899 <context-group name="null">
3825 <context context-type="linenumber">552</context> 3900 <context context-type="linenumber">552</context>
3826 </context-group> 3901 </context-group>
3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
3828 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 3903 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
3829 <source>Video captions cache size</source> 3904 <source>Video captions cache size</source>
3830 <target>Tamanho do cache de legendas ocultas de vídeos</target> 3905 <target>Tamanho do cache de legendas ocultas de vídeos</target>
3831 <context-group name="null"> 3906 <context-group name="null">
3832 <context context-type="linenumber">561</context> 3907 <context context-type="linenumber">561</context>
3833 </context-group> 3908 </context-group>
3834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
3835 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 3910 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
3836 <source>Customizations</source> 3911 <source>Customizations</source>
3837 <target>Personalizações</target> 3912 <target>Personalizações</target>
3838 <context-group name="null"> 3913 <context-group name="null">
3839 <context context-type="linenumber">570</context> 3914 <context context-type="linenumber">570</context>
3840 </context-group> 3915 </context-group>
3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3842 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3917 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3843 <source>JavaScript</source> 3918 <source>JavaScript</source>
3844 <target>JavaScript</target> 3919 <target>JavaScript</target>
3845 <context-group name="null"> 3920 <context-group name="null">
3846 <context context-type="linenumber">575</context> 3921 <context context-type="linenumber">575</context>
3847 </context-group> 3922 </context-group>
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3849 <source> 3924 <source>
3850 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3925 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3851 </source><target state="new"> 3926 </source><target state="new">
3852 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3927 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3853 </target> 3928 </target>
3854 3929
3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3856 <source> 3931 <source>
3857 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3932 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3858<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3933<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3879,7 +3954,7 @@
3879<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3954<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3880 </target> 3955 </target>
3881 3956
3882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
3883 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 3958 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3884 <source>Advanced configuration</source> 3959 <source>Advanced configuration</source>
3885 <target>Configurações avançadas</target> 3960 <target>Configurações avançadas</target>
@@ -3893,10 +3968,10 @@
3893 <context-group name="null"> 3968 <context-group name="null">
3894 <context context-type="linenumber">628</context> 3969 <context context-type="linenumber">628</context>
3895 </context-group> 3970 </context-group>
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3897 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3972 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3898 3973
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3900 <source>Total video quota:</source><target state="new">Total video quota:</target> 3975 <source>Total video quota:</source><target state="new">Total video quota:</target>
3901 <context-group purpose="location"> 3976 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3977 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4315,11 +4390,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4315 </context-group> 4390 </context-group>
4316 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4391 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4317 <source>All read</source><target state="new">All read</target> 4392 <source>All read</source><target state="new">All read</target>
4318 <context-group purpose="location"> 4393
4319 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4394 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4320 <context context-type="linenumber">12</context>
4321 </context-group>
4322 </trans-unit>
4323 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4395 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4324 <source>Activities</source><target state="new">Activities</target><context-group name="null"> 4396 <source>Activities</source><target state="new">Activities</target><context-group name="null">
4325 <context context-type="linenumber">2</context> 4397 <context context-type="linenumber">2</context>
@@ -5239,6 +5311,12 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5239 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5311 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5240 <context context-type="linenumber">1</context> 5312 <context context-type="linenumber">1</context>
5241 </context-group> 5313 </context-group>
5314 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5315 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5316 <context-group purpose="location">
5317 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5318 <context context-type="linenumber">1</context>
5319 </context-group>
5242 </trans-unit> 5320 </trans-unit>
5243 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5321 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5244 <source>240p</source><target state="new">240p</target><context-group name="null"> 5322 <source>240p</source><target state="new">240p</target><context-group name="null">
@@ -7641,7 +7719,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7641 <context-group name="null"> 7719 <context-group name="null">
7642 <context context-type="linenumber">1</context> 7720 <context context-type="linenumber">1</context>
7643 </context-group> 7721 </context-group>
7644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7723 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7724 <context-group purpose="location">
7725 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7726 <context context-type="linenumber">1</context>
7727 </context-group>
7728 </trans-unit>
7645 7729
7646 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 7730 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
7647 <source>Subscribed</source> 7731 <source>Subscribed</source>
@@ -7798,7 +7882,19 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7798 <context-group name="null"> 7882 <context-group name="null">
7799 <context context-type="linenumber">1</context> 7883 <context context-type="linenumber">1</context>
7800 </context-group> 7884 </context-group>
7801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7886 <source>Add to watch later</source><target state="new">Add to watch later</target>
7887 <context-group purpose="location">
7888 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7889 <context context-type="linenumber">1</context>
7890 </context-group>
7891 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7892 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7893 <context-group purpose="location">
7894 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7895 <context context-type="linenumber">1</context>
7896 </context-group>
7897 </trans-unit>
7802 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 7898 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
7803 <source>Only I can see this video</source> 7899 <source>Only I can see this video</source>
7804 <target>Apenas eu posso ver este vídeo</target> 7900 <target>Apenas eu posso ver este vídeo</target>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 86061d92e..9b1a1f0fb 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -427,8 +427,8 @@
427 <context-group name="null"> 427 <context-group name="null">
428 <context context-type="linenumber">9</context> 428 <context context-type="linenumber">9</context>
429 </context-group> 429 </context-group>
430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 430
431 </trans-unit> 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
432 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 432 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
433 <source>Start at</source> 433 <source>Start at</source>
434 <target>Начало в</target> 434 <target>Начало в</target>
@@ -476,31 +476,40 @@
476 <context context-type="linenumber">74</context> 476 <context context-type="linenumber">74</context>
477 </context-group> 477 </context-group>
478 478
479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
480 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 480 <source>video</source><target state="new">video</target>
481 <source>Download video</source> 481 <context-group purpose="location">
482 <target>Скачать видео</target> 482 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
483 <context-group name="null"> 483 <context context-type="linenumber">4</context>
484 <context context-type="linenumber">3</context> 484 </context-group>
485 <context-group purpose="location">
486 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
487 <context context-type="linenumber">12</context>
488 </context-group>
489 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
490 <source>subtitles</source><target state="new">subtitles</target>
491 <context-group purpose="location">
492 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
493 <context context-type="linenumber">11</context>
485 </context-group> 494 </context-group>
486 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
487 </trans-unit> 495 </trans-unit>
496
488 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 497 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
489 <source>Direct download</source> 498 <source>Direct download</source>
490 <target>Прямое скачивание</target> 499 <target>Прямое скачивание</target>
491 <context-group name="null"> 500 <context-group name="null">
492 <context context-type="linenumber">27</context> 501 <context context-type="linenumber">27</context>
493 </context-group> 502 </context-group>
494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 503
495 </trans-unit> 504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
496 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 505 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
497 <source>Torrent (.torrent file)</source> 506 <source>Torrent (.torrent file)</source>
498 <target>Торрент (.torrent файл)</target> 507 <target>Торрент (.torrent файл)</target>
499 <context-group name="null"> 508 <context-group name="null">
500 <context context-type="linenumber">32</context> 509 <context context-type="linenumber">32</context>
501 </context-group> 510 </context-group>
502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 511
503 </trans-unit> 512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
504 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 513 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
505 <source>Cancel</source> 514 <source>Cancel</source>
506 <target> 515 <target>
@@ -511,15 +520,15 @@
511 </context-group> 520 </context-group>
512 521
513 522
514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
515 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 524 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
516 <source>Download</source> 525 <source>Download</source>
517 <target>Скачать</target> 526 <target>Скачать</target>
518 <context-group name="null"> 527 <context-group name="null">
519 <context context-type="linenumber">43</context> 528 <context context-type="linenumber">43</context>
520 </context-group> 529 </context-group>
521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 530
522 </trans-unit> 531 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
523 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 532 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
524 <source>Report video</source> 533 <source>Report video</source>
525 <target>Пожаловаться на видео</target> 534 <target>Пожаловаться на видео</target>
@@ -599,45 +608,42 @@
599 <context-group name="null"> 608 <context-group name="null">
600 <context context-type="linenumber">6</context> 609 <context context-type="linenumber">6</context>
601 </context-group> 610 </context-group>
602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 611
603 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 612
604 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
605 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 614 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
606 <source>Private</source> 615 <source>Private</source>
607 <target>Приватный</target> 616 <target>Приватный</target>
608 <context-group name="null"> 617 <context-group name="null">
609 <context context-type="linenumber">7</context> 618 <context context-type="linenumber">7</context>
610 </context-group> 619 </context-group>
611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 620
612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 621
613 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 622
614 </trans-unit> 623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
615 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 624 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
616 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 625 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
617 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> просмотров</target> 626 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> просмотров</target>
618 <context-group name="null"> 627 <context-group name="null">
619 <context context-type="linenumber">24</context> 628 <context context-type="linenumber">24</context>
620 </context-group> 629 </context-group>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 630
622 </trans-unit> 631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
623 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
624 <source>Blacklisted</source> 633 <source>Blacklisted</source>
625 <target>Черный список</target> 634 <target>Черный список</target>
626 <context-group name="null"> 635 <context-group name="null">
627 <context context-type="linenumber">42</context> 636 <context context-type="linenumber">42</context>
628 </context-group> 637 </context-group>
629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 638
630 </trans-unit> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
631 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 640 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
632 <source>Sensitive</source> 641 <source>Sensitive</source>
633 <target state="new"> 642 <target state="new">
634 Sensitive 643 Sensitive
635 </target> 644 </target>
636 <context-group purpose="location"> 645
637 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
638 <context context-type="linenumber">46</context>
639 </context-group>
640 </trans-unit>
641 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 647 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
642 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 648 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
643 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 649 <target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -676,7 +682,7 @@
676 <source>Deleted</source> 682 <source>Deleted</source>
677 <target state="new">Deleted</target> 683 <target state="new">Deleted</target>
678 684
679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
680 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
681 <source>Edit starts/stops at</source> 687 <source>Edit starts/stops at</source>
682 <target>Редактировать начало/конец в</target> 688 <target>Редактировать начало/конец в</target>
@@ -710,16 +716,16 @@
710 <context-group name="null"> 716 <context-group name="null">
711 <context context-type="linenumber">20</context> 717 <context context-type="linenumber">20</context>
712 </context-group> 718 </context-group>
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 719
714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 720
715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 721
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 722
717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 723
718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 724
719 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 725
720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 726
721 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 727
722 </trans-unit> 728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
723 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 729 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
724 <source>Delete</source> 730 <source>Delete</source>
725 <target>Удалить</target> 731 <target>Удалить</target>
@@ -1000,7 +1006,7 @@
1000 </context-group> 1006 </context-group>
1001 1007
1002 1008
1003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 1009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1004 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 1010 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
1005 <source>users</source> 1011 <source>users</source>
1006 <target state="new">users</target> 1012 <target state="new">users</target>
@@ -1223,7 +1229,7 @@
1223 </context-group> 1229 </context-group>
1224 1230
1225 1231
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1232 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1227 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1233 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1228 <source>Forgot your password</source> 1234 <source>Forgot your password</source>
1229 <target>Забыли пароль</target> 1235 <target>Забыли пароль</target>
@@ -1619,7 +1625,7 @@
1619 </context-group> 1625 </context-group>
1620 1626
1621 1627
1622 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1623 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1629 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1624 <source>Help to translate PeerTube!</source> 1630 <source>Help to translate PeerTube!</source>
1625 <target> 1631 <target>
@@ -1647,6 +1653,12 @@
1647 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1653 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1648 <context context-type="linenumber">29</context> 1654 <context context-type="linenumber">29</context>
1649 </context-group> 1655 </context-group>
1656 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1657 <source>Help</source><target state="new">Help</target>
1658 <context-group purpose="location">
1659 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1660 <context context-type="linenumber">35</context>
1661 </context-group>
1650 </trans-unit> 1662 </trans-unit>
1651 1663
1652 1664
@@ -1657,7 +1669,7 @@
1657 <context context-type="linenumber">25</context> 1669 <context context-type="linenumber">25</context>
1658 </context-group> 1670 </context-group>
1659 1671
1660 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1661 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1673 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1662 <source>Create an account</source> 1674 <source>Create an account</source>
1663 <target>Создать учетную запись</target> 1675 <target>Создать учетную запись</target>
@@ -1665,7 +1677,7 @@
1665 <context context-type="linenumber">33</context> 1677 <context context-type="linenumber">33</context>
1666 </context-group> 1678 </context-group>
1667 1679
1668 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1669 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1681 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1670 <source>My library</source> 1682 <source>My library</source>
1671 <target>Моя библиотека</target> 1683 <target>Моя библиотека</target>
@@ -1673,7 +1685,7 @@
1673 <context context-type="linenumber">37</context> 1685 <context context-type="linenumber">37</context>
1674 </context-group> 1686 </context-group>
1675 1687
1676 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1677 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1689 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1678 <source>Videos</source> 1690 <source>Videos</source>
1679 <target>Видео</target> 1691 <target>Видео</target>
@@ -1684,7 +1696,7 @@
1684 1696
1685 1697
1686 1698
1687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1688 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1700 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1689 <source>Playlists</source> 1701 <source>Playlists</source>
1690 <target>Плейлисты</target> 1702 <target>Плейлисты</target>
@@ -1692,7 +1704,7 @@
1692 <context context-type="linenumber">46</context> 1704 <context context-type="linenumber">46</context>
1693 </context-group> 1705 </context-group>
1694 1706
1695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1696 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1708 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1697 <source>Subscriptions</source> 1709 <source>Subscriptions</source>
1698 <target>Подписки</target> 1710 <target>Подписки</target>
@@ -1700,7 +1712,7 @@
1700 <context context-type="linenumber">51</context> 1712 <context context-type="linenumber">51</context>
1701 </context-group> 1713 </context-group>
1702 1714
1703 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1715 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1704 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1716 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1705 <source>History</source> 1717 <source>History</source>
1706 <target>История</target> 1718 <target>История</target>
@@ -1708,12 +1720,12 @@
1708 <context context-type="linenumber">56</context> 1720 <context context-type="linenumber">56</context>
1709 </context-group> 1721 </context-group>
1710 1722
1711 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1712 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1724 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1713 <source>Discover</source> 1725 <source>Discover</source>
1714 <target state="new">Discover</target> 1726 <target state="new">Discover</target>
1715 1727
1716 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1728 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1717 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1729 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1718 <source>Trending</source> 1730 <source>Trending</source>
1719 <target>Тренды</target> 1731 <target>Тренды</target>
@@ -1721,12 +1733,12 @@
1721 <context context-type="linenumber">71</context> 1733 <context context-type="linenumber">71</context>
1722 </context-group> 1734 </context-group>
1723 1735
1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1736 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1725 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1737 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1726 <source>Most liked</source> 1738 <source>Most liked</source>
1727 <target state="new">Most liked</target> 1739 <target state="new">Most liked</target>
1728 1740
1729 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1741 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1730 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1742 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1731 <source>Recently added</source> 1743 <source>Recently added</source>
1732 <target>Недавние видео</target> 1744 <target>Недавние видео</target>
@@ -1734,7 +1746,7 @@
1734 <context context-type="linenumber">81</context> 1746 <context context-type="linenumber">81</context>
1735 </context-group> 1747 </context-group>
1736 1748
1737 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1738 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1750 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1739 <source>More</source> 1751 <source>More</source>
1740 <target>Больше</target> 1752 <target>Больше</target>
@@ -1742,7 +1754,7 @@
1742 <context context-type="linenumber">91</context> 1754 <context context-type="linenumber">91</context>
1743 </context-group> 1755 </context-group>
1744 1756
1745 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1757 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1746 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1758 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1747 <source>Administration</source> 1759 <source>Administration</source>
1748 <target>Администрация</target> 1760 <target>Администрация</target>
@@ -1750,7 +1762,7 @@
1750 <context context-type="linenumber">95</context> 1762 <context context-type="linenumber">95</context>
1751 </context-group> 1763 </context-group>
1752 1764
1753 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1765 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1754 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1766 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1755 <source>About</source> 1767 <source>About</source>
1756 <target>Описание</target> 1768 <target>Описание</target>
@@ -1760,7 +1772,7 @@
1760 1772
1761 1773
1762 1774
1763 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1775 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1764 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1776 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1765 <source>Show keyboard shortcuts</source> 1777 <source>Show keyboard shortcuts</source>
1766 <target>Показать комбинации клавиш</target> 1778 <target>Показать комбинации клавиш</target>
@@ -1768,7 +1780,7 @@
1768 <context context-type="linenumber">111</context> 1780 <context context-type="linenumber">111</context>
1769 </context-group> 1781 </context-group>
1770 1782
1771 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1783 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1772 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1784 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1773 <source>View your notifications</source> 1785 <source>View your notifications</source>
1774 <target>Показать уведомления</target> 1786 <target>Показать уведомления</target>
@@ -1787,15 +1799,9 @@
1787 1799
1788 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1800 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1789 <source>Mark all as read</source><target state="new">Mark all as read</target> 1801 <source>Mark all as read</source><target state="new">Mark all as read</target>
1790 <context-group purpose="location"> 1802
1791 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1803
1792 <context context-type="linenumber">18</context> 1804 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1793 </context-group>
1794 <context-group purpose="location">
1795 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1796 <context context-type="linenumber">9</context>
1797 </context-group>
1798 </trans-unit>
1799 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1805 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1800 <source>Update your notification preferences</source> 1806 <source>Update your notification preferences</source>
1801 <target>Изменить настройки уведомлений</target> 1807 <target>Изменить настройки уведомлений</target>
@@ -1908,7 +1914,7 @@
1908 <context context-type="linenumber">45</context> 1914 <context context-type="linenumber">45</context>
1909 </context-group> 1915 </context-group>
1910 1916
1911 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1912 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1918 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1913 <source>Display sensitive content</source> 1919 <source>Display sensitive content</source>
1914 <target>Отобразить нежелательный контент</target> 1920 <target>Отобразить нежелательный контент</target>
@@ -2041,21 +2047,51 @@
2041 <context context-type="linenumber">115</context> 2047 <context context-type="linenumber">115</context>
2042 </context-group> 2048 </context-group>
2043 2049
2044 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 2050 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2051 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2052 <context-group purpose="location">
2053 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2054 <context context-type="linenumber">14</context>
2055 </context-group>
2056 <context-group purpose="location">
2057 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2058 <context context-type="linenumber">14</context>
2059 </context-group>
2060 <context-group purpose="location">
2061 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2062 <context context-type="linenumber">14</context>
2063 </context-group>
2064 <context-group purpose="location">
2065 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2066 <context context-type="linenumber">14</context>
2067 </context-group>
2068 <context-group purpose="location">
2069 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2070 <context context-type="linenumber">14</context>
2071 </context-group>
2072 <context-group purpose="location">
2073 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2074 <context context-type="linenumber">14</context>
2075 </context-group>
2076 <context-group purpose="location">
2077 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2078 <context context-type="linenumber">14</context>
2079 </context-group>
2080 </trans-unit>
2045 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2081 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
2046 <source>Display unlisted and private videos</source> 2082 <source>Display unlisted and private videos</source>
2047 <target>Отображать скрытые и приватные видео</target> 2083 <target>Отображать скрытые и приватные видео</target>
2048 <context-group name="null"> 2084 <context-group name="null">
2049 <context context-type="linenumber">14</context> 2085 <context context-type="linenumber">14</context>
2050 </context-group> 2086 </context-group>
2051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2087
2052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2088
2053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2089
2054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2090
2055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2091
2056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2092
2057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2093
2058 </trans-unit> 2094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2059 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2095 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2060 <source>Add caption</source> 2096 <source>Add caption</source>
2061 <target>Добавить заголовок</target> 2097 <target>Добавить заголовок</target>
@@ -2914,7 +2950,7 @@
2914 <context context-type="linenumber">211</context> 2950 <context context-type="linenumber">211</context>
2915 </context-group> 2951 </context-group>
2916 2952
2917 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2953 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2918 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2954 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2919 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2955 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2920 <target> 2956 <target>
@@ -2924,7 +2960,7 @@
2924 <context context-type="linenumber">212</context> 2960 <context context-type="linenumber">212</context>
2925 </context-group> 2961 </context-group>
2926 2962
2927 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2963 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2928 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2964 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2929 <source>More information</source> 2965 <source>More information</source>
2930 <target>Подробнее</target> 2966 <target>Подробнее</target>
@@ -2932,7 +2968,7 @@
2932 <context context-type="linenumber">215</context> 2968 <context context-type="linenumber">215</context>
2933 </context-group> 2969 </context-group>
2934 2970
2935 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2971 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2936 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2972 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2937 <source>Get more information</source> 2973 <source>Get more information</source>
2938 <target>Получить подробную информацию</target> 2974 <target>Получить подробную информацию</target>
@@ -2940,7 +2976,7 @@
2940 <context context-type="linenumber">215</context> 2976 <context context-type="linenumber">215</context>
2941 </context-group> 2977 </context-group>
2942 2978
2943 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2979 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2944 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2980 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2945 <source>OK</source> 2981 <source>OK</source>
2946 <target> 2982 <target>
@@ -2950,7 +2986,7 @@
2950 <context context-type="linenumber">218</context> 2986 <context context-type="linenumber">218</context>
2951 </context-group> 2987 </context-group>
2952 2988
2953 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2989 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2954 <source>1 Comment</source><target state="new">1 Comment</target> 2990 <source>1 Comment</source><target state="new">1 Comment</target>
2955 <context-group purpose="location"> 2991 <context-group purpose="location">
2956 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2992 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -3123,7 +3159,7 @@
3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3124 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3160 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3125 3161
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3127 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3163 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3128 <source>Users</source> 3164 <source>Users</source>
3129 <target> 3165 <target>
@@ -3279,7 +3315,37 @@
3279 3315
3280 3316
3281 3317
3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3319 <source>Delayed.</source><target state="new">Delayed.</target>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3322 <context context-type="linenumber">42</context>
3323 </context-group>
3324 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3325 <source>Will start soon...</source><target state="new">Will start soon...</target>
3326 <context-group purpose="location">
3327 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3328 <context context-type="linenumber">43</context>
3329 </context-group>
3330 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3331 <source>Running...</source><target state="new">Running...</target>
3332 <context-group purpose="location">
3333 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3334 <context context-type="linenumber">44</context>
3335 </context-group>
3336 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3337 <source>Finished</source><target state="new">Finished</target>
3338 <context-group purpose="location">
3339 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3340 <context context-type="linenumber">45</context>
3341 </context-group>
3342 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3343 <source>Failed</source><target state="new">Failed</target>
3344 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3346 <context context-type="linenumber">46</context>
3347 </context-group>
3348 </trans-unit>
3283 3349
3284 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3350 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3285 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3351 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -3293,7 +3359,7 @@
3293 3359
3294 3360
3295 3361
3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3297 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3363 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3298 <source>Accepted</source> 3364 <source>Accepted</source>
3299 <target>Принято</target> 3365 <target>Принято</target>
@@ -3949,6 +4015,18 @@
3949 <context context-type="linenumber">2</context> 4015 <context context-type="linenumber">2</context>
3950 </context-group> 4016 </context-group>
3951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 4017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
4018 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4019 <source>Job type</source><target state="new">Job type</target>
4020 <context-group purpose="location">
4021 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4022 <context context-type="linenumber">5</context>
4023 </context-group>
4024 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4025 <source>Job state</source><target state="new">Job state</target>
4026 <context-group purpose="location">
4027 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4028 <context context-type="linenumber">14</context>
4029 </context-group>
3952 </trans-unit> 4030 </trans-unit>
3953 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4031 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3954 <source>Type</source> 4032 <source>Type</source>
@@ -3958,22 +4036,8 @@
3958 </context-group> 4036 </context-group>
3959 4037
3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 4038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3961 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 4039
3962 <source>Processed on</source> 4040
3963 <target>Обработано на</target>
3964 <context-group name="null">
3965 <context context-type="linenumber">22</context>
3966 </context-group>
3967
3968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3969 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3970 <source>Finished on</source>
3971 <target>Закончено на</target>
3972 <context-group name="null">
3973 <context context-type="linenumber">23</context>
3974 </context-group>
3975
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3977 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 4041 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3978 <source>Refresh</source> 4042 <source>Refresh</source>
3979 <target state="new">Refresh</target> 4043 <target state="new">Refresh</target>
@@ -4579,15 +4643,23 @@
4579 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4643 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4580 <context context-type="linenumber">486</context> 4644 <context context-type="linenumber">486</context>
4581 </context-group> 4645 </context-group>
4582 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4646 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4583 <source> 4647 <source>
4584 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4648 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4585 4649
4586 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4650 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4651
4652 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4653
4654 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4587 </source><target state="new"> 4655 </source><target state="new">
4588 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4656 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4589 4657
4590 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4658 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4659
4660 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4661
4662 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4591 </target> 4663 </target>
4592 <context-group purpose="location"> 4664 <context-group purpose="location">
4593 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4665 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4623,17 +4695,14 @@
4623 4695
4624 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4696 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4625 </target> 4697 </target>
4626 <context-group purpose="location"> 4698
4627 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4628 <context context-type="linenumber">518</context>
4629 </context-group>
4630 </trans-unit>
4631 4700
4632 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4701 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4633 <source>HLS support enabled</source> 4702 <source>HLS support enabled</source>
4634 <target state="new">HLS support enabled</target> 4703 <target state="new">HLS support enabled</target>
4635 4704
4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4637 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4706 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4638 <source>Transcoding threads</source> 4707 <source>Transcoding threads</source>
4639 <target>Количество тредов для транскодирования</target> 4708 <target>Количество тредов для транскодирования</target>
@@ -4641,17 +4710,17 @@
4641 <context context-type="linenumber">517</context> 4710 <context context-type="linenumber">517</context>
4642 </context-group> 4711 </context-group>
4643 4712
4644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4645 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4714 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4646 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4715 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4647 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4716 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4648 4717
4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4650 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4719 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4651 <source>Cache</source> 4720 <source>Cache</source>
4652 <target state="new">Cache</target> 4721 <target state="new">Cache</target>
4653 4722
4654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4655 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4724 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4656 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4725 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4657 <target>Некоторые файлы не будут федеральными (обложки, заголовки). Мы извлекаем их непосредственно из оригинального сервера и кэшируем.</target> 4726 <target>Некоторые файлы не будут федеральными (обложки, заголовки). Мы извлекаем их непосредственно из оригинального сервера и кэшируем.</target>
@@ -4659,7 +4728,7 @@
4659 <context context-type="linenumber">545</context> 4728 <context context-type="linenumber">545</context>
4660 </context-group> 4729 </context-group>
4661 4730
4662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4663 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4732 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4664 <source>Previews cache size</source> 4733 <source>Previews cache size</source>
4665 <target>Размер кэша обложек</target> 4734 <target>Размер кэша обложек</target>
@@ -4667,7 +4736,7 @@
4667 <context context-type="linenumber">552</context> 4736 <context context-type="linenumber">552</context>
4668 </context-group> 4737 </context-group>
4669 4738
4670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4739 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4671 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4740 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4672 <source>Video captions cache size</source> 4741 <source>Video captions cache size</source>
4673 <target>Размер кэша заголовок</target> 4742 <target>Размер кэша заголовок</target>
@@ -4675,7 +4744,7 @@
4675 <context context-type="linenumber">561</context> 4744 <context context-type="linenumber">561</context>
4676 </context-group> 4745 </context-group>
4677 4746
4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4679 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4748 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4680 <source>Customizations</source> 4749 <source>Customizations</source>
4681 <target>Персонализация</target> 4750 <target>Персонализация</target>
@@ -4683,7 +4752,7 @@
4683 <context context-type="linenumber">570</context> 4752 <context context-type="linenumber">570</context>
4684 </context-group> 4753 </context-group>
4685 4754
4686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4687 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4756 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4688 <source>JavaScript</source> 4757 <source>JavaScript</source>
4689 <target>JavaScript</target> 4758 <target>JavaScript</target>
@@ -4691,14 +4760,14 @@
4691 <context context-type="linenumber">575</context> 4760 <context context-type="linenumber">575</context>
4692 </context-group> 4761 </context-group>
4693 4762
4694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4695 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4764 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4696 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4765 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4697 <target state="new"> 4766 <target state="new">
4698 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4767 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4699 </target> 4768 </target>
4700 4769
4701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4702 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4771 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4703 <source> 4772 <source>
4704 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4773 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4727,7 +4796,7 @@
4727<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4796<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4728 </target> 4797 </target>
4729 4798
4730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4731 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4800 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4732 <source>Advanced configuration</source> 4801 <source>Advanced configuration</source>
4733 <target>Продвинутая конфигурация</target> 4802 <target>Продвинутая конфигурация</target>
@@ -4743,12 +4812,12 @@
4743 <context context-type="linenumber">628</context> 4812 <context context-type="linenumber">628</context>
4744 </context-group> 4813 </context-group>
4745 4814
4746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4747 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4816 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4748 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4817 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4749 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4818 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4750 4819
4751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4752 <source>Total video quota:</source><target state="new">Total video quota:</target> 4821 <source>Total video quota:</source><target state="new">Total video quota:</target>
4753 <context-group purpose="location"> 4822 <context-group purpose="location">
4754 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4823 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5249,11 +5318,8 @@ When you will upload a video in this channel, the video support field will be au
5249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group> 5318 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group>
5250 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5319 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5251 <source>All read</source><target state="new">All read</target> 5320 <source>All read</source><target state="new">All read</target>
5252 <context-group purpose="location"> 5321
5253 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5322 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5254 <context context-type="linenumber">12</context>
5255 </context-group>
5256 </trans-unit>
5257 5323
5258 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5324 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5259 <source>Activities</source> 5325 <source>Activities</source>
@@ -6324,6 +6390,12 @@ When you will upload a video in this channel, the video support field will be au
6324 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6390 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6325 <context context-type="linenumber">1</context> 6391 <context context-type="linenumber">1</context>
6326 </context-group> 6392 </context-group>
6393 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6394 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6395 <context-group purpose="location">
6396 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6397 <context context-type="linenumber">1</context>
6398 </context-group>
6327 </trans-unit> 6399 </trans-unit>
6328 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6400 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6329 <source>240p</source> 6401 <source>240p</source>
@@ -9443,6 +9515,12 @@ When you will upload a video in this channel, the video support field will be au
9443 <context context-type="linenumber">1</context> 9515 <context context-type="linenumber">1</context>
9444 </context-group> 9516 </context-group>
9445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9518 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9519 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9520 <context-group purpose="location">
9521 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9522 <context context-type="linenumber">1</context>
9523 </context-group>
9446 </trans-unit> 9524 </trans-unit>
9447 9525
9448 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9526 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -9631,6 +9709,18 @@ When you will upload a video in this channel, the video support field will be au
9631 <context context-type="linenumber">1</context> 9709 <context context-type="linenumber">1</context>
9632 </context-group> 9710 </context-group>
9633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9712 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9713 <source>Add to watch later</source><target state="new">Add to watch later</target>
9714 <context-group purpose="location">
9715 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9716 <context context-type="linenumber">1</context>
9717 </context-group>
9718 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9719 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9720 <context-group purpose="location">
9721 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9722 <context context-type="linenumber">1</context>
9723 </context-group>
9634 </trans-unit> 9724 </trans-unit>
9635 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9725 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9636 <source>Only I can see this video</source> 9726 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index e01bc006c..c0fdcd7ae 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -376,11 +376,8 @@
376 </context-group> 376 </context-group>
377 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 377 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
378 <source>Options</source><target state="new">Options</target> 378 <source>Options</source><target state="new">Options</target>
379 <context-group purpose="location"> 379
380 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
381 <context context-type="linenumber">9</context>
382 </context-group>
383 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
384 <source>Start at</source><target state="new">Start at</target> 381 <source>Start at</source><target state="new">Start at</target>
385 382
386 383
@@ -408,25 +405,29 @@
408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
409 <source>Create</source><target state="new">Create</target> 406 <source>Create</source><target state="new">Create</target>
410 407
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
412 <source>Download video</source><target state="new">Download video</target> 409 <source>video</source><target state="new">video</target>
413 <context-group purpose="location"> 410 <context-group purpose="location">
414 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 411 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
415 <context context-type="linenumber">3</context> 412 <context context-type="linenumber">4</context>
416 </context-group> 413 </context-group>
417 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
418 <source>Direct download</source><target state="new">Direct download</target>
419 <context-group purpose="location"> 414 <context-group purpose="location">
420 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 415 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
421 <context context-type="linenumber">27</context> 416 <context context-type="linenumber">12</context>
422 </context-group> 417 </context-group>
423 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 418 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
424 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 419 <source>subtitles</source><target state="new">subtitles</target>
425 <context-group purpose="location"> 420 <context-group purpose="location">
426 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 421 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
427 <context context-type="linenumber">32</context> 422 <context context-type="linenumber">11</context>
428 </context-group> 423 </context-group>
429 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 424 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
425 <source>Direct download</source><target state="new">Direct download</target>
426
427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
428 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
429
430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
430 <source> 431 <source>
431 Cancel 432 Cancel
432 </source><target state="new"> 433 </source><target state="new">
@@ -434,13 +435,10 @@
434 </target> 435 </target>
435 436
436 437
437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
438 <source>Download</source><target state="new">Download</target> 439 <source>Download</source><target state="new">Download</target>
439 <context-group purpose="location"> 440
440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
441 <context context-type="linenumber">43</context>
442 </context-group>
443 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
444 <source>Report video</source><target state="new">Report video</target> 442 <source>Report video</source><target state="new">Report video</target>
445 <context-group purpose="location"> 443 <context-group purpose="location">
446 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 444 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -530,51 +528,27 @@
530 </context-group> 528 </context-group>
531 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 529 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
532 <source>Unlisted</source><target state="new">Unlisted</target> 530 <source>Unlisted</source><target state="new">Unlisted</target>
533 <context-group purpose="location"> 531
534 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 532
535 <context context-type="linenumber">12</context> 533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
536 </context-group>
537 <context-group purpose="location">
538 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
539 <context context-type="linenumber">6</context>
540 </context-group>
541 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
542 <source>Private</source><target state="new">Private</target> 534 <source>Private</source><target state="new">Private</target>
543 <context-group purpose="location"> 535
544 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 536
545 <context context-type="linenumber">13</context> 537
546 </context-group> 538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
547 <context-group purpose="location">
548 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
549 <context context-type="linenumber">33</context>
550 </context-group>
551 <context-group purpose="location">
552 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
553 <context context-type="linenumber">7</context>
554 </context-group>
555 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
556 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 539 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
557 <context-group purpose="location"> 540
558 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
559 <context context-type="linenumber">24</context>
560 </context-group>
561 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
562 <source>Blacklisted</source><target state="new">Blacklisted</target> 542 <source>Blacklisted</source><target state="new">Blacklisted</target>
563 <context-group purpose="location"> 543
564 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
565 <context context-type="linenumber">42</context>
566 </context-group>
567 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
568 <source> 545 <source>
569 Sensitive 546 Sensitive
570 </source><target state="new"> 547 </source><target state="new">
571 Sensitive 548 Sensitive
572 </target> 549 </target>
573 <context-group purpose="location"> 550
574 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
575 <context context-type="linenumber">46</context>
576 </context-group>
577 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
578 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 552 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
579 <context-group purpose="location"> 553 <context-group purpose="location">
580 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 554 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -605,7 +579,7 @@
605 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 579 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
606 <source>Deleted</source><target state="new">Deleted</target> 580 <source>Deleted</source><target state="new">Deleted</target>
607 581
608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
609 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 583 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
610 <context-group purpose="location"> 584 <context-group purpose="location">
611 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 585 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -625,43 +599,16 @@
625 </context-group> 599 </context-group>
626 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 600 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
627 <source>No results.</source><target state="new">No results.</target> 601 <source>No results.</source><target state="new">No results.</target>
628 <context-group purpose="location"> 602
629 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 603
630 <context context-type="linenumber">1</context> 604
631 </context-group> 605
632 <context-group purpose="location"> 606
633 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 607
634 <context context-type="linenumber">20</context> 608
635 </context-group> 609
636 <context-group purpose="location"> 610
637 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
638 <context context-type="linenumber">20</context>
639 </context-group>
640 <context-group purpose="location">
641 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
642 <context context-type="linenumber">20</context>
643 </context-group>
644 <context-group purpose="location">
645 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
646 <context context-type="linenumber">20</context>
647 </context-group>
648 <context-group purpose="location">
649 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
650 <context context-type="linenumber">20</context>
651 </context-group>
652 <context-group purpose="location">
653 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
654 <context context-type="linenumber">3</context>
655 </context-group>
656 <context-group purpose="location">
657 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
658 <context context-type="linenumber">20</context>
659 </context-group>
660 <context-group purpose="location">
661 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
662 <context context-type="linenumber">20</context>
663 </context-group>
664 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
665 <source>Delete</source><target state="new">Delete</target> 612 <source>Delete</source><target state="new">Delete</target>
666 613
667 614
@@ -860,7 +807,7 @@
860 <source>Local</source><target state="new">Local</target> 807 <source>Local</source><target state="new">Local</target>
861 808
862 809
863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 810 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
864 <source>users</source><target state="new">users</target> 811 <source>users</source><target state="new">users</target>
865 <context-group purpose="location"> 812 <context-group purpose="location">
866 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 813 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1040,7 +987,7 @@
1040 <source>Login</source><target state="new">Login</target> 987 <source>Login</source><target state="new">Login</target>
1041 988
1042 989
1043 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1044 <source>Forgot your password</source><target state="new">Forgot your password</target> 991 <source>Forgot your password</source><target state="new">Forgot your password</target>
1045 <context-group purpose="location"> 992 <context-group purpose="location">
1046 <context context-type="sourcefile">src/app/login/login.component.html</context> 993 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1357,7 +1304,7 @@
1357 <source>Change the language</source><target state="new">Change the language</target> 1304 <source>Change the language</source><target state="new">Change the language</target>
1358 1305
1359 1306
1360 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1307 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1361 <source> 1308 <source>
1362 Help to translate PeerTube! 1309 Help to translate PeerTube!
1363 </source><target state="new"> 1310 </source><target state="new">
@@ -1385,57 +1332,63 @@
1385 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1332 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1386 <context context-type="linenumber">29</context> 1333 <context context-type="linenumber">29</context>
1387 </context-group> 1334 </context-group>
1335 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1336 <source>Help</source><target state="new">Help</target>
1337 <context-group purpose="location">
1338 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1339 <context context-type="linenumber">35</context>
1340 </context-group>
1388 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1341 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1389 <source>Log out</source><target state="new">Log out</target> 1342 <source>Log out</source><target state="new">Log out</target>
1390 1343
1391 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1344 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1392 <source>Create an account</source><target state="new">Create an account</target> 1345 <source>Create an account</source><target state="new">Create an account</target>
1393 1346
1394 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1347 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1395 <source>My library</source><target state="new">My library</target> 1348 <source>My library</source><target state="new">My library</target>
1396 1349
1397 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1350 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1398 <source>Videos</source><target state="new">Videos</target> 1351 <source>Videos</source><target state="new">Videos</target>
1399 1352
1400 1353
1401 1354
1402 1355
1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1356 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1404 <source>Playlists</source><target state="new">Playlists</target> 1357 <source>Playlists</source><target state="new">Playlists</target>
1405 1358
1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1359 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1407 <source>Subscriptions</source><target state="new">Subscriptions</target> 1360 <source>Subscriptions</source><target state="new">Subscriptions</target>
1408 1361
1409 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1362 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1410 <source>History</source><target state="new">History</target> 1363 <source>History</source><target state="new">History</target>
1411 1364
1412 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1365 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1413 <source>Discover</source><target state="new">Discover</target> 1366 <source>Discover</source><target state="new">Discover</target>
1414 1367
1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1368 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1416 <source>Trending</source><target state="new">Trending</target> 1369 <source>Trending</source><target state="new">Trending</target>
1417 1370
1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1371 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1419 <source>Most liked</source><target state="new">Most liked</target> 1372 <source>Most liked</source><target state="new">Most liked</target>
1420 1373
1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1422 <source>Recently added</source><target state="new">Recently added</target> 1375 <source>Recently added</source><target state="new">Recently added</target>
1423 1376
1424 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1425 <source>More</source><target state="new">More</target> 1378 <source>More</source><target state="new">More</target>
1426 1379
1427 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1428 <source>Administration</source><target state="new">Administration</target> 1381 <source>Administration</source><target state="new">Administration</target>
1429 1382
1430 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1383 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1431 <source>About</source><target state="new">About</target> 1384 <source>About</source><target state="new">About</target>
1432 1385
1433 1386
1434 1387
1435 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1388 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1436 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target> 1389 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target>
1437 1390
1438 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1391 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1439 <source>View your notifications</source><target state="new">View your notifications</target> 1392 <source>View your notifications</source><target state="new">View your notifications</target>
1440 <context-group purpose="location"> 1393 <context-group purpose="location">
1441 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1394 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1447,15 +1400,9 @@
1447 1400
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1401 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1449 <source>Mark all as read</source><target state="new">Mark all as read</target> 1402 <source>Mark all as read</source><target state="new">Mark all as read</target>
1450 <context-group purpose="location"> 1403
1451 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1404
1452 <context context-type="linenumber">18</context> 1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1453 </context-group>
1454 <context-group purpose="location">
1455 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1456 <context context-type="linenumber">9</context>
1457 </context-group>
1458 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1459 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1406 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1460 1407
1461 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1408 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
@@ -1521,7 +1468,7 @@
1521 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1522 <source>Duration</source><target state="new">Duration</target> 1469 <source>Duration</source><target state="new">Duration</target>
1523 1470
1524 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1471 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1525 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1472 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1526 1473
1527 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html"> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
@@ -1609,8 +1556,8 @@
1609 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1556 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1610 <source>Filter</source><target state="new">Filter</target> 1557 <source>Filter</source><target state="new">Filter</target>
1611 1558
1612 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1559 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1613 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1560 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1614 <context-group purpose="location"> 1561 <context-group purpose="location">
1615 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1562 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1616 <context context-type="linenumber">14</context> 1563 <context context-type="linenumber">14</context>
@@ -1639,7 +1586,16 @@
1639 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1586 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1640 <context context-type="linenumber">14</context> 1587 <context context-type="linenumber">14</context>
1641 </context-group> 1588 </context-group>
1642 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1589 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1590 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1591
1592
1593
1594
1595
1596
1597
1598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1643 <source>Add caption</source><target state="new">Add caption</target> 1599 <source>Add caption</source><target state="new">Add caption</target>
1644 <context-group purpose="location"> 1600 <context-group purpose="location">
1645 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1601 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2227,27 +2183,27 @@
2227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2228 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2184 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2229 2185
2230 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2231 <source> 2187 <source>
2232 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2188 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2233 </source><target state="new"> 2189 </source><target state="new">
2234 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2190 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2235 </target> 2191 </target>
2236 2192
2237 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2193 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2238 <source>More information</source><target state="new">More information</target> 2194 <source>More information</source><target state="new">More information</target>
2239 2195
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2196 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2241 <source>Get more information</source><target state="new">Get more information</target> 2197 <source>Get more information</source><target state="new">Get more information</target>
2242 2198
2243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2199 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2244 <source> 2200 <source>
2245 OK 2201 OK
2246 </source><target state="new"> 2202 </source><target state="new">
2247 OK 2203 OK
2248 </target> 2204 </target>
2249 2205
2250 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2206 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2251 <source>1 Comment</source><target state="new">1 Comment</target> 2207 <source>1 Comment</source><target state="new">1 Comment</target>
2252 <context-group purpose="location"> 2208 <context-group purpose="location">
2253 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2209 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2379,7 +2335,7 @@
2379 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2335 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2380 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2336 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2381 2337
2382 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2338 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2383 <source> 2339 <source>
2384 Users 2340 Users
2385 </source><target state="new"> 2341 </source><target state="new">
@@ -2515,7 +2471,37 @@
2515 2471
2516 2472
2517 2473
2518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2475 <source>Delayed.</source><target state="new">Delayed.</target>
2476 <context-group purpose="location">
2477 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2478 <context context-type="linenumber">42</context>
2479 </context-group>
2480 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2481 <source>Will start soon...</source><target state="new">Will start soon...</target>
2482 <context-group purpose="location">
2483 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2484 <context context-type="linenumber">43</context>
2485 </context-group>
2486 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2487 <source>Running...</source><target state="new">Running...</target>
2488 <context-group purpose="location">
2489 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2490 <context context-type="linenumber">44</context>
2491 </context-group>
2492 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2493 <source>Finished</source><target state="new">Finished</target>
2494 <context-group purpose="location">
2495 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2496 <context context-type="linenumber">45</context>
2497 </context-group>
2498 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2499 <source>Failed</source><target state="new">Failed</target>
2500 <context-group purpose="location">
2501 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2502 <context context-type="linenumber">46</context>
2503 </context-group>
2504 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2519 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2505 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2520 2506
2521 2507
@@ -2523,7 +2509,7 @@
2523 2509
2524 2510
2525 2511
2526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2527 <source>Accepted</source><target state="new">Accepted</target> 2513 <source>Accepted</source><target state="new">Accepted</target>
2528 2514
2529 2515
@@ -3126,16 +3112,22 @@
3126 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3112 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3127 <context context-type="linenumber">2</context> 3113 <context context-type="linenumber">2</context>
3128 </context-group> 3114 </context-group>
3115 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3116 <source>Job type</source><target state="new">Job type</target>
3117 <context-group purpose="location">
3118 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3119 <context context-type="linenumber">5</context>
3120 </context-group>
3121 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3122 <source>Job state</source><target state="new">Job state</target>
3123 <context-group purpose="location">
3124 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3125 <context context-type="linenumber">14</context>
3126 </context-group>
3129 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3127 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3130 <source>Type</source><target state="new">Type</target> 3128 <source>Type</source><target state="new">Type</target>
3131 3129
3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3133 <source>Processed on</source><target state="new">Processed on</target>
3134
3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3136 <source>Finished on</source><target state="new">Finished on</target>
3137
3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3139 <source>Refresh</source><target state="new">Refresh</target> 3131 <source>Refresh</source><target state="new">Refresh</target>
3140 3132
3141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3626,15 +3618,23 @@
3626 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3618 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3627 <context context-type="linenumber">486</context> 3619 <context context-type="linenumber">486</context>
3628 </context-group> 3620 </context-group>
3629 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3621 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3630 <source> 3622 <source>
3631 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3623 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3632 3624
3633 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3625 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3626
3627 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3628
3629 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3634 </source><target state="new"> 3630 </source><target state="new">
3635 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3631 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3636 3632
3637 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3633 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3634
3635 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3636
3637 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3638 </target> 3638 </target>
3639 <context-group purpose="location"> 3639 <context-group purpose="location">
3640 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3640 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3670,45 +3670,42 @@
3670 3670
3671 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3671 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3672 </target> 3672 </target>
3673 <context-group purpose="location"> 3673
3674 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3675 <context context-type="linenumber">518</context>
3676 </context-group>
3677 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3678 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3675 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3679 3676
3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3681 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3678 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3682 3679
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3684 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3681 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3685 3682
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3687 <source>Cache</source><target state="new">Cache</target> 3684 <source>Cache</source><target state="new">Cache</target>
3688 3685
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3690 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3687 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3691 3688
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3693 <source>Previews cache size</source><target state="new">Previews cache size</target> 3690 <source>Previews cache size</source><target state="new">Previews cache size</target>
3694 3691
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3696 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3693 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3697 3694
3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3699 <source>Customizations</source><target state="new">Customizations</target> 3696 <source>Customizations</source><target state="new">Customizations</target>
3700 3697
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3702 <source>JavaScript</source><target state="new">JavaScript</target> 3699 <source>JavaScript</source><target state="new">JavaScript</target>
3703 3700
3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3705 <source> 3702 <source>
3706 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3703 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3707 </source><target state="new"> 3704 </source><target state="new">
3708 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3705 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3709 </target> 3706 </target>
3710 3707
3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3712 <source> 3709 <source>
3713 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3710 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3714<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3711<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3735,7 +3732,7 @@
3735<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3732<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3736 </target> 3733 </target>
3737 3734
3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3739 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3736 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3740 <context-group purpose="location"> 3737 <context-group purpose="location">
3741 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3738 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3744,10 +3741,10 @@
3744 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3741 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3745 <source>Update configuration</source><target state="new">Update configuration</target> 3742 <source>Update configuration</source><target state="new">Update configuration</target>
3746 3743
3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3748 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3745 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3749 3746
3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3751 <source>Total video quota:</source><target state="new">Total video quota:</target> 3748 <source>Total video quota:</source><target state="new">Total video quota:</target>
3752 <context-group purpose="location"> 3749 <context-group purpose="location">
3753 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3750 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4141,11 +4138,8 @@ When you will upload a video in this channel, the video support field will be au
4141 </context-group> 4138 </context-group>
4142 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4139 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4143 <source>All read</source><target state="new">All read</target> 4140 <source>All read</source><target state="new">All read</target>
4144 <context-group purpose="location"> 4141
4145 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4146 <context context-type="linenumber">12</context>
4147 </context-group>
4148 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4149 <source>Activities</source><target state="new">Activities</target> 4143 <source>Activities</source><target state="new">Activities</target>
4150 <context-group purpose="location"> 4144 <context-group purpose="location">
4151 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4145 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5035,6 +5029,12 @@ When you will upload a video in this channel, the video support field will be au
5035 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5029 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5036 <context context-type="linenumber">1</context> 5030 <context context-type="linenumber">1</context>
5037 </context-group> 5031 </context-group>
5032 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5033 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5034 <context-group purpose="location">
5035 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5036 <context context-type="linenumber">1</context>
5037 </context-group>
5038 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5038 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5039 <source>240p</source><target state="new">240p</target> 5039 <source>240p</source><target state="new">240p</target>
5040 <context-group purpose="location"> 5040 <context-group purpose="location">
@@ -7525,6 +7525,12 @@ When you will upload a video in this channel, the video support field will be au
7525 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7525 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7526 <context context-type="linenumber">1</context> 7526 <context context-type="linenumber">1</context>
7527 </context-group> 7527 </context-group>
7528 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7529 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7530 <context-group purpose="location">
7531 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7532 <context context-type="linenumber">1</context>
7533 </context-group>
7528 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7534 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7529 <source>Subscribed</source><target state="new">Subscribed</target> 7535 <source>Subscribed</source><target state="new">Subscribed</target>
7530 <context-group purpose="location"> 7536 <context-group purpose="location">
@@ -7666,6 +7672,18 @@ When you will upload a video in this channel, the video support field will be au
7666 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7672 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7667 <context context-type="linenumber">1</context> 7673 <context context-type="linenumber">1</context>
7668 </context-group> 7674 </context-group>
7675 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7676 <source>Add to watch later</source><target state="new">Add to watch later</target>
7677 <context-group purpose="location">
7678 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7679 <context context-type="linenumber">1</context>
7680 </context-group>
7681 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7682 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7683 <context-group purpose="location">
7684 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7685 <context context-type="linenumber">1</context>
7686 </context-group>
7669 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7687 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7670 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7688 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7671 <context-group purpose="location"> 7689 <context-group purpose="location">
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index d0b124c40..145556b47 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -377,7 +377,7 @@
377 <context-group name="null"> 377 <context-group name="null">
378 <context context-type="linenumber">9</context> 378 <context context-type="linenumber">9</context>
379 </context-group> 379 </context-group>
380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
381 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 381 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
382 <source>Start at</source> 382 <source>Start at</source>
383 <target>Začni ob</target> 383 <target>Začni ob</target>
@@ -413,25 +413,29 @@
413 <context-group name="null"> 413 <context-group name="null">
414 <context context-type="linenumber">74</context> 414 <context context-type="linenumber">74</context>
415 </context-group> 415 </context-group>
416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
417 <source>Download video</source><target state="new">Download video</target> 417 <source>video</source><target state="new">video</target>
418 <context-group purpose="location"> 418 <context-group purpose="location">
419 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 419 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
420 <context context-type="linenumber">3</context> 420 <context context-type="linenumber">4</context>
421 </context-group> 421 </context-group>
422 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
423 <source>Direct download</source><target state="new">Direct download</target>
424 <context-group purpose="location"> 422 <context-group purpose="location">
425 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 423 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
426 <context context-type="linenumber">27</context> 424 <context context-type="linenumber">12</context>
427 </context-group> 425 </context-group>
428 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 426 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
429 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 427 <source>subtitles</source><target state="new">subtitles</target>
430 <context-group purpose="location"> 428 <context-group purpose="location">
431 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 429 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
432 <context context-type="linenumber">32</context> 430 <context context-type="linenumber">11</context>
433 </context-group> 431 </context-group>
434 </trans-unit> 432 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
433 <source>Direct download</source><target state="new">Direct download</target>
434
435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
436 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
437
438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
435 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 439 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
436 <source> 440 <source>
437 Cancel 441 Cancel
@@ -442,13 +446,10 @@
442 <context-group name="null"> 446 <context-group name="null">
443 <context context-type="linenumber">47</context> 447 <context context-type="linenumber">47</context>
444 </context-group> 448 </context-group>
445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
446 <source>Download</source><target state="new">Download</target> 450 <source>Download</source><target state="new">Download</target>
447 <context-group purpose="location"> 451
448 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
449 <context context-type="linenumber">43</context>
450 </context-group>
451 </trans-unit>
452 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 453 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
453 <source>Report video</source> 454 <source>Report video</source>
454 <target>Prijavi videoposnetek</target> 455 <target>Prijavi videoposnetek</target>
@@ -509,27 +510,24 @@
509 <source>Unlisted</source><target state="new">Unlisted</target><context-group name="null"> 510 <source>Unlisted</source><target state="new">Unlisted</target><context-group name="null">
510 <context context-type="linenumber">6</context> 511 <context context-type="linenumber">6</context>
511 </context-group> 512 </context-group>
512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
513 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 514 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
514 <source>Private</source> 515 <source>Private</source>
515 <target>Zasebno</target> 516 <target>Zasebno</target>
516 <context-group name="null"> 517 <context-group name="null">
517 <context context-type="linenumber">7</context> 518 <context context-type="linenumber">7</context>
518 </context-group> 519 </context-group>
519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
520 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 521 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
521 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 522 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
522 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ogledi</target> 523 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ogledi</target>
523 <context-group name="null"> 524 <context-group name="null">
524 <context context-type="linenumber">24</context> 525 <context context-type="linenumber">24</context>
525 </context-group> 526 </context-group>
526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
527 <source>Blacklisted</source><target state="new">Blacklisted</target> 528 <source>Blacklisted</source><target state="new">Blacklisted</target>
528 <context-group purpose="location"> 529
529 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
530 <context context-type="linenumber">42</context>
531 </context-group>
532 </trans-unit>
533 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 531 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
534 <source> 532 <source>
535 Sensitive 533 Sensitive
@@ -540,7 +538,7 @@
540 <context-group name="null"> 538 <context-group name="null">
541 <context context-type="linenumber">46</context> 539 <context context-type="linenumber">46</context>
542 </context-group> 540 </context-group>
543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
544 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 542 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
545 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 543 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
546 <target>{VAR_PLURAL, plural, =0 {Ni videoposnetkov} =1 {1 videoposnetek} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videoposnetkov} }</target> 544 <target>{VAR_PLURAL, plural, =0 {Ni videoposnetkov} =1 {1 videoposnetek} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videoposnetkov} }</target>
@@ -574,7 +572,7 @@
574 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 572 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
575 <source>Deleted</source><target state="new">Deleted</target> 573 <source>Deleted</source><target state="new">Deleted</target>
576 574
577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
578 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
579 <context-group purpose="location"> 577 <context-group purpose="location">
580 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 578 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -601,7 +599,7 @@
601 <context-group name="null"> 599 <context-group name="null">
602 <context context-type="linenumber">20</context> 600 <context context-type="linenumber">20</context>
603 </context-group> 601 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
605 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 603 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
606 <source>Delete</source> 604 <source>Delete</source>
607 <target>Izbriši</target> 605 <target>Izbriši</target>
@@ -812,7 +810,7 @@
812 <context-group name="null"> 810 <context-group name="null">
813 <context context-type="linenumber">86</context> 811 <context context-type="linenumber">86</context>
814 </context-group> 812 </context-group>
815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
816 <source>users</source><target state="new">users</target> 814 <source>users</source><target state="new">users</target>
817 <context-group purpose="location"> 815 <context-group purpose="location">
818 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 816 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -993,7 +991,7 @@
993 <context-group name="null"> 991 <context-group name="null">
994 <context context-type="linenumber">32</context> 992 <context context-type="linenumber">32</context>
995 </context-group> 993 </context-group>
996 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 994 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
997 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 995 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
998 <source>Forgot your password</source> 996 <source>Forgot your password</source>
999 <target>Ste pozabili geslo?</target> 997 <target>Ste pozabili geslo?</target>
@@ -1312,7 +1310,7 @@
1312 <source>Change the language</source><target state="new">Change the language</target> 1310 <source>Change the language</source><target state="new">Change the language</target>
1313 1311
1314 1312
1315 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1313 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1316 <source> 1314 <source>
1317 Help to translate PeerTube! 1315 Help to translate PeerTube!
1318 </source><target state="new"> 1316 </source><target state="new">
@@ -1340,6 +1338,12 @@
1340 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1338 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1341 <context context-type="linenumber">29</context> 1339 <context context-type="linenumber">29</context>
1342 </context-group> 1340 </context-group>
1341 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1342 <source>Help</source><target state="new">Help</target>
1343 <context-group purpose="location">
1344 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1345 <context context-type="linenumber">35</context>
1346 </context-group>
1343 </trans-unit> 1347 </trans-unit>
1344 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1348 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1345 <source>Log out</source> 1349 <source>Log out</source>
@@ -1347,79 +1351,79 @@
1347 <context-group name="null"> 1351 <context-group name="null">
1348 <context context-type="linenumber">25</context> 1352 <context context-type="linenumber">25</context>
1349 </context-group> 1353 </context-group>
1350 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1354 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1351 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1355 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1352 <source>Create an account</source> 1356 <source>Create an account</source>
1353 <target>Ustvari račun</target> 1357 <target>Ustvari račun</target>
1354 <context-group name="null"> 1358 <context-group name="null">
1355 <context context-type="linenumber">33</context> 1359 <context context-type="linenumber">33</context>
1356 </context-group> 1360 </context-group>
1357 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1361 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1358 <source>My library</source><target state="new">My library</target> 1362 <source>My library</source><target state="new">My library</target>
1359 1363
1360 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1364 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1361 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1365 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1362 <source>Videos</source> 1366 <source>Videos</source>
1363 <target>Videoposnetki</target> 1367 <target>Videoposnetki</target>
1364 <context-group name="null"> 1368 <context-group name="null">
1365 <context context-type="linenumber">24</context> 1369 <context context-type="linenumber">24</context>
1366 </context-group> 1370 </context-group>
1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1371 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1368 <source>Playlists</source><target state="new">Playlists</target> 1372 <source>Playlists</source><target state="new">Playlists</target>
1369 1373
1370 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1371 <source>Subscriptions</source><target state="new">Subscriptions</target> 1375 <source>Subscriptions</source><target state="new">Subscriptions</target>
1372 1376
1373 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1374 <source>History</source><target state="new">History</target> 1378 <source>History</source><target state="new">History</target>
1375 1379
1376 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1377 <source>Discover</source><target state="new">Discover</target> 1381 <source>Discover</source><target state="new">Discover</target>
1378 1382
1379 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1383 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1380 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1384 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1381 <source>Trending</source> 1385 <source>Trending</source>
1382 <target>Popularno</target> 1386 <target>Popularno</target>
1383 <context-group name="null"> 1387 <context-group name="null">
1384 <context context-type="linenumber">71</context> 1388 <context context-type="linenumber">71</context>
1385 </context-group> 1389 </context-group>
1386 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1387 <source>Most liked</source><target state="new">Most liked</target> 1391 <source>Most liked</source><target state="new">Most liked</target>
1388 1392
1389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1393 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1390 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1394 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1391 <source>Recently added</source> 1395 <source>Recently added</source>
1392 <target>Nedavno dodano</target> 1396 <target>Nedavno dodano</target>
1393 <context-group name="null"> 1397 <context-group name="null">
1394 <context context-type="linenumber">81</context> 1398 <context context-type="linenumber">81</context>
1395 </context-group> 1399 </context-group>
1396 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1400 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1397 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1401 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1398 <source>More</source> 1402 <source>More</source>
1399 <target>Več</target> 1403 <target>Več</target>
1400 <context-group name="null"> 1404 <context-group name="null">
1401 <context context-type="linenumber">91</context> 1405 <context context-type="linenumber">91</context>
1402 </context-group> 1406 </context-group>
1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1407 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1404 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1408 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1405 <source>Administration</source> 1409 <source>Administration</source>
1406 <target>Administracija</target> 1410 <target>Administracija</target>
1407 <context-group name="null"> 1411 <context-group name="null">
1408 <context context-type="linenumber">95</context> 1412 <context context-type="linenumber">95</context>
1409 </context-group> 1413 </context-group>
1410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1414 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1411 <source>About</source><target state="new">About</target> 1415 <source>About</source><target state="new">About</target>
1412 1416
1413 1417
1414 1418
1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1419 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1416 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1420 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1417 <source>Show keyboard shortcuts</source> 1421 <source>Show keyboard shortcuts</source>
1418 <target>Bljižnjice na tipkovnici</target> 1422 <target>Bljižnjice na tipkovnici</target>
1419 <context-group name="null"> 1423 <context-group name="null">
1420 <context context-type="linenumber">111</context> 1424 <context context-type="linenumber">111</context>
1421 </context-group> 1425 </context-group>
1422 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1423 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1427 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1424 <source>View your notifications</source> 1428 <source>View your notifications</source>
1425 <target>Obvestila</target> 1429 <target>Obvestila</target>
@@ -1435,15 +1439,9 @@
1435 </context-group> 1439 </context-group>
1436 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1440 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1437 <source>Mark all as read</source><target state="new">Mark all as read</target> 1441 <source>Mark all as read</source><target state="new">Mark all as read</target>
1438 <context-group purpose="location"> 1442
1439 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1443
1440 <context context-type="linenumber">18</context> 1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1441 </context-group>
1442 <context-group purpose="location">
1443 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1444 <context context-type="linenumber">9</context>
1445 </context-group>
1446 </trans-unit>
1447 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1445 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1448 <source>Update your notification preferences</source> 1446 <source>Update your notification preferences</source>
1449 <target>Posodobi obveščevalne nastavitve</target> 1447 <target>Posodobi obveščevalne nastavitve</target>
@@ -1540,7 +1538,7 @@
1540 <context-group name="null"> 1538 <context-group name="null">
1541 <context context-type="linenumber">45</context> 1539 <context context-type="linenumber">45</context>
1542 </context-group> 1540 </context-group>
1543 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1541 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1544 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1542 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1545 <source>Display sensitive content</source> 1543 <source>Display sensitive content</source>
1546 <target>Prikaži občutljivo vsebino</target> 1544 <target>Prikaži občutljivo vsebino</target>
@@ -1649,8 +1647,8 @@
1649 <context-group name="null"> 1647 <context-group name="null">
1650 <context context-type="linenumber">115</context> 1648 <context context-type="linenumber">115</context>
1651 </context-group> 1649 </context-group>
1652 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1653 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1651 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1654 <context-group purpose="location"> 1652 <context-group purpose="location">
1655 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1653 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1656 <context context-type="linenumber">14</context> 1654 <context context-type="linenumber">14</context>
@@ -1679,7 +1677,16 @@
1679 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1677 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1680 <context context-type="linenumber">14</context> 1678 <context context-type="linenumber">14</context>
1681 </context-group> 1679 </context-group>
1682 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1680 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1681 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1682
1683
1684
1685
1686
1687
1688
1689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1683 <source>Add caption</source><target state="new">Add caption</target> 1690 <source>Add caption</source><target state="new">Add caption</target>
1684 <context-group purpose="location"> 1691 <context-group purpose="location">
1685 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1692 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2284,27 +2291,27 @@
2284 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2285 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2292 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2286 2293
2287 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2294 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2288 <source> 2295 <source>
2289 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2296 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2290 </source><target state="new"> 2297 </source><target state="new">
2291 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2298 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2292 </target> 2299 </target>
2293 2300
2294 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2295 <source>More information</source><target state="new">More information</target> 2302 <source>More information</source><target state="new">More information</target>
2296 2303
2297 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2298 <source>Get more information</source><target state="new">Get more information</target> 2305 <source>Get more information</source><target state="new">Get more information</target>
2299 2306
2300 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2307 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2301 <source> 2308 <source>
2302 OK 2309 OK
2303 </source><target state="new"> 2310 </source><target state="new">
2304 OK 2311 OK
2305 </target> 2312 </target>
2306 2313
2307 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2314 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2308 <source>1 Comment</source><target state="new">1 Comment</target> 2315 <source>1 Comment</source><target state="new">1 Comment</target>
2309 <context-group purpose="location"> 2316 <context-group purpose="location">
2310 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2317 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2436,7 +2443,7 @@
2436 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2437 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2444 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2438 2445
2439 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2446 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2440 <source> 2447 <source>
2441 Users 2448 Users
2442 </source><target state="new"> 2449 </source><target state="new">
@@ -2572,7 +2579,37 @@
2572 2579
2573 2580
2574 2581
2575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2583 <source>Delayed.</source><target state="new">Delayed.</target>
2584 <context-group purpose="location">
2585 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2586 <context context-type="linenumber">42</context>
2587 </context-group>
2588 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2589 <source>Will start soon...</source><target state="new">Will start soon...</target>
2590 <context-group purpose="location">
2591 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2592 <context context-type="linenumber">43</context>
2593 </context-group>
2594 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2595 <source>Running...</source><target state="new">Running...</target>
2596 <context-group purpose="location">
2597 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2598 <context context-type="linenumber">44</context>
2599 </context-group>
2600 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2601 <source>Finished</source><target state="new">Finished</target>
2602 <context-group purpose="location">
2603 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2604 <context context-type="linenumber">45</context>
2605 </context-group>
2606 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2607 <source>Failed</source><target state="new">Failed</target>
2608 <context-group purpose="location">
2609 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2610 <context context-type="linenumber">46</context>
2611 </context-group>
2612 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2576 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2613 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2577 2614
2578 2615
@@ -2580,7 +2617,7 @@
2580 2617
2581 2618
2582 2619
2583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2584 <source>Accepted</source><target state="new">Accepted</target> 2621 <source>Accepted</source><target state="new">Accepted</target>
2585 2622
2586 2623
@@ -3183,16 +3220,22 @@
3183 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3220 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3184 <context context-type="linenumber">2</context> 3221 <context context-type="linenumber">2</context>
3185 </context-group> 3222 </context-group>
3223 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3224 <source>Job type</source><target state="new">Job type</target>
3225 <context-group purpose="location">
3226 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3227 <context context-type="linenumber">5</context>
3228 </context-group>
3229 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3230 <source>Job state</source><target state="new">Job state</target>
3231 <context-group purpose="location">
3232 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3233 <context context-type="linenumber">14</context>
3234 </context-group>
3186 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3235 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3187 <source>Type</source><target state="new">Type</target> 3236 <source>Type</source><target state="new">Type</target>
3188 3237
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3190 <source>Processed on</source><target state="new">Processed on</target>
3191
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3193 <source>Finished on</source><target state="new">Finished on</target>
3194
3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3196 <source>Refresh</source><target state="new">Refresh</target> 3239 <source>Refresh</source><target state="new">Refresh</target>
3197 3240
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3683,15 +3726,23 @@
3683 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3726 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3684 <context context-type="linenumber">486</context> 3727 <context context-type="linenumber">486</context>
3685 </context-group> 3728 </context-group>
3686 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3729 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3687 <source> 3730 <source>
3688 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3731 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3689 3732
3690 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3733 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3734
3735 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3736
3737 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3691 </source><target state="new"> 3738 </source><target state="new">
3692 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3739 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3693 3740
3694 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3741 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3742
3743 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3744
3745 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3695 </target> 3746 </target>
3696 <context-group purpose="location"> 3747 <context-group purpose="location">
3697 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3748 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3727,45 +3778,42 @@
3727 3778
3728 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3779 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3729 </target> 3780 </target>
3730 <context-group purpose="location"> 3781
3731 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3732 <context context-type="linenumber">518</context>
3733 </context-group>
3734 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3735 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3783 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3736 3784
3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3738 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3786 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3739 3787
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3741 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3789 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3742 3790
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3744 <source>Cache</source><target state="new">Cache</target> 3792 <source>Cache</source><target state="new">Cache</target>
3745 3793
3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3747 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3795 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3748 3796
3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3750 <source>Previews cache size</source><target state="new">Previews cache size</target> 3798 <source>Previews cache size</source><target state="new">Previews cache size</target>
3751 3799
3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3753 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3801 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3754 3802
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3756 <source>Customizations</source><target state="new">Customizations</target> 3804 <source>Customizations</source><target state="new">Customizations</target>
3757 3805
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3759 <source>JavaScript</source><target state="new">JavaScript</target> 3807 <source>JavaScript</source><target state="new">JavaScript</target>
3760 3808
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3762 <source> 3810 <source>
3763 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3811 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3764 </source><target state="new"> 3812 </source><target state="new">
3765 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3813 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3766 </target> 3814 </target>
3767 3815
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3769 <source> 3817 <source>
3770 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3818 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3771<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3819<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3792,7 +3840,7 @@
3792<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3840<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3793 </target> 3841 </target>
3794 3842
3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3796 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3844 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3797 <context-group purpose="location"> 3845 <context-group purpose="location">
3798 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3846 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3801,10 +3849,10 @@
3801 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3849 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3802 <source>Update configuration</source><target state="new">Update configuration</target> 3850 <source>Update configuration</source><target state="new">Update configuration</target>
3803 3851
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3805 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3853 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3806 3854
3807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3808 <source>Total video quota:</source><target state="new">Total video quota:</target> 3856 <source>Total video quota:</source><target state="new">Total video quota:</target>
3809 <context-group purpose="location"> 3857 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3858 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4198,11 +4246,8 @@ When you will upload a video in this channel, the video support field will be au
4198 </context-group> 4246 </context-group>
4199 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4247 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4200 <source>All read</source><target state="new">All read</target> 4248 <source>All read</source><target state="new">All read</target>
4201 <context-group purpose="location"> 4249
4202 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4203 <context context-type="linenumber">12</context>
4204 </context-group>
4205 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4206 <source>Activities</source><target state="new">Activities</target> 4251 <source>Activities</source><target state="new">Activities</target>
4207 <context-group purpose="location"> 4252 <context-group purpose="location">
4208 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4253 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5092,6 +5137,12 @@ When you will upload a video in this channel, the video support field will be au
5092 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5137 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5093 <context context-type="linenumber">1</context> 5138 <context context-type="linenumber">1</context>
5094 </context-group> 5139 </context-group>
5140 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5141 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5142 <context-group purpose="location">
5143 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5144 <context context-type="linenumber">1</context>
5145 </context-group>
5095 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5146 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5096 <source>240p</source><target state="new">240p</target> 5147 <source>240p</source><target state="new">240p</target>
5097 <context-group purpose="location"> 5148 <context-group purpose="location">
@@ -7582,6 +7633,12 @@ When you will upload a video in this channel, the video support field will be au
7582 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7633 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7583 <context context-type="linenumber">1</context> 7634 <context context-type="linenumber">1</context>
7584 </context-group> 7635 </context-group>
7636 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7637 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7638 <context-group purpose="location">
7639 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7640 <context context-type="linenumber">1</context>
7641 </context-group>
7585 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7642 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7586 <source>Subscribed</source><target state="new">Subscribed</target> 7643 <source>Subscribed</source><target state="new">Subscribed</target>
7587 <context-group purpose="location"> 7644 <context-group purpose="location">
@@ -7723,6 +7780,18 @@ When you will upload a video in this channel, the video support field will be au
7723 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7780 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7724 <context context-type="linenumber">1</context> 7781 <context context-type="linenumber">1</context>
7725 </context-group> 7782 </context-group>
7783 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7784 <source>Add to watch later</source><target state="new">Add to watch later</target>
7785 <context-group purpose="location">
7786 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7787 <context context-type="linenumber">1</context>
7788 </context-group>
7789 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7790 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7791 <context-group purpose="location">
7792 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7793 <context context-type="linenumber">1</context>
7794 </context-group>
7726 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7795 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7727 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7796 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7728 <context-group purpose="location"> 7797 <context-group purpose="location">
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index 7bcb1c82b..b0d4adc45 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en ny video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en ny video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> är inte längre svartlistad </target> 284 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> är inte längre svartlistad </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har svartlistats </target> 289 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har svartlistats </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har gjorts angående videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har gjorts angående videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">Den nyligen uppladdade videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">Den nyligen uppladdade videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> skrev en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skrev en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har publicerats </target> 320 <target state="translated">Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har publicerats </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> lyckades </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> lyckades </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> misslyckades </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> misslyckades </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">Användaren <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> skapade ett konto på din instans </target> 335 <target state="translated">Användaren <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skapade ett konto på din instans </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> följer <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> följer <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> nämnde dig i en kommentar till videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> nämnde dig i en kommentar till videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Din instans har <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>en ny följare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> som inväntar ditt godkännande<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Din instans har <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>en ny följare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> som inväntar ditt godkännande<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Din instans började följa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> automatiskt </target> 366 <target state="translated">Din instans började följa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> automatiskt </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -380,8 +388,8 @@
380 <context-group name="null"> 388 <context-group name="null">
381 <context context-type="linenumber">9</context> 389 <context context-type="linenumber">9</context>
382 </context-group> 390 </context-group>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 391
384 </trans-unit> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
385 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 393 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
386 <source>Start at</source> 394 <source>Start at</source>
387 <target>Börja vid</target> 395 <target>Börja vid</target>
@@ -431,31 +439,40 @@
431 <context context-type="linenumber">74</context> 439 <context context-type="linenumber">74</context>
432 </context-group> 440 </context-group>
433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
434 </trans-unit> 442 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
435 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 443 <source>video</source><target state="new">video</target>
436 <source>Download video</source> 444 <context-group purpose="location">
437 <target>Ladda ner video</target> 445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
438 <context-group name="null"> 446 <context context-type="linenumber">4</context>
439 <context context-type="linenumber">3</context> 447 </context-group>
448 <context-group purpose="location">
449 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
450 <context context-type="linenumber">12</context>
451 </context-group>
452 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
453 <source>subtitles</source><target state="new">subtitles</target>
454 <context-group purpose="location">
455 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
456 <context context-type="linenumber">11</context>
440 </context-group> 457 </context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
442 </trans-unit> 458 </trans-unit>
459
443 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 460 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
444 <source>Direct download</source> 461 <source>Direct download</source>
445 <target>Direktnerladdning</target> 462 <target>Direktnerladdning</target>
446 <context-group name="null"> 463 <context-group name="null">
447 <context context-type="linenumber">27</context> 464 <context context-type="linenumber">27</context>
448 </context-group> 465 </context-group>
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 466
450 </trans-unit> 467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
451 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 468 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
452 <source>Torrent (.torrent file)</source> 469 <source>Torrent (.torrent file)</source>
453 <target>Torrent (.torrent-fil)</target> 470 <target>Torrent (.torrent-fil)</target>
454 <context-group name="null"> 471 <context-group name="null">
455 <context context-type="linenumber">32</context> 472 <context context-type="linenumber">32</context>
456 </context-group> 473 </context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 474
458 </trans-unit> 475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
459 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 476 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
460 <source>Cancel</source> 477 <source>Cancel</source>
461 <target> 478 <target>
@@ -464,18 +481,18 @@
464 <context-group name="null"> 481 <context-group name="null">
465 <context context-type="linenumber">47</context> 482 <context context-type="linenumber">47</context>
466 </context-group> 483 </context-group>
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 484
468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 485
469 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 486
470 </trans-unit> 487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
471 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 488 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
472 <source>Download</source> 489 <source>Download</source>
473 <target>Ladda ner</target> 490 <target>Ladda ner</target>
474 <context-group name="null"> 491 <context-group name="null">
475 <context context-type="linenumber">43</context> 492 <context context-type="linenumber">43</context>
476 </context-group> 493 </context-group>
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 494
478 </trans-unit> 495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
479 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 496 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
480 <source>Report video</source> 497 <source>Report video</source>
481 <target>Anmäl video</target> 498 <target>Anmäl video</target>
@@ -485,10 +502,13 @@
485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
486 </trans-unit> 503 </trans-unit>
487 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 504 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
488 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 505 <source>
506 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
507 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
508 </source>
489 <target> 509 <target>
490 Din rapport kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 510 Din rapport kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
491 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> Den kommer även skickas vidare till ursprungsinstansen <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 511 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> Den kommer även skickas vidare till ursprungsinstansen <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
492 </target> 512 </target>
493 <context-group name="null"> 513 <context-group name="null">
494 <context context-type="linenumber">9</context> 514 <context context-type="linenumber">9</context>
@@ -552,35 +572,35 @@
552 <context-group name="null"> 572 <context-group name="null">
553 <context context-type="linenumber">6</context> 573 <context context-type="linenumber">6</context>
554 </context-group> 574 </context-group>
555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 575
556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 576
557 </trans-unit> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
558 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 578 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
559 <source>Private</source> 579 <source>Private</source>
560 <target>Privat</target> 580 <target>Privat</target>
561 <context-group name="null"> 581 <context-group name="null">
562 <context context-type="linenumber">7</context> 582 <context context-type="linenumber">7</context>
563 </context-group> 583 </context-group>
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 584
565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 585
566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 586
567 </trans-unit> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
568 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 588 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
569 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 589 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
570 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target> 590 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> visningar</target>
571 <context-group name="null"> 591 <context-group name="null">
572 <context context-type="linenumber">24</context> 592 <context context-type="linenumber">24</context>
573 </context-group> 593 </context-group>
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 594
575 </trans-unit> 595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
576 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 596 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
577 <source>Blacklisted</source> 597 <source>Blacklisted</source>
578 <target>Svartlistad</target> 598 <target>Svartlistad</target>
579 <context-group name="null"> 599 <context-group name="null">
580 <context context-type="linenumber">42</context> 600 <context context-type="linenumber">42</context>
581 </context-group> 601 </context-group>
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 602
583 </trans-unit> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
584 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 604 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
585 <source>Sensitive</source> 605 <source>Sensitive</source>
586 <target> 606 <target>
@@ -589,8 +609,8 @@
589 <context-group name="null"> 609 <context-group name="null">
590 <context context-type="linenumber">46</context> 610 <context context-type="linenumber">46</context>
591 </context-group> 611 </context-group>
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 612
593 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
594 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 614 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
595 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 615 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
596 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videor} }</target> 616 <target>{VAR_PLURAL, plural, =0 {Inga videor} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videor} }</target>
@@ -631,9 +651,9 @@
631 <context-group name="null"> 651 <context-group name="null">
632 <context context-type="linenumber">34</context> 652 <context context-type="linenumber">34</context>
633 </context-group> 653 </context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 654
635 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 655
636 </trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
637 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
638 <source>Edit starts/stops at</source> 658 <source>Edit starts/stops at</source>
639 <target>Redigera start- och sluttid</target> 659 <target>Redigera start- och sluttid</target>
@@ -667,16 +687,16 @@
667 <context-group name="null"> 687 <context-group name="null">
668 <context context-type="linenumber">20</context> 688 <context context-type="linenumber">20</context>
669 </context-group> 689 </context-group>
670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 690
671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 691
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 692
673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 693
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 694
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 695
676 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 696
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 698
679 </trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
680 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 700 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
681 <source>Delete</source> 701 <source>Delete</source>
682 <target>Ta bort</target> 702 <target>Ta bort</target>
@@ -804,10 +824,13 @@
804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group> 824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group>
805 </trans-unit> 825 </trans-unit>
806 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 826 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
807 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 827 <source>
828 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
830 </source>
808 <target> 831 <target>
809 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Fjärrprenumerera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 832 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Fjärrprenumerera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
810 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Fjärrinteragera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 833 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Fjärrinteragera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
811 </target> 834 </target>
812 <context-group name="null"> 835 <context-group name="null">
813 <context context-type="linenumber">10</context> 836 <context context-type="linenumber">10</context>
@@ -815,9 +838,12 @@
815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
816 </trans-unit> 839 </trans-unit>
817 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
818 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 841 <source>
842 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
843 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
844 </source>
819 <target> 845 <target>
820 Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 846 Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
821 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån. 847 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån.
822 </target> 848 </target>
823 <context-group name="null"> 849 <context-group name="null">
@@ -826,8 +852,11 @@
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
827 </trans-unit> 853 </trans-unit>
828 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 854 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
829 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 855 <source>
830 <target state="translated">Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. </target> 856 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
857 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
858 </source>
859 <target state="translated">Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. </target>
831 <context-group purpose="location"> 860 <context-group purpose="location">
832 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 861 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
833 <context context-type="linenumber">26</context> 862 <context context-type="linenumber">26</context>
@@ -842,10 +871,13 @@
842 </context-group> 871 </context-group>
843 </trans-unit> 872 </trans-unit>
844 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 873 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
845 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 874 <source>
875 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
876 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
877 </source>
846 <target> 878 <target>
847 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Standardpolicy för känsligt och oförbehållsamt innehåll<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 879 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Standardpolicy för känsligt och oförbehållsamt innehåll<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
848 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>kan ändras av användarna<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 880 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>kan ändras av användarna<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
849 </target> 881 </target>
850 <context-group name="null"> 882 <context-group name="null">
851 <context context-type="linenumber">5</context> 883 <context context-type="linenumber">5</context>
@@ -888,9 +920,9 @@
888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
889 </trans-unit> 921 </trans-unit>
890 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 922 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
891 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 923 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
892 <target> 924 <target>
893 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 925 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
894 </target> 926 </target>
895 <context-group name="null"> 927 <context-group name="null">
896 <context context-type="linenumber">53</context> 928 <context context-type="linenumber">53</context>
@@ -954,9 +986,9 @@
954 <context-group name="null"> 986 <context-group name="null">
955 <context context-type="linenumber">86</context> 987 <context context-type="linenumber">86</context>
956 </context-group> 988 </context-group>
957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 989
958 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 990
959 </trans-unit> 991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
960 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597"> 992 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
961 <source>users</source> 993 <source>users</source>
962 <target>användare</target> 994 <target>användare</target>
@@ -1170,9 +1202,9 @@
1170 <context-group name="null"> 1202 <context-group name="null">
1171 <context context-type="linenumber">32</context> 1203 <context context-type="linenumber">32</context>
1172 </context-group> 1204 </context-group>
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1205
1174 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1206
1175 </trans-unit> 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1176 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1208 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1177 <source>Forgot your password</source> 1209 <source>Forgot your password</source>
1178 <target>Glömt ditt lösenord</target> 1210 <target>Glömt ditt lösenord</target>
@@ -1267,9 +1299,9 @@
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group> 1299 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
1268 </trans-unit> 1300 </trans-unit>
1269 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1301 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1270 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1302 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1271 <target> 1303 <target>
1272 för <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1304 för <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1273 </target> 1305 </target>
1274 <context-group name="null"> 1306 <context-group name="null">
1275 <context context-type="linenumber">6</context> 1307 <context context-type="linenumber">6</context>
@@ -1277,10 +1309,13 @@
1277 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1309 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1278 </trans-unit> 1310 </trans-unit>
1279 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1311 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1280 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1312 <source>
1313 Filters
1314 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1315 </source>
1281 <target> 1316 <target>
1282 Filter 1317 Filter
1283 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1318 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1284 </target> 1319 </target>
1285 <context-group name="null"> 1320 <context-group name="null">
1286 <context context-type="linenumber">16</context> 1321 <context context-type="linenumber">16</context>
@@ -1314,7 +1349,8 @@
1314 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1349 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1315 </trans-unit> 1350 </trans-unit>
1316 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1351 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1317 <source>CLI documentation</source> 1352 <source>CLI
1353 documentation</source>
1318 <target>Kommandotolk 1354 <target>Kommandotolk
1319 dokumentation</target> 1355 dokumentation</target>
1320 <context-group name="null"> 1356 <context-group name="null">
@@ -1331,7 +1367,8 @@
1331 </context-group> 1367 </context-group>
1332 </trans-unit> 1368 </trans-unit>
1333 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1369 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1334 <source>Administer documentation</source> 1370 <source>Administer
1371 documentation</source>
1335 <target>Administration 1372 <target>Administration
1336 dokumentation</target> 1373 dokumentation</target>
1337 <context-group name="null"> 1374 <context-group name="null">
@@ -1348,7 +1385,8 @@
1348 </context-group> 1385 </context-group>
1349 </trans-unit> 1386 </trans-unit>
1350 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1387 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1351 <source>Use documentation</source> 1388 <source>Use
1389 documentation</source>
1352 <target>Användning 1390 <target>Användning
1353 dokumentation</target> 1391 dokumentation</target>
1354 <context-group name="null"> 1392 <context-group name="null">
@@ -1373,16 +1411,16 @@
1373 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1411 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1374 </trans-unit> 1412 </trans-unit>
1375 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1413 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1376 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1414 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1377 <target state="translated">PeerTubesofficiella webbplats (nyheter, support, att bidraga …): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1415 <target state="translated">PeerTubesofficiella webbplats (nyheter, support, att bidraga …): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1378 <context-group purpose="location"> 1416 <context-group purpose="location">
1379 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1417 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1380 <context context-type="linenumber">44</context> 1418 <context context-type="linenumber">44</context>
1381 </context-group> 1419 </context-group>
1382 </trans-unit> 1420 </trans-unit>
1383 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1421 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1384 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1422 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1385 <target>Lägg till din instans i PeerTubes offentliga index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1423 <target>Lägg till din instans i PeerTubes offentliga index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1386 </target> 1424 </target>
1387 <context-group name="null"> 1425 <context-group name="null">
1388 <context context-type="linenumber">47</context> 1426 <context context-type="linenumber">47</context>
@@ -1398,10 +1436,14 @@
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1436 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1399 </trans-unit> 1437 </trans-unit>
1400 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1438 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1401 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1439 <source>
1440 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1441 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1442 is very important for visitors to understand on what type of instance they are.
1443 </source>
1402 <target> 1444 <target>
1403 Att välja ett <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>namn för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>författa en beskrivning<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, beskriva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vem du är<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1445 Att välja ett <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>namn för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>författa en beskrivning<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, beskriva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vem du är<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1404 varför <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>du har startat instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> och <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hur länge<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> du tänker <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>underhålla den<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1446 varför <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>du har startat instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> och <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hur länge<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> du tänker <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>underhålla den<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1405 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen. 1447 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen.
1406 </target> 1448 </target>
1407 <context-group name="null"> 1449 <context-group name="null">
@@ -1410,8 +1452,14 @@
1410 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1411 </trans-unit> 1453 </trans-unit>
1412 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1454 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1413 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1455 <source>
1414 <target state="translated">Om du vill öppna för kontoregistrering, ber vi dig fundera över <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>dina riktlinjer för moderering<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, skriva ner <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>villkor för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>en passande<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube-instans. </target> 1456 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1457 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1458 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1459 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1460 PeerTube instance.
1461 </source>
1462 <target state="translated">Om du vill öppna för kontoregistrering, ber vi dig fundera över <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>dina riktlinjer för moderering<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, skriva ner <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>villkor för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>en passande<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube-instans. </target>
1415 <context-group purpose="location"> 1463 <context-group purpose="location">
1416 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1464 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1417 <context context-type="linenumber">67</context> 1465 <context context-type="linenumber">67</context>
@@ -1546,9 +1594,9 @@
1546 <context-group name="null"> 1594 <context-group name="null">
1547 <context context-type="linenumber">107</context> 1595 <context context-type="linenumber">107</context>
1548 </context-group> 1596 </context-group>
1549 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1597
1550 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1598
1551 </trans-unit> 1599 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1552 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1600 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1553 <source>Help to translate PeerTube!</source> 1601 <source>Help to translate PeerTube!</source>
1554 <target> 1602 <target>
@@ -1582,6 +1630,12 @@
1582 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1630 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1583 <context context-type="linenumber">29</context> 1631 <context context-type="linenumber">29</context>
1584 </context-group> 1632 </context-group>
1633 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1634 <source>Help</source><target state="new">Help</target>
1635 <context-group purpose="location">
1636 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1637 <context context-type="linenumber">35</context>
1638 </context-group>
1585 </trans-unit> 1639 </trans-unit>
1586 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1640 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1587 <source>Log out</source> 1641 <source>Log out</source>
@@ -1589,125 +1643,125 @@
1589 <context-group name="null"> 1643 <context-group name="null">
1590 <context context-type="linenumber">25</context> 1644 <context context-type="linenumber">25</context>
1591 </context-group> 1645 </context-group>
1592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1646
1593 </trans-unit> 1647 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1594 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1648 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1595 <source>Create an account</source> 1649 <source>Create an account</source>
1596 <target>Skapa ett konto</target> 1650 <target>Skapa ett konto</target>
1597 <context-group name="null"> 1651 <context-group name="null">
1598 <context context-type="linenumber">33</context> 1652 <context context-type="linenumber">33</context>
1599 </context-group> 1653 </context-group>
1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1654
1601 </trans-unit> 1655 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1602 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1656 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1603 <source>My library</source> 1657 <source>My library</source>
1604 <target>Mitt bibliotek</target> 1658 <target>Mitt bibliotek</target>
1605 <context-group name="null"> 1659 <context-group name="null">
1606 <context context-type="linenumber">37</context> 1660 <context context-type="linenumber">37</context>
1607 </context-group> 1661 </context-group>
1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1662
1609 </trans-unit> 1663 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1610 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1664 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1611 <source>Videos</source> 1665 <source>Videos</source>
1612 <target>Videor</target> 1666 <target>Videor</target>
1613 <context-group name="null"> 1667 <context-group name="null">
1614 <context context-type="linenumber">24</context> 1668 <context context-type="linenumber">24</context>
1615 </context-group> 1669 </context-group>
1616 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1670
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1671
1618 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1672
1619 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1673
1620 </trans-unit> 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1621 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1675 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1622 <source>Playlists</source> 1676 <source>Playlists</source>
1623 <target>Spellistor</target> 1677 <target>Spellistor</target>
1624 <context-group name="null"> 1678 <context-group name="null">
1625 <context context-type="linenumber">46</context> 1679 <context context-type="linenumber">46</context>
1626 </context-group> 1680 </context-group>
1627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1681
1628 </trans-unit> 1682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1629 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1683 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1630 <source>Subscriptions</source> 1684 <source>Subscriptions</source>
1631 <target>Prenumerationer</target> 1685 <target>Prenumerationer</target>
1632 <context-group name="null"> 1686 <context-group name="null">
1633 <context context-type="linenumber">51</context> 1687 <context context-type="linenumber">51</context>
1634 </context-group> 1688 </context-group>
1635 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1689
1636 </trans-unit> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1637 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1691 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1638 <source>History</source> 1692 <source>History</source>
1639 <target>Historik</target> 1693 <target>Historik</target>
1640 <context-group name="null"> 1694 <context-group name="null">
1641 <context context-type="linenumber">56</context> 1695 <context context-type="linenumber">56</context>
1642 </context-group> 1696 </context-group>
1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1697
1644 </trans-unit> 1698 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1645 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1699 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1646 <source>Discover</source> 1700 <source>Discover</source>
1647 <target>Upptäck</target> 1701 <target>Upptäck</target>
1648 <context-group name="null"> 1702 <context-group name="null">
1649 <context context-type="linenumber">66</context> 1703 <context context-type="linenumber">66</context>
1650 </context-group> 1704 </context-group>
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1705
1652 </trans-unit> 1706 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1653 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1707 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1654 <source>Trending</source> 1708 <source>Trending</source>
1655 <target>Populärt</target> 1709 <target>Populärt</target>
1656 <context-group name="null"> 1710 <context-group name="null">
1657 <context context-type="linenumber">71</context> 1711 <context context-type="linenumber">71</context>
1658 </context-group> 1712 </context-group>
1659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1713
1660 </trans-unit> 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1661 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac"> 1715 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac">
1662 <source>Most liked</source> 1716 <source>Most liked</source>
1663 <target>Mest gillade</target> 1717 <target>Mest gillade</target>
1664 <context-group name="null"> 1718 <context-group name="null">
1665 <context context-type="linenumber">76</context> 1719 <context context-type="linenumber">76</context>
1666 </context-group> 1720 </context-group>
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1721
1668 </trans-unit> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1669 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1723 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1670 <source>Recently added</source> 1724 <source>Recently added</source>
1671 <target>Nyligen tillagt</target> 1725 <target>Nyligen tillagt</target>
1672 <context-group name="null"> 1726 <context-group name="null">
1673 <context context-type="linenumber">81</context> 1727 <context context-type="linenumber">81</context>
1674 </context-group> 1728 </context-group>
1675 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1729
1676 </trans-unit> 1730 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1677 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1731 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1678 <source>More</source> 1732 <source>More</source>
1679 <target>Mer</target> 1733 <target>Mer</target>
1680 <context-group name="null"> 1734 <context-group name="null">
1681 <context context-type="linenumber">91</context> 1735 <context context-type="linenumber">91</context>
1682 </context-group> 1736 </context-group>
1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1737
1684 </trans-unit> 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1685 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1739 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1686 <source>Administration</source> 1740 <source>Administration</source>
1687 <target>Administration</target> 1741 <target>Administration</target>
1688 <context-group name="null"> 1742 <context-group name="null">
1689 <context context-type="linenumber">95</context> 1743 <context context-type="linenumber">95</context>
1690 </context-group> 1744 </context-group>
1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1745
1692 </trans-unit> 1746 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1693 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1747 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1694 <source>About</source> 1748 <source>About</source>
1695 <target>Om</target> 1749 <target>Om</target>
1696 <context-group name="null"> 1750 <context-group name="null">
1697 <context context-type="linenumber">26</context> 1751 <context context-type="linenumber">26</context>
1698 </context-group> 1752 </context-group>
1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1753
1700 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1754
1701 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1755
1702 </trans-unit> 1756 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1703 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1757 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1704 <source>Show keyboard shortcuts</source> 1758 <source>Show keyboard shortcuts</source>
1705 <target>Visa kortkommandon</target> 1759 <target>Visa kortkommandon</target>
1706 <context-group name="null"> 1760 <context-group name="null">
1707 <context context-type="linenumber">111</context> 1761 <context context-type="linenumber">111</context>
1708 </context-group> 1762 </context-group>
1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1763
1710 </trans-unit> 1764 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1711 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1765 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1712 <source>View your notifications</source> 1766 <source>View your notifications</source>
1713 <target>Se dina notifikationer</target> 1767 <target>Se dina notifikationer</target>
@@ -1728,15 +1782,9 @@
1728 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1782 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1729 <source>Mark all as read</source> 1783 <source>Mark all as read</source>
1730 <target state="translated">Markera alla som lästa</target> 1784 <target state="translated">Markera alla som lästa</target>
1731 <context-group purpose="location"> 1785
1732 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1786
1733 <context context-type="linenumber">18</context> 1787 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1734 </context-group>
1735 <context-group purpose="location">
1736 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1737 <context context-type="linenumber">9</context>
1738 </context-group>
1739 </trans-unit>
1740 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1788 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1741 <source>Update your notification preferences</source> 1789 <source>Update your notification preferences</source>
1742 <target>Uppdatera dina notifikationsinställningar</target> 1790 <target>Uppdatera dina notifikationsinställningar</target>
@@ -1847,8 +1895,8 @@
1847 <context-group name="null"> 1895 <context-group name="null">
1848 <context context-type="linenumber">45</context> 1896 <context context-type="linenumber">45</context>
1849 </context-group> 1897 </context-group>
1850 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1898
1851 </trans-unit> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1852 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1900 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1853 <source>Display sensitive content</source> 1901 <source>Display sensitive content</source>
1854 <target>Visa känsligt material</target> 1902 <target>Visa känsligt material</target>
@@ -1983,6 +2031,36 @@
1983 <context context-type="linenumber">115</context> 2031 <context context-type="linenumber">115</context>
1984 </context-group> 2032 </context-group>
1985 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 2033 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
2034 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2035 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2036 <context-group purpose="location">
2037 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2038 <context context-type="linenumber">14</context>
2039 </context-group>
2040 <context-group purpose="location">
2041 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2042 <context context-type="linenumber">14</context>
2043 </context-group>
2044 <context-group purpose="location">
2045 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2046 <context context-type="linenumber">14</context>
2047 </context-group>
2048 <context-group purpose="location">
2049 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2050 <context context-type="linenumber">14</context>
2051 </context-group>
2052 <context-group purpose="location">
2053 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2054 <context context-type="linenumber">14</context>
2055 </context-group>
2056 <context-group purpose="location">
2057 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2058 <context context-type="linenumber">14</context>
2059 </context-group>
2060 <context-group purpose="location">
2061 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2062 <context context-type="linenumber">14</context>
2063 </context-group>
1986 </trans-unit> 2064 </trans-unit>
1987 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2065 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1988 <source>Display unlisted and private videos</source> 2066 <source>Display unlisted and private videos</source>
@@ -1990,14 +2068,14 @@
1990 <context-group name="null"> 2068 <context-group name="null">
1991 <context context-type="linenumber">14</context> 2069 <context context-type="linenumber">14</context>
1992 </context-group> 2070 </context-group>
1993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2071
1994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2072
1995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2073
1996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2074
1997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2075
1998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2076
1999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2077
2000 </trans-unit> 2078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2001 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2079 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2002 <source>Add caption</source> 2080 <source>Add caption</source>
2003 <target>Lägg till bildtext</target> 2081 <target>Lägg till bildtext</target>
@@ -2062,8 +2140,12 @@
2062 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2140 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2063 </trans-unit> 2141 </trans-unit>
2064 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2142 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2065 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2143 <source>
2066 <target state="translated">Taggar kan användas för att föreslå relaterade rekommendationer. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Max fem taggar kan användas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Tryck Enter för att lägga till en ny tagg. </target> 2144 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2145 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2146 Press Enter to add a new tag.
2147 </source>
2148 <target state="translated">Taggar kan användas för att föreslå relaterade rekommendationer. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Max fem taggar kan användas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Tryck Enter för att lägga till en ny tagg. </target>
2067 <context-group purpose="location"> 2149 <context-group purpose="location">
2068 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 2150 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2069 <context context-type="linenumber">21</context> 2151 <context context-type="linenumber">21</context>
@@ -2219,7 +2301,7 @@
2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2301 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2220 </trans-unit> 2302 </trans-unit>
2221 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2303 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2222 <source>Already uploaded ✔</source> 2304 <source>Already uploaded ✔</source>
2223 <target>Redan uppladdad ✔</target> 2305 <target>Redan uppladdad ✔</target>
2224 <context-group name="null"> 2306 <context-group name="null">
2225 <context context-type="linenumber">179</context> 2307 <context context-type="linenumber">179</context>
@@ -2351,9 +2433,13 @@
2351 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2433 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2352 </trans-unit> 2434 </trans-unit>
2353 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2435 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2354 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2436 <source>
2437 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2438 or URL that points to a raw MP4 file.
2439 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2440 </source>
2355 <target> 2441 <target>
2356 Du kan importera vilken URL som helst som <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>stöds av youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2442 Du kan importera vilken URL som helst som <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>stöds av youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2357 eller en URL som pekar mot en MP4-fil. 2443 eller en URL som pekar mot en MP4-fil.
2358 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2444 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
2359 </target> 2445 </target>
@@ -2417,10 +2503,14 @@
2417 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">32</context></context-group> 2503 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">32</context></context-group>
2418 </trans-unit> 2504 </trans-unit>
2419 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2505 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2420 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2506 <source>
2507 Image that will be merged with your audio file.
2508 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2509 The chosen image will be definitive and cannot be modified.
2510 </source>
2421 <target> 2511 <target>
2422 Bilden kommer slås ihop med din ljudfil. 2512 Bilden kommer slås ihop med din ljudfil.
2423 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2513 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2424 Den valda bilden är slutgiltig och kommer inte kunna ändras. 2514 Den valda bilden är slutgiltig och kommer inte kunna ändras.
2425 </target> 2515 </target>
2426 <context-group name="null"> 2516 <context-group name="null">
@@ -2479,7 +2569,10 @@
2479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group> 2569 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group>
2480 </trans-unit> 2570 </trans-unit>
2481 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2571 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2482 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2572 <source>
2573 You can import any torrent file that points to a mp4 file.
2574 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2575 </source>
2483 <target> 2576 <target>
2484 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil. 2577 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil.
2485 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2578 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
@@ -2500,8 +2593,12 @@
2500 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group> 2593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group>
2501 </trans-unit> 2594 </trans-unit>
2502 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2595 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2503 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2596 <source>
2504 <target state="translated">Vi rekommenderar att du inte använder användaren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> för att ladda upp dina videor eftersom det är din instans administrationskonto. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Du kan istället <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>skapa ett separat konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> att ladda upp dina videor med. </target> 2597 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2598 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2599 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2600 </source>
2601 <target state="translated">Vi rekommenderar att du inte använder användaren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> för att ladda upp dina videor eftersom det är din instans administrationskonto. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Du kan istället <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>skapa ett separat konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> att ladda upp dina videor med. </target>
2505 <context-group purpose="location"> 2602 <context-group purpose="location">
2506 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2603 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2507 <context context-type="linenumber">2</context> 2604 <context context-type="linenumber">2</context>
@@ -2759,16 +2856,16 @@
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2856 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2760 </trans-unit> 2857 </trans-unit>
2761 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2858 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2762 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2859 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2763 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2860 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2764 <context-group purpose="location"> 2861 <context-group purpose="location">
2765 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2862 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2766 <context context-type="linenumber">45</context> 2863 <context context-type="linenumber">45</context>
2767 </context-group> 2864 </context-group>
2768 </trans-unit> 2865 </trans-unit>
2769 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2866 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2770 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2867 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2771 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2868 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2772 <context-group purpose="location"> 2869 <context-group purpose="location">
2773 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2870 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2774 <context context-type="linenumber">56</context> 2871 <context context-type="linenumber">56</context>
@@ -2855,8 +2952,8 @@
2855 <context-group name="null"> 2952 <context-group name="null">
2856 <context context-type="linenumber">211</context> 2953 <context context-type="linenumber">211</context>
2857 </context-group> 2954 </context-group>
2858 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2955
2859 </trans-unit> 2956 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2860 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2957 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2861 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2958 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2862 <target> 2959 <target>
@@ -2865,24 +2962,24 @@
2865 <context-group name="null"> 2962 <context-group name="null">
2866 <context context-type="linenumber">212</context> 2963 <context context-type="linenumber">212</context>
2867 </context-group> 2964 </context-group>
2868 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2965
2869 </trans-unit> 2966 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2870 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2967 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2871 <source>More information</source> 2968 <source>More information</source>
2872 <target>Mer information</target> 2969 <target>Mer information</target>
2873 <context-group name="null"> 2970 <context-group name="null">
2874 <context context-type="linenumber">215</context> 2971 <context context-type="linenumber">215</context>
2875 </context-group> 2972 </context-group>
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2973
2877 </trans-unit> 2974 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2878 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2975 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2879 <source>Get more information</source> 2976 <source>Get more information</source>
2880 <target>Visa mer information</target> 2977 <target>Visa mer information</target>
2881 <context-group name="null"> 2978 <context-group name="null">
2882 <context context-type="linenumber">215</context> 2979 <context context-type="linenumber">215</context>
2883 </context-group> 2980 </context-group>
2884 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2981
2885 </trans-unit> 2982 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2886 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2983 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2887 <source>OK</source> 2984 <source>OK</source>
2888 <target> 2985 <target>
@@ -2891,8 +2988,8 @@
2891 <context-group name="null"> 2988 <context-group name="null">
2892 <context context-type="linenumber">218</context> 2989 <context context-type="linenumber">218</context>
2893 </context-group> 2990 </context-group>
2894 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2991
2895 </trans-unit> 2992 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2896 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2993 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2897 <source>1 Comment</source> 2994 <source>1 Comment</source>
2898 <target state="translated">En kommntar</target> 2995 <target state="translated">En kommntar</target>
@@ -3026,7 +3123,11 @@
3026 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
3027 </trans-unit> 3124 </trans-unit>
3028 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a"> 3125 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a">
3029 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3126 <source>
3127 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
3128 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3129 from within the software's interface.
3130 </source>
3030 <target> 3131 <target>
3031 Annars kan du kommentera med ett konto på en valfri ActivityPub-instans. 3132 Annars kan du kommentera med ett konto på en valfri ActivityPub-instans.
3032 På de flesta plattformar kan du hitta videon genom att skriva dess URL i sökrutan och kommentera 3133 På de flesta plattformar kan du hitta videon genom att skriva dess URL i sökrutan och kommentera
@@ -3066,8 +3167,8 @@
3066 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3167 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3067 <source>This comment has been deleted</source> 3168 <source>This comment has been deleted</source>
3068 <target state="translated">Den här kommentaren har raderats</target> 3169 <target state="translated">Den här kommentaren har raderats</target>
3069 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 3170
3070 </trans-unit> 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3071 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3172 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3072 <source>Users</source> 3173 <source>Users</source>
3073 <target> 3174 <target>
@@ -3215,22 +3316,52 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3215 <context-group name="null"> 3316 <context-group name="null">
3216 <context context-type="linenumber">10</context> 3317 <context context-type="linenumber">10</context>
3217 </context-group> 3318 </context-group>
3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3319
3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3320
3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3322 <source>Delayed.</source><target state="new">Delayed.</target>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3325 <context context-type="linenumber">42</context>
3326 </context-group>
3327 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3328 <source>Will start soon...</source><target state="new">Will start soon...</target>
3329 <context-group purpose="location">
3330 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3331 <context context-type="linenumber">43</context>
3332 </context-group>
3333 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3334 <source>Running...</source><target state="new">Running...</target>
3335 <context-group purpose="location">
3336 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3337 <context context-type="linenumber">44</context>
3338 </context-group>
3339 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3340 <source>Finished</source><target state="new">Finished</target>
3341 <context-group purpose="location">
3342 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3343 <context context-type="linenumber">45</context>
3344 </context-group>
3345 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3346 <source>Failed</source><target state="new">Failed</target>
3347 <context-group purpose="location">
3348 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3349 <context context-type="linenumber">46</context>
3350 </context-group>
3220 </trans-unit> 3351 </trans-unit>
3221 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3352 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3222 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3353 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3223 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3354 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3224 <context-group name="null"> 3355 <context-group name="null">
3225 <context context-type="linenumber">11</context> 3356 <context context-type="linenumber">11</context>
3226 </context-group> 3357 </context-group>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3358
3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3359
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3360
3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3361
3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3362
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3363
3233 </trans-unit> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3234 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3365 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3235 <source>Accepted</source> 3366 <source>Accepted</source>
3236 <target>Accepterad</target> 3367 <target>Accepterad</target>
@@ -3276,8 +3407,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3277 </trans-unit> 3408 </trans-unit>
3278 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3409 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3279 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3410 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3280 <target state="translated">Redundans tillåten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3411 <target state="translated">Redundans tillåten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3281 <context-group purpose="location"> 3412 <context-group purpose="location">
3282 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3413 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3283 <context context-type="linenumber">21</context> 3414 <context context-type="linenumber">21</context>
@@ -3341,9 +3472,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group>
3342 </trans-unit> 3473 </trans-unit>
3343 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345"> 3474 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
3344 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3475 <source>
3476 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3477 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3478 </source>
3345 <target> 3479 <target>
3346 Omkodning är aktiverad på servern. Videokvoten beror enbart på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalvideons<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3480 Omkodning är aktiverad på servern. Videokvoten beror enbart på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalvideons<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3347 Som mest kan den här användaren förbruka ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3481 Som mest kan den här användaren förbruka ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3348 </target> 3482 </target>
3349 <context-group name="null"> 3483 <context-group name="null">
@@ -3439,16 +3573,16 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group> 3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group>
3440 </trans-unit> 3574 </trans-unit>
3441 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3575 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3442 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3576 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3443 <target>Användarnamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3577 <target>Användarnamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3444 <context-group name="null"> 3578 <context-group name="null">
3445 <context context-type="linenumber">40</context> 3579 <context context-type="linenumber">40</context>
3446 </context-group> 3580 </context-group>
3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group> 3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group>
3448 </trans-unit> 3582 </trans-unit>
3449 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3583 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3450 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3584 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3451 <target>Videokvot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3585 <target>Videokvot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3452 <context-group name="null"> 3586 <context-group name="null">
3453 <context context-type="linenumber">42</context> 3587 <context context-type="linenumber">42</context>
3454 </context-group> 3588 </context-group>
@@ -3536,8 +3670,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3537 </trans-unit> 3671 </trans-unit>
3538 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3672 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3539 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3673 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3540 <target>Videonamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3674 <target>Videonamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3541 <context-group name="null"> 3675 <context-group name="null">
3542 <context context-type="linenumber">8</context> 3676 <context context-type="linenumber">8</context>
3543 </context-group> 3677 </context-group>
@@ -3560,8 +3694,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group> 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group>
3561 </trans-unit> 3695 </trans-unit>
3562 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3696 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3563 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3697 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3564 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3698 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3565 <context-group name="null"> 3699 <context-group name="null">
3566 <context context-type="linenumber">11</context> 3700 <context context-type="linenumber">11</context>
3567 </context-group> 3701 </context-group>
@@ -3639,8 +3773,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group> 3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
3640 </trans-unit> 3774 </trans-unit>
3641 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3775 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3642 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3776 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3643 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3777 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3644 <context-group name="null"> 3778 <context-group name="null">
3645 <context context-type="linenumber">11</context> 3779 <context context-type="linenumber">11</context>
3646 </context-group> 3780 </context-group>
@@ -3649,8 +3783,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3650 </trans-unit> 3784 </trans-unit>
3651 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3785 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3652 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3786 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3653 <target state="translated">Betyg <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3787 <target state="translated">Betyg <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3654 <context-group purpose="location"> 3788 <context-group purpose="location">
3655 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3789 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3656 <context context-type="linenumber">18</context> 3790 <context context-type="linenumber">18</context>
@@ -3702,8 +3836,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3703 </trans-unit> 3837 </trans-unit>
3704 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3838 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3705 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3839 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3706 <target>Ignorerad på <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3840 <target>Ignorerad på <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3707 <context-group name="null"> 3841 <context-group name="null">
3708 <context context-type="linenumber">13</context> 3842 <context context-type="linenumber">13</context>
3709 </context-group> 3843 </context-group>
@@ -3885,6 +4019,18 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3885 <context context-type="linenumber">2</context> 4019 <context context-type="linenumber">2</context>
3886 </context-group> 4020 </context-group>
3887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 4021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
4022 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4023 <source>Job type</source><target state="new">Job type</target>
4024 <context-group purpose="location">
4025 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4026 <context context-type="linenumber">5</context>
4027 </context-group>
4028 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4029 <source>Job state</source><target state="new">Job state</target>
4030 <context-group purpose="location">
4031 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4032 <context context-type="linenumber">14</context>
4033 </context-group>
3888 </trans-unit> 4034 </trans-unit>
3889 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4035 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3890 <source>Type</source> 4036 <source>Type</source>
@@ -3894,22 +4040,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3894 </context-group> 4040 </context-group>
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 4041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3896 </trans-unit> 4042 </trans-unit>
3897 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 4043
3898 <source>Processed on</source> 4044
3899 <target>Beräknad på</target>
3900 <context-group name="null">
3901 <context context-type="linenumber">22</context>
3902 </context-group>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3904 </trans-unit>
3905 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3906 <source>Finished on</source>
3907 <target>Slutförd på</target>
3908 <context-group name="null">
3909 <context context-type="linenumber">23</context>
3910 </context-group>
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3912 </trans-unit>
3913 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4045 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3914 <source>Refresh</source> 4046 <source>Refresh</source>
3915 <target>Uppdatera</target> 4047 <target>Uppdatera</target>
@@ -3919,8 +4051,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3920 </trans-unit> 4052 </trans-unit>
3921 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4053 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3922 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4054 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3923 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4055 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3924 <context-group purpose="location"> 4056 <context-group purpose="location">
3925 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4057 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3926 <context context-type="linenumber">32</context> 4058 <context context-type="linenumber">32</context>
@@ -3987,9 +4119,12 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group> 4119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group>
3988 </trans-unit> 4120 </trans-unit>
3989 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c"> 4121 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c">
3990 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4122 <source>
4123 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4124 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4125 </source>
3991 <target> 4126 <target>
3992 Den här inställningen låter andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4127 Den här inställningen låter andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3993 Dessutom kommer rutan för känsligt eller oförbehållsamt innehåll vara ikryssad som standard när videor laddas upp. 4128 Dessutom kommer rutan för känsligt eller oförbehållsamt innehåll vara ikryssad som standard när videor laddas upp.
3994 </target> 4129 </target>
3995 <context-group name="null"> 4130 <context-group name="null">
@@ -4006,9 +4141,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group> 4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group>
4007 </trans-unit> 4142 </trans-unit>
4008 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc"> 4143 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc">
4009 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4144 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4010 <target> 4145 <target>
4011 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kommer en bekräftelse krävas innan videon visas. 4146 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kommer en bekräftelse krävas innan videon visas.
4012 </target> 4147 </target>
4013 <context-group name="null"> 4148 <context-group name="null">
4014 <context context-type="linenumber">85</context> 4149 <context context-type="linenumber">85</context>
@@ -4417,12 +4552,18 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group> 4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group>
4418 </trans-unit> 4553 </trans-unit>
4419 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6"> 4554 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6">
4420 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4555 <source>
4556 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4557 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4558 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4559 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4560 to see if you instance is whitelisted.
4561 </source>
4421 <target> 4562 <target>
4422 Om din instans är vitlistad av Twitter kommer en videospelare bäddas in i Twitterflödet när en PeerTube-video delas.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4563 Om din instans är vitlistad av Twitter kommer en videospelare bäddas in i Twitterflödet när en PeerTube-video delas.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4423 Om instansen inte är vitlistad kommer vi använda en bildlänk som omdirigerar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4564 Om instansen inte är vitlistad kommer vi använda en bildlänk som omdirigerar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4424 Kryssa i rutan, spara konfigureringen och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) till 4565 Kryssa i rutan, spara konfigureringen och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) till
4425 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4566 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4426 för att se om din instans är vitlistad. 4567 för att se om din instans är vitlistad.
4427 </target> 4568 </target>
4428 <context-group name="null"> 4569 <context-group name="null">
@@ -4493,15 +4634,30 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4493 <context context-type="linenumber">486</context> 4634 <context context-type="linenumber">486</context>
4494 </context-group> 4635 </context-group>
4495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4496 </trans-unit> 4637 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4497 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4638 <source>
4498 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4639 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4499 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimentellt, för tillfället rekommenderar vi att du inte slår av webtorrent-stödet<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Om du även slår på stödet för HLS, kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4640
4641 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4642
4643 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4644
4645 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4646 </source><target state="new">
4647 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4648
4649 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4650
4651 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4652
4653 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4654 </target>
4500 <context-group purpose="location"> 4655 <context-group purpose="location">
4501 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4656 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4502 <context context-type="linenumber">501</context> 4657 <context context-type="linenumber">501</context>
4503 </context-group> 4658 </context-group>
4504 </trans-unit> 4659 </trans-unit>
4660
4505 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4661 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4506 <source>WebTorrent support enabled</source> 4662 <source>WebTorrent support enabled</source>
4507 <target state="translated">WebTorrent-stöd påslaget</target> 4663 <target state="translated">WebTorrent-stöd påslaget</target>
@@ -4511,115 +4667,135 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4511 </context-group> 4667 </context-group>
4512 </trans-unit> 4668 </trans-unit>
4513 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4669 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4514 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4670 <source>
4515 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kräver minst version &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> av ffmpeg <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Mjukare byten mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Snabbare uppspelningar, särskilt för långa videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Stabilare uppspelning (färre buggar samt obegränsad buffert)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4671 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4516 <context-group purpose="location"> 4672
4517 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4673 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4518 <context context-type="linenumber">518</context> 4674 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4519 </context-group> 4675 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4520 </trans-unit> 4676 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4677 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4678 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4679
4680 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4681 </source>
4682 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kräver minst version >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> av ffmpeg <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Mjukare byten mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Snabbare uppspelningar, särskilt för långa videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilare uppspelning (färre buggar samt obegränsad buffert)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4683
4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4521 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 4685 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
4522 <source>HLS support enabled</source> 4686 <source>HLS support enabled</source>
4523 <target>HLS-stöd aktiverat</target> 4687 <target>HLS-stöd aktiverat</target>
4524 <context-group name="null"> 4688 <context-group name="null">
4525 <context context-type="linenumber">498</context> 4689 <context context-type="linenumber">498</context>
4526 </context-group> 4690 </context-group>
4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4691
4528 </trans-unit> 4692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4529 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4693 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4530 <source>Transcoding threads</source> 4694 <source>Transcoding threads</source>
4531 <target>Omkodningstrådar</target> 4695 <target>Omkodningstrådar</target>
4532 <context-group name="null"> 4696 <context-group name="null">
4533 <context context-type="linenumber">517</context> 4697 <context context-type="linenumber">517</context>
4534 </context-group> 4698 </context-group>
4535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4699
4536 </trans-unit> 4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4537 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4701 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4538 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4702 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4539 <target>Upplösningen <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> är tillåten</target> 4703 <target>Upplösningen <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> är tillåten</target>
4540 <context-group name="null"> 4704 <context-group name="null">
4541 <context context-type="linenumber">532</context> 4705 <context context-type="linenumber">532</context>
4542 </context-group> 4706 </context-group>
4543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4707
4544 </trans-unit> 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4545 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4709 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4546 <source>Cache</source> 4710 <source>Cache</source>
4547 <target>Cache</target> 4711 <target>Cache</target>
4548 <context-group name="null"> 4712 <context-group name="null">
4549 <context context-type="linenumber">541</context> 4713 <context context-type="linenumber">541</context>
4550 </context-group> 4714 </context-group>
4551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4715
4552 </trans-unit> 4716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4553 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4717 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4554 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4718 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4555 <target>Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.</target> 4719 <target>Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.</target>
4556 <context-group name="null"> 4720 <context-group name="null">
4557 <context context-type="linenumber">545</context> 4721 <context context-type="linenumber">545</context>
4558 </context-group> 4722 </context-group>
4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4723
4560 </trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4561 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4725 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4562 <source>Previews cache size</source> 4726 <source>Previews cache size</source>
4563 <target>Förhandsvisningens cachestorlek</target> 4727 <target>Förhandsvisningens cachestorlek</target>
4564 <context-group name="null"> 4728 <context-group name="null">
4565 <context context-type="linenumber">552</context> 4729 <context context-type="linenumber">552</context>
4566 </context-group> 4730 </context-group>
4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4731
4568 </trans-unit> 4732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4569 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4733 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4570 <source>Video captions cache size</source> 4734 <source>Video captions cache size</source>
4571 <target>Undertexternas cachestorlek</target> 4735 <target>Undertexternas cachestorlek</target>
4572 <context-group name="null"> 4736 <context-group name="null">
4573 <context context-type="linenumber">561</context> 4737 <context context-type="linenumber">561</context>
4574 </context-group> 4738 </context-group>
4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4739
4576 </trans-unit> 4740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4577 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4741 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4578 <source>Customizations</source> 4742 <source>Customizations</source>
4579 <target>Anpassningar</target> 4743 <target>Anpassningar</target>
4580 <context-group name="null"> 4744 <context-group name="null">
4581 <context context-type="linenumber">570</context> 4745 <context context-type="linenumber">570</context>
4582 </context-group> 4746 </context-group>
4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4747
4584 </trans-unit> 4748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4585 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4749 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4586 <source>JavaScript</source> 4750 <source>JavaScript</source>
4587 <target>JavaScript</target> 4751 <target>JavaScript</target>
4588 <context-group name="null"> 4752 <context-group name="null">
4589 <context context-type="linenumber">575</context> 4753 <context context-type="linenumber">575</context>
4590 </context-group> 4754 </context-group>
4591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4755
4592 </trans-unit> 4756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4593 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c"> 4757 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c">
4594 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4758 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4595 <target> 4759 <target>
4596 Skriv din JavaScript-kod här.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Exempel: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4760 Skriv din JavaScript-kod här.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Exempel: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4597 </target> 4761 </target>
4598 <context-group name="null"> 4762 <context-group name="null">
4599 <context context-type="linenumber">578</context> 4763 <context context-type="linenumber">578</context>
4600 </context-group> 4764 </context-group>
4601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4765
4602 </trans-unit> 4766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4603 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02"> 4767 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02">
4604 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4768 <source>
4769 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4770<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4771 color: red;
4772<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4773<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4774
4775 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4776<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4777 color: red;
4778<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4779<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4780 </source>
4605 <target> 4781 <target>
4606 Skriv CSS-kod direkt. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4782 Skriv CSS-kod direkt. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4607<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4783<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4608 color: red; 4784 color: red;
4609<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4785<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4610<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4786<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4611 4787
4612 Lägg till <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> för att skriva över standardstilen. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4788 Lägg till <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> för att skriva över standardstilen. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4613<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4789<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4614 color: red; 4790 color: red;
4615<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4791<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4616<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4792<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4617 </target> 4793 </target>
4618 <context-group name="null"> 4794 <context-group name="null">
4619 <context context-type="linenumber">597</context> 4795 <context context-type="linenumber">597</context>
4620 </context-group> 4796 </context-group>
4621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4797
4622 </trans-unit> 4798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4623 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4799 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4624 <source>Advanced configuration</source> 4800 <source>Advanced configuration</source>
4625 <target>Avancerade inställningar</target> 4801 <target>Avancerade inställningar</target>
@@ -4634,16 +4810,16 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4634 <context-group name="null"> 4810 <context-group name="null">
4635 <context context-type="linenumber">628</context> 4811 <context context-type="linenumber">628</context>
4636 </context-group> 4812 </context-group>
4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4813
4638 </trans-unit> 4814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4639 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 4815 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
4640 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4816 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4641 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target> 4817 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target>
4642 <context-group name="null"> 4818 <context-group name="null">
4643 <context context-type="linenumber">629</context> 4819 <context context-type="linenumber">629</context>
4644 </context-group> 4820 </context-group>
4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4821
4646 </trans-unit> 4822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4647 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4823 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4648 <source>Total video quota:</source> 4824 <source>Total video quota:</source>
4649 <target state="translated">Total videokvot:</target> 4825 <target state="translated">Total videokvot:</target>
@@ -4742,9 +4918,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4742 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 4918 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
4743 </trans-unit> 4919 </trans-unit>
4744 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 4920 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
4745 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4921 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4746 <target> 4922 <target>
4747 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, kommer en bekräftelse krävas innan videon visas. 4923 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, kommer en bekräftelse krävas innan videon visas.
4748 </target> 4924 </target>
4749 <context-group name="null"> 4925 <context-group name="null">
4750 <context context-type="linenumber">6</context> 4926 <context context-type="linenumber">6</context>
@@ -4800,9 +4976,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
4801 </trans-unit> 4977 </trans-unit>
4802 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 4978 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
4803 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4979 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4804 <target> 4980 <target>
4805 Din nuvarande e-postadress är <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4981 Din nuvarande e-postadress är <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4806</target> 4982</target>
4807 <context-group name="null"> 4983 <context-group name="null">
4808 <context context-type="linenumber">4</context> 4984 <context context-type="linenumber">4</context>
@@ -4810,9 +4986,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4810 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 4986 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
4811 </trans-unit> 4987 </trans-unit>
4812 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 4988 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
4813 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4989 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4814 <target> 4990 <target>
4815 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> inväntar verifikation via e-post 4991 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> inväntar verifikation via e-post
4816</target> 4992</target>
4817 <context-group name="null"> 4993 <context-group name="null">
4818 <context context-type="linenumber">8</context> 4994 <context context-type="linenumber">8</context>
@@ -4925,10 +5101,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
4925 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5101 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
4926 </trans-unit> 5102 </trans-unit>
4927 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5103 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
4928 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5104 <source>
5105 Created
5106 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5107 </source>
4929 <target> 5108 <target>
4930 Skapad 5109 Skapad
4931 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5110 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4932 </target> 5111 </target>
4933 <context-group name="null"> 5112 <context-group name="null">
4934 <context context-type="linenumber">15</context> 5113 <context context-type="linenumber">15</context>
@@ -5006,8 +5185,9 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
5006 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group> 5185 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group>
5007 </trans-unit> 5186 </trans-unit>
5008 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 5187 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
5009 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5188 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5010 <target>Kort text som berättar hur andra kan stödja din kanal (medlemsplattform …).&lt;br /&gt;&lt;br /&gt; 5189When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5190 <target>Kort text som berättar hur andra kan stödja din kanal (medlemsplattform …).&lt;br />&lt;br />
5011När du laddar upp en video i den här kanalen kommer supportfältet automatiskt fyllas in med den här texten.</target> 5191När du laddar upp en video i den här kanalen kommer supportfältet automatiskt fyllas in med den här texten.</target>
5012 <context-group name="null"> 5192 <context-group name="null">
5013 <context context-type="linenumber">52</context> 5193 <context context-type="linenumber">52</context>
@@ -5115,9 +5295,12 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5115 </context-group> 5295 </context-group>
5116 </trans-unit> 5296 </trans-unit>
5117 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5297 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5118 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5298 <source>
5299 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5300 Delete history
5301 </source>
5119 <target> 5302 <target>
5120 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5303 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5121 Radera historik 5304 Radera historik
5122 </target> 5305 </target>
5123 <context-group name="null"> 5306 <context-group name="null">
@@ -5134,9 +5317,12 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5134 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group> 5317 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group>
5135 </trans-unit> 5318 </trans-unit>
5136 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5319 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5137 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5320 <source>
5321 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5322 Notification preferences
5323 </source>
5138 <target> 5324 <target>
5139 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5325 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5140 Notifikationsinställningar 5326 Notifikationsinställningar
5141 </target> 5327 </target>
5142 <context-group name="null"> 5328 <context-group name="null">
@@ -5147,11 +5333,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5147 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5333 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5148 <source>All read</source> 5334 <source>All read</source>
5149 <target state="translated">Alla lästa</target> 5335 <target state="translated">Alla lästa</target>
5150 <context-group purpose="location"> 5336
5151 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5337 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5152 <context context-type="linenumber">12</context>
5153 </context-group>
5154 </trans-unit>
5155 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5338 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5156 <source>Activities</source> 5339 <source>Activities</source>
5157 <target>Aktiviteter</target> 5340 <target>Aktiviteter</target>
@@ -5212,9 +5395,9 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5212 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 5395 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
5213 </trans-unit> 5396 </trans-unit>
5214 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 5397 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5215 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5398 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5216 <target> 5399 <target>
5217 Om du behöver hjälp att använda PeerTube, kan du ta en titt på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5400 Om du behöver hjälp att använda PeerTube, kan du ta en titt på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5218 </target> 5401 </target>
5219 <context-group name="null"> 5402 <context-group name="null">
5220 <context context-type="linenumber">13</context> 5403 <context context-type="linenumber">13</context>
@@ -5611,23 +5794,27 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5611 </context-group> 5794 </context-group>
5612 </trans-unit> 5795 </trans-unit>
5613 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5796 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5614 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5797 <source>
5615 <target state="translated">Det är fri mjukvara med öppen källkod, publicerad under licensen <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5798 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5799 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5800 </source>
5801 <target state="translated">Det är fri mjukvara med öppen källkod, publicerad under licensen <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5616 <context-group purpose="location"> 5802 <context-group purpose="location">
5617 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5803 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5618 <context context-type="linenumber">13</context> 5804 <context context-type="linenumber">13</context>
5619 </context-group> 5805 </context-group>
5620 </trans-unit> 5806 </trans-unit>
5621 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5807 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5622 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5808 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5623 <target state="translated">Besök gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information. </target> 5809 <target state="translated">Besök gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information. </target>
5624 <context-group purpose="location"> 5810 <context-group purpose="location">
5625 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5811 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5626 <context context-type="linenumber">18</context> 5812 <context context-type="linenumber">18</context>
5627 </context-group> 5813 </context-group>
5628 </trans-unit> 5814 </trans-unit>
5629 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5815 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5630 <source>Use PeerTube documentation</source> 5816 <source>Use PeerTube
5817 documentation</source>
5631 <target state="translated">Läs PeerTubes dokumentation</target> 5818 <target state="translated">Läs PeerTubes dokumentation</target>
5632 <context-group purpose="location"> 5819 <context-group purpose="location">
5633 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5820 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5643,7 +5830,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5643 </context-group> 5830 </context-group>
5644 </trans-unit> 5831 </trans-unit>
5645 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5832 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5646 <source>PeerTube Applications</source> 5833 <source>PeerTube
5834 Applications</source>
5647 <target state="translated">PeerTube-applikationer</target> 5835 <target state="translated">PeerTube-applikationer</target>
5648 <context-group purpose="location"> 5836 <context-group purpose="location">
5649 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5837 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5659,7 +5847,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5659 </context-group> 5847 </context-group>
5660 </trans-unit> 5848 </trans-unit>
5661 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5849 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5662 <source>Contribute on PeerTube</source> 5850 <source>Contribute on
5851 PeerTube</source>
5663 <target state="translated">Bidra till PeerTube</target> 5852 <target state="translated">Bidra till PeerTube</target>
5664 <context-group purpose="location"> 5853 <context-group purpose="location">
5665 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5854 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5683,7 +5872,10 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5683 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5872 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5684 </trans-unit> 5873 </trans-unit>
5685 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5874 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5686 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5875 <source>
5876 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5877 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5878 </source>
5687 <target state="translated">PeerTube använder protokollet BitTorrent för att dela bandbredd mellan användarna. Det innebär att din IP-adress sparas i instansens BitTorrent-spårare under tiden du laddar ner eller tittar på videon.</target> 5879 <target state="translated">PeerTube använder protokollet BitTorrent för att dela bandbredd mellan användarna. Det innebär att din IP-adress sparas i instansens BitTorrent-spårare under tiden du laddar ner eller tittar på videon.</target>
5688 <context-group purpose="location"> 5880 <context-group purpose="location">
5689 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5881 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5699,7 +5891,10 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5699 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5891 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5700 </trans-unit> 5892 </trans-unit>
5701 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5893 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5702 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5894 <source>
5895 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5896 In practice, this is much more difficult because:
5897 </source>
5703 <target state="translated">Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom:</target> 5898 <target state="translated">Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom:</target>
5704 <context-group purpose="location"> 5899 <context-group purpose="location">
5705 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5900 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5707,7 +5902,10 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5707 </context-group> 5902 </context-group>
5708 </trans-unit> 5903 </trans-unit>
5709 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5904 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5710 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5905 <source>
5906 An HTTP request has to be sent on each tracker for each video to spy.
5907 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5908 </source>
5711 <target state="translated">En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del)</target> 5909 <target state="translated">En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del)</target>
5712 <context-group purpose="location"> 5910 <context-group purpose="location">
5713 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5911 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5715,7 +5913,11 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5715 </context-group> 5913 </context-group>
5716 </trans-unit> 5914 </trans-unit>
5717 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5915 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5718 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5916 <source>
5917 For each request sent, the tracker returns random peers at a limited number.
5918 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5919 requests sent to know every peers in the swarm
5920 </source>
5719 <target state="translated">För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen</target> 5921 <target state="translated">För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen</target>
5720 <context-group purpose="location"> 5922 <context-group purpose="location">
5721 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5923 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5731,7 +5933,10 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5731 </context-group> 5933 </context-group>
5732 </trans-unit> 5934 </trans-unit>
5733 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5935 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5734 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5936 <source>
5937 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5938 video
5939 </source>
5735 <target state="translated">Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon</target> 5940 <target state="translated">Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon</target>
5736 <context-group purpose="location"> 5941 <context-group purpose="location">
5737 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5942 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5747,15 +5952,24 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5747 </context-group> 5952 </context-group>
5748 </trans-unit> 5953 </trans-unit>
5749 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5954 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5750 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5955 <source>
5751 <target state="translated">Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information </target> 5956 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5957 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5958 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5959 to forward the information to.
5960 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5961 </source>
5962 <target state="translated">Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information </target>
5752 <context-group purpose="location"> 5963 <context-group purpose="location">
5753 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5964 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5754 <context context-type="linenumber">108</context> 5965 <context context-type="linenumber">108</context>
5755 </context-group> 5966 </context-group>
5756 </trans-unit> 5967 </trans-unit>
5757 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5968 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5758 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5969 <source>
5970 The worst-case scenario of an average person spying on their friends is quite unlikely.
5971 There are much more effective ways to get that kind of information.
5972 </source>
5759 <target state="translated">Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information.</target> 5973 <target state="translated">Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information.</target>
5760 <context-group purpose="location"> 5974 <context-group purpose="location">
5761 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5975 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5771,7 +5985,11 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5771 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5985 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5772 </trans-unit> 5986 </trans-unit>
5773 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5987 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5774 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5988 <source>
5989 The threats to privacy in YouTube are different from PeerTube's.
5990 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5991 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5992 </source>
5775 <target state="translated">Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera den och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics).</target> 5993 <target state="translated">Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera den och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics).</target>
5776 <context-group purpose="location"> 5994 <context-group purpose="location">
5777 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5995 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5787,7 +6005,12 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5787 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 6005 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5788 </trans-unit> 6006 </trans-unit>
5789 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6007 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5790 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6008 <source>
6009 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6010 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6011 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6012 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6013 </source>
5791 <target state="translated">Din IP-adress är offentlig så varje gång du använder en webbplats, kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube.</target> 6014 <target state="translated">Din IP-adress är offentlig så varje gång du använder en webbplats, kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube.</target>
5792 <context-group purpose="location"> 6015 <context-group purpose="location">
5793 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6016 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5803,7 +6026,10 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5803 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6026 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5804 </trans-unit> 6027 </trans-unit>
5805 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 6028 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5806 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 6029 <source>
6030 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
6031 In the meantime, we want to test different ideas related to this issue:
6032 </source>
5807 <target state="translated">PeerTube står i ännu startgroparna och siktar på att kunna leverera de bästa lösningarna när den stabila versionen släpps. Under tiden vill vi testa några olika idéer som har med det här att göra:</target> 6033 <target state="translated">PeerTube står i ännu startgroparna och siktar på att kunna leverera de bästa lösningarna när den stabila versionen släpps. Under tiden vill vi testa några olika idéer som har med det här att göra:</target>
5808 <context-group purpose="location"> 6034 <context-group purpose="location">
5809 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6035 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5843,7 +6069,9 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5843 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6069 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5844 </trans-unit> 6070 </trans-unit>
5845 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 6071 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5846 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 6072 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
6073 automatized program
6074 </source>
5847 <target state="translated">Ett automatiskt redundansprogram för videor: vi kan inte se om IP-adressen laddade ner videon medvetet eller om det var det automatiserade programmet</target> 6075 <target state="translated">Ett automatiskt redundansprogram för videor: vi kan inte se om IP-adressen laddade ner videon medvetet eller om det var det automatiserade programmet</target>
5848 <context-group purpose="location"> 6076 <context-group purpose="location">
5849 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6077 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5883,8 +6111,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5883 </context-group> 6111 </context-group>
5884 </trans-unit> 6112 </trans-unit>
5885 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6113 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5886 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6114 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5887 <target state="translated">Utvecklat med ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6115 <target state="translated">Utvecklat med ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5888 <context-group purpose="location"> 6116 <context-group purpose="location">
5889 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6117 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5890 <context context-type="linenumber">3</context> 6118 <context context-type="linenumber">3</context>
@@ -5967,9 +6195,12 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
5967 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6195 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
5968 </trans-unit> 6196 </trans-unit>
5969 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6197 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
5970 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6198 <source>
6199 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6200 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6201 </source>
5971 <target> 6202 <target>
5972 En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6203 En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5973 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi. 6204 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi.
5974 </target> 6205 </target>
5975 <context-group name="null"> 6206 <context-group name="null">
@@ -6050,11 +6281,16 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6050 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group> 6281 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group>
6051 </trans-unit> 6282 </trans-unit>
6052 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6283 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6053 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6284 <source>
6285 I am at least 16 years old and agree
6286 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6287 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6288 of this instance
6289 </source>
6054 <target> 6290 <target>
6055 Jag är minst 16 år gammal och godkänner 6291 Jag är minst 16 år gammal och godkänner
6056 den här instansens <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användarvillkor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6292 den här instansens <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användarvillkor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6057 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> och <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6293 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> och <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6058 6294
6059 </target> 6295 </target>
6060 <context-group name="null"> 6296 <context-group name="null">
@@ -6130,6 +6366,12 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6130 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6366 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6131 <context context-type="linenumber">1</context> 6367 <context context-type="linenumber">1</context>
6132 </context-group> 6368 </context-group>
6369 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6370 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6371 <context-group purpose="location">
6372 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6373 <context context-type="linenumber">1</context>
6374 </context-group>
6133 </trans-unit> 6375 </trans-unit>
6134 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6376 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6135 <source>240p</source> 6377 <source>240p</source>
@@ -6388,8 +6630,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group> 6630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group>
6389 </trans-unit> 6631 </trans-unit>
6390 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 6632 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6391 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6633 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6392 <target>Om du bekräftar kommer en följningsförfrågan skickas till:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target> 6634 <target>Om du bekräftar kommer en följningsförfrågan skickas till:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6393 <context-group name="null"> 6635 <context-group name="null">
6394 <context context-type="linenumber">1</context> 6636 <context context-type="linenumber">1</context>
6395 </context-group> 6637 </context-group>
@@ -7646,8 +7888,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
7646 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 7888 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
7647 </trans-unit> 7889 </trans-unit>
7648 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 7890 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
7649 <source>Long (&gt; 10 min)</source> 7891 <source>Long (> 10 min)</source>
7650 <target>Lång (&gt; 10 min)</target> 7892 <target>Lång (> 10 min)</target>
7651 <context-group name="null"> 7893 <context-group name="null">
7652 <context context-type="linenumber">1</context> 7894 <context context-type="linenumber">1</context>
7653 </context-group> 7895 </context-group>
@@ -8974,8 +9216,8 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
8974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9216 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
8975 </trans-unit> 9217 </trans-unit>
8976 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9218 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
8977 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9219 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
8978 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibel text med stöd för:</target> 9220 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-kompatibel text med stöd för:</target>
8979 <context-group name="null"> 9221 <context-group name="null">
8980 <context context-type="linenumber">1</context> 9222 <context context-type="linenumber">1</context>
8981 </context-group> 9223 </context-group>
@@ -9252,6 +9494,12 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
9252 <context context-type="linenumber">1</context> 9494 <context context-type="linenumber">1</context>
9253 </context-group> 9495 </context-group>
9254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9496 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9497 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9498 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9499 <context-group purpose="location">
9500 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9501 <context context-type="linenumber">1</context>
9502 </context-group>
9255 </trans-unit> 9503 </trans-unit>
9256 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9504 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
9257 <source>Subscribed</source> 9505 <source>Subscribed</source>
@@ -9440,6 +9688,18 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
9440 <context context-type="linenumber">1</context> 9688 <context context-type="linenumber">1</context>
9441 </context-group> 9689 </context-group>
9442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9691 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9692 <source>Add to watch later</source><target state="new">Add to watch later</target>
9693 <context-group purpose="location">
9694 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9695 <context context-type="linenumber">1</context>
9696 </context-group>
9697 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9698 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9699 <context-group purpose="location">
9700 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9701 <context context-type="linenumber">1</context>
9702 </context-group>
9443 </trans-unit> 9703 </trans-unit>
9444 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9704 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9445 <source>Only I can see this video</source> 9705 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 0ba9a7dd0..7fb5814f6 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -364,11 +364,8 @@
364 </context-group> 364 </context-group>
365 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 365 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
366 <source>Options</source><target state="new">Options</target> 366 <source>Options</source><target state="new">Options</target>
367 <context-group purpose="location"> 367
368 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 368 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
369 <context context-type="linenumber">9</context>
370 </context-group>
371 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
372 <source>Start at</source><target state="new">Start at</target> 369 <source>Start at</source><target state="new">Start at</target>
373 370
374 371
@@ -396,25 +393,29 @@
396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
397 <source>Create</source><target state="new">Create</target> 394 <source>Create</source><target state="new">Create</target>
398 395
399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
400 <source>Download video</source><target state="new">Download video</target> 397 <source>video</source><target state="new">video</target>
401 <context-group purpose="location"> 398 <context-group purpose="location">
402 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 399 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
403 <context context-type="linenumber">3</context> 400 <context context-type="linenumber">4</context>
404 </context-group> 401 </context-group>
405 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
406 <source>Direct download</source><target state="new">Direct download</target>
407 <context-group purpose="location"> 402 <context-group purpose="location">
408 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 403 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
409 <context context-type="linenumber">27</context> 404 <context context-type="linenumber">12</context>
410 </context-group> 405 </context-group>
411 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 406 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
412 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 407 <source>subtitles</source><target state="new">subtitles</target>
413 <context-group purpose="location"> 408 <context-group purpose="location">
414 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 409 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
415 <context context-type="linenumber">32</context> 410 <context context-type="linenumber">11</context>
416 </context-group> 411 </context-group>
417 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 412 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
413 <source>Direct download</source><target state="new">Direct download</target>
414
415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
416 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
417
418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
418 <source> 419 <source>
419 Cancel 420 Cancel
420 </source><target state="new"> 421 </source><target state="new">
@@ -422,13 +423,10 @@
422 </target> 423 </target>
423 424
424 425
425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
426 <source>Download</source><target state="new">Download</target> 427 <source>Download</source><target state="new">Download</target>
427 <context-group purpose="location"> 428
428 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
429 <context context-type="linenumber">43</context>
430 </context-group>
431 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
432 <source>Report video</source><target state="new">Report video</target> 430 <source>Report video</source><target state="new">Report video</target>
433 <context-group purpose="location"> 431 <context-group purpose="location">
434 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 432 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -511,51 +509,27 @@
511 </context-group> 509 </context-group>
512 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 510 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
513 <source>Unlisted</source><target state="new">Unlisted</target> 511 <source>Unlisted</source><target state="new">Unlisted</target>
514 <context-group purpose="location"> 512
515 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 513
516 <context context-type="linenumber">12</context> 514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
517 </context-group>
518 <context-group purpose="location">
519 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
520 <context context-type="linenumber">6</context>
521 </context-group>
522 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
523 <source>Private</source><target state="new">Private</target> 515 <source>Private</source><target state="new">Private</target>
524 <context-group purpose="location"> 516
525 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 517
526 <context context-type="linenumber">13</context> 518
527 </context-group> 519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
528 <context-group purpose="location">
529 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
530 <context context-type="linenumber">33</context>
531 </context-group>
532 <context-group purpose="location">
533 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
534 <context context-type="linenumber">7</context>
535 </context-group>
536 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
537 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 520 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
538 <context-group purpose="location"> 521
539 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 522 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
540 <context context-type="linenumber">24</context>
541 </context-group>
542 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
543 <source>Blacklisted</source><target state="new">Blacklisted</target> 523 <source>Blacklisted</source><target state="new">Blacklisted</target>
544 <context-group purpose="location"> 524
545 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
546 <context context-type="linenumber">42</context>
547 </context-group>
548 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
549 <source> 526 <source>
550 Sensitive 527 Sensitive
551 </source><target state="new"> 528 </source><target state="new">
552 Sensitive 529 Sensitive
553 </target> 530 </target>
554 <context-group purpose="location"> 531
555 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
556 <context context-type="linenumber">46</context>
557 </context-group>
558 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
559 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 533 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
560 <context-group purpose="location"> 534 <context-group purpose="location">
561 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 535 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -586,7 +560,7 @@
586 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 560 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
587 <source>Deleted</source><target state="new">Deleted</target> 561 <source>Deleted</source><target state="new">Deleted</target>
588 562
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
590 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 564 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
591 <context-group purpose="location"> 565 <context-group purpose="location">
592 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 566 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -611,7 +585,7 @@
611 <context-group name="null"> 585 <context-group name="null">
612 <context context-type="linenumber">20</context> 586 <context context-type="linenumber">20</context>
613 </context-group> 587 </context-group>
614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
615 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 589 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
616 <source>Delete</source> 590 <source>Delete</source>
617 <target>அழித்திடு</target> 591 <target>அழித்திடு</target>
@@ -810,7 +784,7 @@
810 <source>Local</source><target state="new">Local</target> 784 <source>Local</source><target state="new">Local</target>
811 785
812 786
813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
814 <source>users</source><target state="new">users</target> 788 <source>users</source><target state="new">users</target>
815 <context-group purpose="location"> 789 <context-group purpose="location">
816 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 790 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -989,7 +963,7 @@
989 <context-group name="null"> 963 <context-group name="null">
990 <context context-type="linenumber">32</context> 964 <context context-type="linenumber">32</context>
991 </context-group> 965 </context-group>
992 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 966 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
993 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 967 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
994 <source>Forgot your password</source> 968 <source>Forgot your password</source>
995 <target>கடவுச்சொல் மறந்துவிட்டது</target> 969 <target>கடவுச்சொல் மறந்துவிட்டது</target>
@@ -1305,7 +1279,7 @@
1305 <context-group name="null"> 1279 <context-group name="null">
1306 <context context-type="linenumber">107</context> 1280 <context context-type="linenumber">107</context>
1307 </context-group> 1281 </context-group>
1308 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1282 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1309 <source> 1283 <source>
1310 Help to translate PeerTube! 1284 Help to translate PeerTube!
1311 </source><target state="new"> 1285 </source><target state="new">
@@ -1333,71 +1307,77 @@
1333 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1307 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1334 <context context-type="linenumber">29</context> 1308 <context context-type="linenumber">29</context>
1335 </context-group> 1309 </context-group>
1310 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1311 <source>Help</source><target state="new">Help</target>
1312 <context-group purpose="location">
1313 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1314 <context context-type="linenumber">35</context>
1315 </context-group>
1336 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1316 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1337 <source>Log out</source><target state="new">Log out</target> 1317 <source>Log out</source><target state="new">Log out</target>
1338 1318
1339 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1319 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1340 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1320 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1341 <source>Create an account</source> 1321 <source>Create an account</source>
1342 <target>கணக்கை உருவாக்கு</target> 1322 <target>கணக்கை உருவாக்கு</target>
1343 <context-group name="null"> 1323 <context-group name="null">
1344 <context context-type="linenumber">33</context> 1324 <context context-type="linenumber">33</context>
1345 </context-group> 1325 </context-group>
1346 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1326 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1347 <source>My library</source><target state="new">My library</target> 1327 <source>My library</source><target state="new">My library</target>
1348 1328
1349 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1329 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1350 <source>Videos</source><target state="new">Videos</target> 1330 <source>Videos</source><target state="new">Videos</target>
1351 1331
1352 1332
1353 1333
1354 1334
1355 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1335 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1356 <source>Playlists</source><target state="new">Playlists</target> 1336 <source>Playlists</source><target state="new">Playlists</target>
1357 1337
1358 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1338 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1359 <source>Subscriptions</source><target state="new">Subscriptions</target> 1339 <source>Subscriptions</source><target state="new">Subscriptions</target>
1360 1340
1361 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1341 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1362 <source>History</source><target state="new">History</target> 1342 <source>History</source><target state="new">History</target>
1363 1343
1364 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1344 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1365 <source>Discover</source><target state="new">Discover</target> 1345 <source>Discover</source><target state="new">Discover</target>
1366 1346
1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1347 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1368 <source>Trending</source><target state="new">Trending</target> 1348 <source>Trending</source><target state="new">Trending</target>
1369 1349
1370 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1350 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1371 <source>Most liked</source><target state="new">Most liked</target> 1351 <source>Most liked</source><target state="new">Most liked</target>
1372 1352
1373 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1374 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1354 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1375 <source>Recently added</source> 1355 <source>Recently added</source>
1376 <target>சமீபத்தியவை</target> 1356 <target>சமீபத்தியவை</target>
1377 <context-group name="null"> 1357 <context-group name="null">
1378 <context context-type="linenumber">81</context> 1358 <context context-type="linenumber">81</context>
1379 </context-group> 1359 </context-group>
1380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1381 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1361 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1382 <source>More</source> 1362 <source>More</source>
1383 <target>மேலும்</target> 1363 <target>மேலும்</target>
1384 <context-group name="null"> 1364 <context-group name="null">
1385 <context context-type="linenumber">91</context> 1365 <context context-type="linenumber">91</context>
1386 </context-group> 1366 </context-group>
1387 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1388 <source>Administration</source><target state="new">Administration</target> 1368 <source>Administration</source><target state="new">Administration</target>
1389 1369
1390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1370 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1391 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1371 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1392 <source>About</source> 1372 <source>About</source>
1393 <target>எங்களைப் பற்றி</target> 1373 <target>எங்களைப் பற்றி</target>
1394 <context-group name="null"> 1374 <context-group name="null">
1395 <context context-type="linenumber">26</context> 1375 <context context-type="linenumber">26</context>
1396 </context-group> 1376 </context-group>
1397 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1398 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target> 1378 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target>
1399 1379
1400 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1401 <source>View your notifications</source><target state="new">View your notifications</target> 1381 <source>View your notifications</source><target state="new">View your notifications</target>
1402 <context-group purpose="location"> 1382 <context-group purpose="location">
1403 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1383 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1409,15 +1389,9 @@
1409 1389
1410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1411 <source>Mark all as read</source><target state="new">Mark all as read</target> 1391 <source>Mark all as read</source><target state="new">Mark all as read</target>
1412 <context-group purpose="location"> 1392
1413 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1393
1414 <context context-type="linenumber">18</context> 1394 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1415 </context-group>
1416 <context-group purpose="location">
1417 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1418 <context context-type="linenumber">9</context>
1419 </context-group>
1420 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1421 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1395 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1422 1396
1423 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1397 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
@@ -1487,7 +1461,7 @@
1487 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1461 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1488 <source>Duration</source><target state="new">Duration</target> 1462 <source>Duration</source><target state="new">Duration</target>
1489 1463
1490 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1464 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1491 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1465 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1492 1466
1493 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
@@ -1588,8 +1562,8 @@
1588 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1562 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1589 <source>Filter</source><target state="new">Filter</target> 1563 <source>Filter</source><target state="new">Filter</target>
1590 1564
1591 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1565 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1592 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1566 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1593 <context-group purpose="location"> 1567 <context-group purpose="location">
1594 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1568 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1595 <context context-type="linenumber">14</context> 1569 <context context-type="linenumber">14</context>
@@ -1618,7 +1592,16 @@
1618 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1592 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1619 <context context-type="linenumber">14</context> 1593 <context context-type="linenumber">14</context>
1620 </context-group> 1594 </context-group>
1621 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1595 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1596 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1597
1598
1599
1600
1601
1602
1603
1604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1622 <source>Add caption</source><target state="new">Add caption</target> 1605 <source>Add caption</source><target state="new">Add caption</target>
1623 <context-group purpose="location"> 1606 <context-group purpose="location">
1624 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1607 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2206,27 +2189,27 @@
2206 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2189 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2207 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2190 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2208 2191
2209 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2210 <source> 2193 <source>
2211 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2194 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2212 </source><target state="new"> 2195 </source><target state="new">
2213 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2196 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2214 </target> 2197 </target>
2215 2198
2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2199 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2217 <source>More information</source><target state="new">More information</target> 2200 <source>More information</source><target state="new">More information</target>
2218 2201
2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2202 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2220 <source>Get more information</source><target state="new">Get more information</target> 2203 <source>Get more information</source><target state="new">Get more information</target>
2221 2204
2222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2205 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2223 <source> 2206 <source>
2224 OK 2207 OK
2225 </source><target state="new"> 2208 </source><target state="new">
2226 OK 2209 OK
2227 </target> 2210 </target>
2228 2211
2229 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2212 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2230 <source>1 Comment</source><target state="new">1 Comment</target> 2213 <source>1 Comment</source><target state="new">1 Comment</target>
2231 <context-group purpose="location"> 2214 <context-group purpose="location">
2232 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2215 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2358,7 +2341,7 @@
2358 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2359 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2342 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2360 2343
2361 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2344 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2362 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2345 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2363 <source> 2346 <source>
2364 Users 2347 Users
@@ -2502,7 +2485,37 @@
2502 2485
2503 2486
2504 2487
2505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2489 <source>Delayed.</source><target state="new">Delayed.</target>
2490 <context-group purpose="location">
2491 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2492 <context context-type="linenumber">42</context>
2493 </context-group>
2494 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2495 <source>Will start soon...</source><target state="new">Will start soon...</target>
2496 <context-group purpose="location">
2497 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2498 <context context-type="linenumber">43</context>
2499 </context-group>
2500 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2501 <source>Running...</source><target state="new">Running...</target>
2502 <context-group purpose="location">
2503 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2504 <context context-type="linenumber">44</context>
2505 </context-group>
2506 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2507 <source>Finished</source><target state="new">Finished</target>
2508 <context-group purpose="location">
2509 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2510 <context context-type="linenumber">45</context>
2511 </context-group>
2512 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2513 <source>Failed</source><target state="new">Failed</target>
2514 <context-group purpose="location">
2515 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2516 <context context-type="linenumber">46</context>
2517 </context-group>
2518 </trans-unit>
2506 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2519 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2507 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2520 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2508 2521
@@ -2511,7 +2524,7 @@
2511 2524
2512 2525
2513 2526
2514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2515 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2528 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2516 <source>Accepted</source> 2529 <source>Accepted</source>
2517 <target>ஏற்றுக்கொள்ளப்பட்டது</target> 2530 <target>ஏற்றுக்கொள்ளப்பட்டது</target>
@@ -3112,16 +3125,22 @@
3112 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3125 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3113 <context context-type="linenumber">2</context> 3126 <context context-type="linenumber">2</context>
3114 </context-group> 3127 </context-group>
3128 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3129 <source>Job type</source><target state="new">Job type</target>
3130 <context-group purpose="location">
3131 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3132 <context context-type="linenumber">5</context>
3133 </context-group>
3134 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3135 <source>Job state</source><target state="new">Job state</target>
3136 <context-group purpose="location">
3137 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3138 <context context-type="linenumber">14</context>
3139 </context-group>
3115 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3140 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3116 <source>Type</source><target state="new">Type</target> 3141 <source>Type</source><target state="new">Type</target>
3117 3142
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3119 <source>Processed on</source><target state="new">Processed on</target>
3120
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3122 <source>Finished on</source><target state="new">Finished on</target>
3123
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3125 <source>Refresh</source><target state="new">Refresh</target> 3144 <source>Refresh</source><target state="new">Refresh</target>
3126 3145
3127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3606,15 +3625,23 @@
3606 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3625 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3607 <context context-type="linenumber">486</context> 3626 <context context-type="linenumber">486</context>
3608 </context-group> 3627 </context-group>
3609 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3628 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3610 <source> 3629 <source>
3611 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3630 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3612 3631
3613 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3632 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3633
3634 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3635
3636 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3614 </source><target state="new"> 3637 </source><target state="new">
3615 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3638 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3616 3639
3617 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3640 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3641
3642 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3643
3644 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3618 </target> 3645 </target>
3619 <context-group purpose="location"> 3646 <context-group purpose="location">
3620 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3647 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3650,49 +3677,46 @@
3650 3677
3651 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3678 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3652 </target> 3679 </target>
3653 <context-group purpose="location"> 3680
3654 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3655 <context context-type="linenumber">518</context>
3656 </context-group>
3657 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3658 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3682 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3659 3683
3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3661 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3685 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3662 3686
3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3664 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3688 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3665 3689
3666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3667 <source>Cache</source><target state="new">Cache</target> 3691 <source>Cache</source><target state="new">Cache</target>
3668 3692
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3670 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3694 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3671 3695
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3673 <source>Previews cache size</source><target state="new">Previews cache size</target> 3697 <source>Previews cache size</source><target state="new">Previews cache size</target>
3674 3698
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3676 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3700 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3677 3701
3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3679 <source>Customizations</source><target state="new">Customizations</target> 3703 <source>Customizations</source><target state="new">Customizations</target>
3680 3704
3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3682 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3706 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3683 <source>JavaScript</source> 3707 <source>JavaScript</source>
3684 <target>JavaScript</target> 3708 <target>JavaScript</target>
3685 <context-group name="null"> 3709 <context-group name="null">
3686 <context context-type="linenumber">575</context> 3710 <context context-type="linenumber">575</context>
3687 </context-group> 3711 </context-group>
3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3689 <source> 3713 <source>
3690 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3714 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3691 </source><target state="new"> 3715 </source><target state="new">
3692 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3716 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3693 </target> 3717 </target>
3694 3718
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3696 <source> 3720 <source>
3697 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3721 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3698<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3722<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3719,7 +3743,7 @@
3719<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3743<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3720 </target> 3744 </target>
3721 3745
3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3723 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3747 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3724 <context-group purpose="location"> 3748 <context-group purpose="location">
3725 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3749 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3728,10 +3752,10 @@
3728 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3752 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3729 <source>Update configuration</source><target state="new">Update configuration</target> 3753 <source>Update configuration</source><target state="new">Update configuration</target>
3730 3754
3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3732 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3756 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3733 3757
3734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3735 <source>Total video quota:</source><target state="new">Total video quota:</target> 3759 <source>Total video quota:</source><target state="new">Total video quota:</target>
3736 <context-group purpose="location"> 3760 <context-group purpose="location">
3737 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3761 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4125,11 +4149,8 @@ When you will upload a video in this channel, the video support field will be au
4125 </context-group> 4149 </context-group>
4126 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4150 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4127 <source>All read</source><target state="new">All read</target> 4151 <source>All read</source><target state="new">All read</target>
4128 <context-group purpose="location"> 4152
4129 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4153 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4130 <context context-type="linenumber">12</context>
4131 </context-group>
4132 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4133 <source>Activities</source><target state="new">Activities</target> 4154 <source>Activities</source><target state="new">Activities</target>
4134 <context-group purpose="location"> 4155 <context-group purpose="location">
4135 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4156 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5029,6 +5050,12 @@ When you will upload a video in this channel, the video support field will be au
5029 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5050 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5030 <context context-type="linenumber">1</context> 5051 <context context-type="linenumber">1</context>
5031 </context-group> 5052 </context-group>
5053 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5054 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5055 <context-group purpose="location">
5056 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5057 <context context-type="linenumber">1</context>
5058 </context-group>
5032 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5059 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5033 <source>240p</source><target state="new">240p</target> 5060 <source>240p</source><target state="new">240p</target>
5034 <context-group purpose="location"> 5061 <context-group purpose="location">
@@ -7519,6 +7546,12 @@ When you will upload a video in this channel, the video support field will be au
7519 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7546 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7520 <context context-type="linenumber">1</context> 7547 <context context-type="linenumber">1</context>
7521 </context-group> 7548 </context-group>
7549 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7550 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7551 <context-group purpose="location">
7552 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7553 <context context-type="linenumber">1</context>
7554 </context-group>
7522 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7555 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7523 <source>Subscribed</source><target state="new">Subscribed</target> 7556 <source>Subscribed</source><target state="new">Subscribed</target>
7524 <context-group purpose="location"> 7557 <context-group purpose="location">
@@ -7660,6 +7693,18 @@ When you will upload a video in this channel, the video support field will be au
7660 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7693 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7661 <context context-type="linenumber">1</context> 7694 <context context-type="linenumber">1</context>
7662 </context-group> 7695 </context-group>
7696 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7697 <source>Add to watch later</source><target state="new">Add to watch later</target>
7698 <context-group purpose="location">
7699 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7700 <context context-type="linenumber">1</context>
7701 </context-group>
7702 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7703 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7704 <context-group purpose="location">
7705 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7706 <context context-type="linenumber">1</context>
7707 </context-group>
7663 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7708 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7664 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7709 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7665 <context-group purpose="location"> 7710 <context-group purpose="location">
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index 3d9267729..6c4f63a8c 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ได้เผยแพร่วิดีโอใหม่: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> ได้เผยแพร่วิดีโอใหม่: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,30 +280,30 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณได้ถูกปลดออกจากบัญชีดำแล้ว </target> 284 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณได้ถูกปลดออกจากบัญชีดำแล้ว </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณถูกขึ้นบัญชีดำแล้ว </target> 289 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณถูกขึ้นบัญชีดำแล้ว </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="new"> 294 <target state="new">
295 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 295 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
296 </target> 296 </target>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
298 </trans-unit> 298 </trans-unit>
299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
301 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ที่เพิ่งเพิ่มได้ถูก<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ขึ้นบัญชีดำโดยอัตโนมัติ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 301 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ที่เพิ่งเพิ่มได้ถูก<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ขึ้นบัญชีดำโดยอัตโนมัติ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
303 </trans-unit> 303 </trans-unit>
304 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 304 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
305 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 305 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
306 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ได้แสดงความคิดเห็นบนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณ </target> 306 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้แสดงความคิดเห็นบนวิดีโอ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณ </target>
307 <context-group purpose="location"> 307 <context-group purpose="location">
308 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 308 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
309 <context context-type="linenumber">69</context> 309 <context context-type="linenumber">69</context>
@@ -318,50 +318,58 @@
318 </context-group> 318 </context-group>
319 </trans-unit> 319 </trans-unit>
320 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 320 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
321 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 321 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
322 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ของคุณถูกเผยแพร่แล้ว </target> 322 <target state="translated">วิดีโอ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ของคุณถูกเผยแพร่แล้ว </target>
323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
324 </trans-unit> 324 </trans-unit>
325 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 325 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
326 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 326 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
327 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>สำเร็จ </target> 327 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/>สำเร็จ </target>
328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
329 </trans-unit> 329 </trans-unit>
330 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 330 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
331 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 331 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
332 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ล้มเหลว </target> 332 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>การนำเข้าวิดีโอของคุณ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ล้มเหลว </target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
334 </trans-unit> 334 </trans-unit>
335 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 335 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
336 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 336 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
337 <target state="translated">ผู้ใช้ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ได้ลงทะเบียนบนระบบของคุณแล้ว </target> 337 <target state="translated">ผู้ใช้ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้ลงทะเบียนบนระบบของคุณแล้ว </target>
338 <context-group purpose="location"> 338 <context-group purpose="location">
339 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 339 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
340 <context context-type="linenumber">110</context> 340 <context context-type="linenumber">110</context>
341 </context-group> 341 </context-group>
342 </trans-unit> 342 </trans-unit>
343 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 343 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
344 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 344 <source>
345 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> กำลังติดตาม<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ช่อง <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> ของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>บัญชีของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 345 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
346
347 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
348 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
349 </source>
350 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> กำลังติดตาม<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ช่อง <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/> ของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>บัญชีของคุณ<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
346 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
347 </trans-unit> 352 </trans-unit>
348 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 353 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
349 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 354 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
350 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ได้กล่าวถึงคุณบน<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>วิดีโอ <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 355 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ได้กล่าวถึงคุณบน<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>วิดีโอ <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
352 </trans-unit> 357 </trans-unit>
353 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 358 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
354 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 359 <source>
360 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
361 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
362 </source>
355 <target state="new"> 363 <target state="new">
356 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 364 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
357 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 365 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
358 </target> 366 </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 369 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
362 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 370 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
363 <target state="new"> 371 <target state="new">
364 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 372 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
365 </target> 373 </target>
366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 374 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
367 </trans-unit> 375 </trans-unit>
@@ -387,8 +395,8 @@
387 <context-group name="null"> 395 <context-group name="null">
388 <context context-type="linenumber">9</context> 396 <context context-type="linenumber">9</context>
389 </context-group> 397 </context-group>
390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 398
391 </trans-unit> 399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
392 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 400 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
393 <source>Start at</source> 401 <source>Start at</source>
394 <target>เริ่มต้นที่</target> 402 <target>เริ่มต้นที่</target>
@@ -438,31 +446,40 @@
438 <context context-type="linenumber">74</context> 446 <context context-type="linenumber">74</context>
439 </context-group> 447 </context-group>
440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
441 </trans-unit> 449 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
442 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 450 <source>video</source><target state="new">video</target>
443 <source>Download video</source> 451 <context-group purpose="location">
444 <target>ดาวน์โหลดวิดีโอ</target> 452 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
445 <context-group name="null"> 453 <context context-type="linenumber">4</context>
446 <context context-type="linenumber">3</context> 454 </context-group>
455 <context-group purpose="location">
456 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
457 <context context-type="linenumber">12</context>
458 </context-group>
459 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
460 <source>subtitles</source><target state="new">subtitles</target>
461 <context-group purpose="location">
462 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
463 <context context-type="linenumber">11</context>
447 </context-group> 464 </context-group>
448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
449 </trans-unit> 465 </trans-unit>
466
450 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 467 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
451 <source>Direct download</source> 468 <source>Direct download</source>
452 <target>ดาวน์โหลดตรง</target> 469 <target>ดาวน์โหลดตรง</target>
453 <context-group name="null"> 470 <context-group name="null">
454 <context context-type="linenumber">27</context> 471 <context context-type="linenumber">27</context>
455 </context-group> 472 </context-group>
456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 473
457 </trans-unit> 474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
458 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 475 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
459 <source>Torrent (.torrent file)</source> 476 <source>Torrent (.torrent file)</source>
460 <target>Torrent (ไฟล์ .torrent)</target> 477 <target>Torrent (ไฟล์ .torrent)</target>
461 <context-group name="null"> 478 <context-group name="null">
462 <context context-type="linenumber">32</context> 479 <context context-type="linenumber">32</context>
463 </context-group> 480 </context-group>
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 481
465 </trans-unit> 482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
466 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 483 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
467 <source>Cancel</source> 484 <source>Cancel</source>
468 <target> 485 <target>
@@ -471,18 +488,18 @@
471 <context-group name="null"> 488 <context-group name="null">
472 <context context-type="linenumber">47</context> 489 <context context-type="linenumber">47</context>
473 </context-group> 490 </context-group>
474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 491
475 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 492
476 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 493
477 </trans-unit> 494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
478 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 495 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
479 <source>Download</source> 496 <source>Download</source>
480 <target>ดาวน์โหลด</target> 497 <target>ดาวน์โหลด</target>
481 <context-group name="null"> 498 <context-group name="null">
482 <context context-type="linenumber">43</context> 499 <context context-type="linenumber">43</context>
483 </context-group> 500 </context-group>
484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 501
485 </trans-unit> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
486 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 503 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
487 <source>Report video</source> 504 <source>Report video</source>
488 <target>รายงานวิดีโอ</target> 505 <target>รายงานวิดีโอ</target>
@@ -492,10 +509,13 @@
492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
493 </trans-unit> 510 </trans-unit>
494 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 511 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
495 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 512 <source>
513 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
514 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
515 </source>
496 <target> 516 <target>
497 รายงานของคุณจะถูกส่งไปยังผู้ดูแลระบบของ <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> 517 รายงานของคุณจะถูกส่งไปยังผู้ดูแลระบบของ <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>
498 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> รายงานนี้จะถูกส่งต่อไปยังระบบต้นทาง <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> เช่นกัน<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 518 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> รายงานนี้จะถูกส่งต่อไปยังระบบต้นทาง <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> เช่นกัน<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
499 </target> 519 </target>
500 <context-group name="null"> 520 <context-group name="null">
501 <context context-type="linenumber">9</context> 521 <context context-type="linenumber">9</context>
@@ -559,35 +579,35 @@
559 <context-group name="null"> 579 <context-group name="null">
560 <context context-type="linenumber">6</context> 580 <context context-type="linenumber">6</context>
561 </context-group> 581 </context-group>
562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 582
563 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 583
564 </trans-unit> 584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
565 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 585 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
566 <source>Private</source> 586 <source>Private</source>
567 <target>ส่วนตัว</target> 587 <target>ส่วนตัว</target>
568 <context-group name="null"> 588 <context-group name="null">
569 <context context-type="linenumber">7</context> 589 <context context-type="linenumber">7</context>
570 </context-group> 590 </context-group>
571 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 591
572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 592
573 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 593
574 </trans-unit> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
575 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 595 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
576 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 596 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
577 <target>รับชม <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง</target> 597 <target>รับชม <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง</target>
578 <context-group name="null"> 598 <context-group name="null">
579 <context context-type="linenumber">24</context> 599 <context context-type="linenumber">24</context>
580 </context-group> 600 </context-group>
581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 601
582 </trans-unit> 602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
583 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 603 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
584 <source>Blacklisted</source> 604 <source>Blacklisted</source>
585 <target>ขึ้นบัญชีดำแล้ว</target> 605 <target>ขึ้นบัญชีดำแล้ว</target>
586 <context-group name="null"> 606 <context-group name="null">
587 <context context-type="linenumber">42</context> 607 <context context-type="linenumber">42</context>
588 </context-group> 608 </context-group>
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 609
590 </trans-unit> 610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
591 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 611 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
592 <source>Sensitive</source> 612 <source>Sensitive</source>
593 <target> 613 <target>
@@ -596,8 +616,8 @@
596 <context-group name="null"> 616 <context-group name="null">
597 <context context-type="linenumber">46</context> 617 <context context-type="linenumber">46</context>
598 </context-group> 618 </context-group>
599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 619
600 </trans-unit> 620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
601 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 621 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
602 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 622 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
603 <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> วิดีโอ} }</target> 623 <target>{VAR_PLURAL, plural, =0 {ไม่มีวิดีโอ} =1 {1 วิดีโอ} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> วิดีโอ} }</target>
@@ -635,9 +655,9 @@
635 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 655 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
636 <source>Deleted</source> 656 <source>Deleted</source>
637 <target state="translated">ถูกลบ</target> 657 <target state="translated">ถูกลบ</target>
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 658
639 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 659
640 </trans-unit> 660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
641 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 661 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
642 <source>Edit starts/stops at</source> 662 <source>Edit starts/stops at</source>
643 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target> 663 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target>
@@ -671,16 +691,16 @@
671 <context-group name="null"> 691 <context-group name="null">
672 <context context-type="linenumber">20</context> 692 <context context-type="linenumber">20</context>
673 </context-group> 693 </context-group>
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 694
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 695
676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 696
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 698
679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 699
680 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 700
681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 701
682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 702
683 </trans-unit> 703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
684 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 704 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
685 <source>Delete</source> 705 <source>Delete</source>
686 <target>ลบ</target> 706 <target>ลบ</target>
@@ -804,10 +824,13 @@
804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group> 824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group>
805 </trans-unit> 825 </trans-unit>
806 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 826 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
807 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 827 <source>
828 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
830 </source>
808 <target> 831 <target>
809 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>ติดตามผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 832 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>ติดตามผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
810 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>โต้ตอบผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 833 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>โต้ตอบผ่านระบบอื่น<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
811 </target> 834 </target>
812 <context-group name="null"> 835 <context-group name="null">
813 <context context-type="linenumber">10</context> 836 <context context-type="linenumber">10</context>
@@ -815,16 +838,22 @@
815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
816 </trans-unit> 839 </trans-unit>
817 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
818 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 841 <source>
819 <target state="translated">คุณสามารถติดตามช่องผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ของช่องในช่องค้นหาและติดตามจากที่นั่นได้เลย </target> 842 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
843 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
844 </source>
845 <target state="translated">คุณสามารถติดตามช่องผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ของช่องในช่องค้นหาและติดตามจากที่นั่นได้เลย </target>
820 <context-group purpose="location"> 846 <context-group purpose="location">
821 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 847 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
822 <context context-type="linenumber">17</context> 848 <context context-type="linenumber">17</context>
823 </context-group> 849 </context-group>
824 </trans-unit> 850 </trans-unit>
825 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 851 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
826 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 852 <source>
827 <target state="translated">คุณสามารถโต้ตอบกับวิดีโอนี้ผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ปัจจุบันในช่องค้นหาและโต้ตอบจากที่นั่นได้เลย </target> 853 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
854 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
855 </source>
856 <target state="translated">คุณสามารถโต้ตอบกับวิดีโอนี้ผ่านระบบเฟดิเวิร์สที่รองรับ ActivityPub<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สำหรับเว็บที่ใช้ Mastodon หรือ Pleroma คุณสามารถใส่ URL ปัจจุบันในช่องค้นหาและโต้ตอบจากที่นั่นได้เลย </target>
828 <context-group purpose="location"> 857 <context-group purpose="location">
829 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 858 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
830 <context context-type="linenumber">26</context> 859 <context context-type="linenumber">26</context>
@@ -839,8 +868,11 @@
839 </context-group> 868 </context-group>
840 </trans-unit> 869 </trans-unit>
841 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 870 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
842 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 871 <source>
843 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>ค่าเริ่มต้นสำหรับวิดีโอที่มีเนื้อหาไม่เหมาะสม<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 872 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
873 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
874 </source>
875 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>ค่าเริ่มต้นสำหรับวิดีโอที่มีเนื้อหาไม่เหมาะสม<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 876 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
845 </trans-unit> 877 </trans-unit>
846 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 878 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -870,9 +902,9 @@
870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
871 </trans-unit> 903 </trans-unit>
872 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 904 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
873 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 905 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
874 <target> 906 <target>
875 ไม่จำกัด <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> ต่อวัน)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 907 ไม่จำกัด <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> ต่อวัน)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
876 </target> 908 </target>
877 <context-group name="null"> 909 <context-group name="null">
878 <context context-type="linenumber">53</context> 910 <context context-type="linenumber">53</context>
@@ -921,9 +953,9 @@
921 <context-group name="null"> 953 <context-group name="null">
922 <context context-type="linenumber">86</context> 954 <context context-type="linenumber">86</context>
923 </context-group> 955 </context-group>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 956
925 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 957
926 </trans-unit> 958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
927 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 959 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
928 <source>users</source> 960 <source>users</source>
929 <target state="translated">จำนวนผู้ใช้</target> 961 <target state="translated">จำนวนผู้ใช้</target>
@@ -1143,9 +1175,9 @@
1143 <context-group name="null"> 1175 <context-group name="null">
1144 <context context-type="linenumber">32</context> 1176 <context context-type="linenumber">32</context>
1145 </context-group> 1177 </context-group>
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1178
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1179
1148 </trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1149 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1181 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1150 <source>Forgot your password</source> 1182 <source>Forgot your password</source>
1151 <target>ลืมรหัสผ่าน</target> 1183 <target>ลืมรหัสผ่าน</target>
@@ -1238,9 +1270,9 @@
1238 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group> 1270 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
1239 </trans-unit> 1271 </trans-unit>
1240 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1272 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1241 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1273 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1242 <target> 1274 <target>
1243 สำหรับ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1275 สำหรับ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1244 </target> 1276 </target>
1245 <context-group name="null"> 1277 <context-group name="null">
1246 <context context-type="linenumber">6</context> 1278 <context context-type="linenumber">6</context>
@@ -1248,10 +1280,13 @@
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1280 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1249 </trans-unit> 1281 </trans-unit>
1250 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1282 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1251 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1283 <source>
1284 Filters
1285 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1286 </source>
1252 <target> 1287 <target>
1253 ตัวกรอง 1288 ตัวกรอง
1254 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1289 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1255 </target> 1290 </target>
1256 <context-group name="null"> 1291 <context-group name="null">
1257 <context context-type="linenumber">16</context> 1292 <context context-type="linenumber">16</context>
@@ -1285,7 +1320,8 @@
1285 </context-group> 1320 </context-group>
1286 </trans-unit> 1321 </trans-unit>
1287 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1322 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1288 <source>CLI documentation</source> 1323 <source>CLI
1324 documentation</source>
1289 <target state="new">CLI 1325 <target state="new">CLI
1290 documentation</target> 1326 documentation</target>
1291 <context-group purpose="location"> 1327 <context-group purpose="location">
@@ -1302,7 +1338,8 @@
1302 </context-group> 1338 </context-group>
1303 </trans-unit> 1339 </trans-unit>
1304 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1340 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1305 <source>Administer documentation</source> 1341 <source>Administer
1342 documentation</source>
1306 <target state="new">Administer 1343 <target state="new">Administer
1307 documentation</target> 1344 documentation</target>
1308 <context-group purpose="location"> 1345 <context-group purpose="location">
@@ -1319,7 +1356,8 @@
1319 </context-group> 1356 </context-group>
1320 </trans-unit> 1357 </trans-unit>
1321 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1358 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1322 <source>Use documentation</source> 1359 <source>Use
1360 documentation</source>
1323 <target state="new">Use 1361 <target state="new">Use
1324 documentation</target> 1362 documentation</target>
1325 <context-group purpose="location"> 1363 <context-group purpose="location">
@@ -1344,16 +1382,16 @@
1344 </context-group> 1382 </context-group>
1345 </trans-unit> 1383 </trans-unit>
1346 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1384 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1347 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1385 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1348 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1386 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1349 <context-group purpose="location"> 1387 <context-group purpose="location">
1350 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1388 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1351 <context context-type="linenumber">44</context> 1389 <context context-type="linenumber">44</context>
1352 </context-group> 1390 </context-group>
1353 </trans-unit> 1391 </trans-unit>
1354 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1392 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1355 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1393 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1356 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1394 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1357 </target> 1395 </target>
1358 <context-group purpose="location"> 1396 <context-group purpose="location">
1359 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1397 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1369,10 +1407,14 @@
1369 </context-group> 1407 </context-group>
1370 </trans-unit> 1408 </trans-unit>
1371 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1409 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1372 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1410 <source>
1411 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1412 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1413 is very important for visitors to understand on what type of instance they are.
1414 </source>
1373 <target state="new"> 1415 <target state="new">
1374 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1416 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1375 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1417 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1376 is very important for visitors to understand on what type of instance they are. 1418 is very important for visitors to understand on what type of instance they are.
1377 </target> 1419 </target>
1378 <context-group purpose="location"> 1420 <context-group purpose="location">
@@ -1381,12 +1423,18 @@
1381 </context-group> 1423 </context-group>
1382 </trans-unit> 1424 </trans-unit>
1383 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1425 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1384 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1426 <source>
1427 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1428 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1429 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1430 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1431 PeerTube instance.
1432 </source>
1385 <target state="new"> 1433 <target state="new">
1386 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1434 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1387 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1435 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1388 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1436 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1389 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1437 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1390 PeerTube instance. 1438 PeerTube instance.
1391 </target> 1439 </target>
1392 <context-group purpose="location"> 1440 <context-group purpose="location">
@@ -1520,9 +1568,9 @@
1520 <context-group name="null"> 1568 <context-group name="null">
1521 <context context-type="linenumber">107</context> 1569 <context context-type="linenumber">107</context>
1522 </context-group> 1570 </context-group>
1523 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1571
1524 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1572
1525 </trans-unit> 1573 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1526 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1574 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1527 <source>Help to translate PeerTube!</source> 1575 <source>Help to translate PeerTube!</source>
1528 <target>มาช่วยแปล PeerTube!</target> 1576 <target>มาช่วยแปล PeerTube!</target>
@@ -1554,6 +1602,12 @@
1554 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1602 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1555 <context context-type="linenumber">29</context> 1603 <context context-type="linenumber">29</context>
1556 </context-group> 1604 </context-group>
1605 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1606 <source>Help</source><target state="new">Help</target>
1607 <context-group purpose="location">
1608 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1609 <context context-type="linenumber">35</context>
1610 </context-group>
1557 </trans-unit> 1611 </trans-unit>
1558 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1612 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1559 <source>Log out</source> 1613 <source>Log out</source>
@@ -1561,122 +1615,122 @@
1561 <context-group name="null"> 1615 <context-group name="null">
1562 <context context-type="linenumber">25</context> 1616 <context context-type="linenumber">25</context>
1563 </context-group> 1617 </context-group>
1564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1618
1565 </trans-unit> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1566 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1620 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1567 <source>Create an account</source> 1621 <source>Create an account</source>
1568 <target>สร้างบัญชีผู้ใช้</target> 1622 <target>สร้างบัญชีผู้ใช้</target>
1569 <context-group name="null"> 1623 <context-group name="null">
1570 <context context-type="linenumber">33</context> 1624 <context context-type="linenumber">33</context>
1571 </context-group> 1625 </context-group>
1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1626
1573 </trans-unit> 1627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1574 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1628 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1575 <source>My library</source> 1629 <source>My library</source>
1576 <target>คลังของฉัน</target> 1630 <target>คลังของฉัน</target>
1577 <context-group name="null"> 1631 <context-group name="null">
1578 <context context-type="linenumber">37</context> 1632 <context context-type="linenumber">37</context>
1579 </context-group> 1633 </context-group>
1580 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1634
1581 </trans-unit> 1635 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1582 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1636 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1583 <source>Videos</source> 1637 <source>Videos</source>
1584 <target>วิดีโอ</target> 1638 <target>วิดีโอ</target>
1585 <context-group name="null"> 1639 <context-group name="null">
1586 <context context-type="linenumber">24</context> 1640 <context context-type="linenumber">24</context>
1587 </context-group> 1641 </context-group>
1588 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1642
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1643
1590 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1644
1591 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1645
1592 </trans-unit> 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1593 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1647 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1594 <source>Playlists</source> 1648 <source>Playlists</source>
1595 <target>เพลย์ลิสต์</target> 1649 <target>เพลย์ลิสต์</target>
1596 <context-group name="null"> 1650 <context-group name="null">
1597 <context context-type="linenumber">46</context> 1651 <context context-type="linenumber">46</context>
1598 </context-group> 1652 </context-group>
1599 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1653
1600 </trans-unit> 1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1601 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1655 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1602 <source>Subscriptions</source> 1656 <source>Subscriptions</source>
1603 <target>การติดตาม</target> 1657 <target>การติดตาม</target>
1604 <context-group name="null"> 1658 <context-group name="null">
1605 <context context-type="linenumber">51</context> 1659 <context context-type="linenumber">51</context>
1606 </context-group> 1660 </context-group>
1607 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1661
1608 </trans-unit> 1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1609 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1663 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1610 <source>History</source> 1664 <source>History</source>
1611 <target>ประวัติ</target> 1665 <target>ประวัติ</target>
1612 <context-group name="null"> 1666 <context-group name="null">
1613 <context context-type="linenumber">56</context> 1667 <context context-type="linenumber">56</context>
1614 </context-group> 1668 </context-group>
1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1669
1616 </trans-unit> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1617 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1671 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1618 <source>Discover</source> 1672 <source>Discover</source>
1619 <target>สำรวจ</target> 1673 <target>สำรวจ</target>
1620 <context-group name="null"> 1674 <context-group name="null">
1621 <context context-type="linenumber">66</context> 1675 <context context-type="linenumber">66</context>
1622 </context-group> 1676 </context-group>
1623 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1677
1624 </trans-unit> 1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1625 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1679 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1626 <source>Trending</source> 1680 <source>Trending</source>
1627 <target>มาแรง</target> 1681 <target>มาแรง</target>
1628 <context-group name="null"> 1682 <context-group name="null">
1629 <context context-type="linenumber">71</context> 1683 <context context-type="linenumber">71</context>
1630 </context-group> 1684 </context-group>
1631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1685
1632 </trans-unit> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1633 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1687 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1634 <source>Most liked</source> 1688 <source>Most liked</source>
1635 <target state="translated">ถูกใจมากที่สุด</target> 1689 <target state="translated">ถูกใจมากที่สุด</target>
1636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1690
1637 </trans-unit> 1691 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1638 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1692 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1639 <source>Recently added</source> 1693 <source>Recently added</source>
1640 <target>เพิ่งเผยแพร่</target> 1694 <target>เพิ่งเผยแพร่</target>
1641 <context-group name="null"> 1695 <context-group name="null">
1642 <context context-type="linenumber">81</context> 1696 <context context-type="linenumber">81</context>
1643 </context-group> 1697 </context-group>
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1698
1645 </trans-unit> 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1646 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1700 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1647 <source>More</source> 1701 <source>More</source>
1648 <target>เพิ่มเติม</target> 1702 <target>เพิ่มเติม</target>
1649 <context-group name="null"> 1703 <context-group name="null">
1650 <context context-type="linenumber">91</context> 1704 <context context-type="linenumber">91</context>
1651 </context-group> 1705 </context-group>
1652 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1706
1653 </trans-unit> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1654 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1708 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1655 <source>Administration</source> 1709 <source>Administration</source>
1656 <target>การดูแล</target> 1710 <target>การดูแล</target>
1657 <context-group name="null"> 1711 <context-group name="null">
1658 <context context-type="linenumber">95</context> 1712 <context context-type="linenumber">95</context>
1659 </context-group> 1713 </context-group>
1660 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1714
1661 </trans-unit> 1715 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1662 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1716 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1663 <source>About</source> 1717 <source>About</source>
1664 <target>เกี่ยวกับ</target> 1718 <target>เกี่ยวกับ</target>
1665 <context-group name="null"> 1719 <context-group name="null">
1666 <context context-type="linenumber">26</context> 1720 <context context-type="linenumber">26</context>
1667 </context-group> 1721 </context-group>
1668 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1722
1669 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1723
1670 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1724
1671 </trans-unit> 1725 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1672 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1726 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1673 <source>Show keyboard shortcuts</source> 1727 <source>Show keyboard shortcuts</source>
1674 <target>แสดงปุ่มลัดคีย์บอร์ด</target> 1728 <target>แสดงปุ่มลัดคีย์บอร์ด</target>
1675 <context-group name="null"> 1729 <context-group name="null">
1676 <context context-type="linenumber">111</context> 1730 <context context-type="linenumber">111</context>
1677 </context-group> 1731 </context-group>
1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1732
1679 </trans-unit> 1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1680 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1734 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1681 <source>View your notifications</source> 1735 <source>View your notifications</source>
1682 <target>ดูการแจ้งเตือนของคุณ</target> 1736 <target>ดูการแจ้งเตือนของคุณ</target>
@@ -1697,15 +1751,9 @@
1697 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1751 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1698 <source>Mark all as read</source> 1752 <source>Mark all as read</source>
1699 <target state="translated">ระบุทั้งหมดว่าอ่านแล้ว</target> 1753 <target state="translated">ระบุทั้งหมดว่าอ่านแล้ว</target>
1700 <context-group purpose="location"> 1754
1701 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1755
1702 <context context-type="linenumber">18</context> 1756 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1703 </context-group>
1704 <context-group purpose="location">
1705 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1706 <context context-type="linenumber">9</context>
1707 </context-group>
1708 </trans-unit>
1709 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1757 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1710 <source>Update your notification preferences</source> 1758 <source>Update your notification preferences</source>
1711 <target>อัปเดตการตั้งค่าการแจ้งเตือน</target> 1759 <target>อัปเดตการตั้งค่าการแจ้งเตือน</target>
@@ -1816,8 +1864,8 @@
1816 <context-group name="null"> 1864 <context-group name="null">
1817 <context context-type="linenumber">45</context> 1865 <context context-type="linenumber">45</context>
1818 </context-group> 1866 </context-group>
1819 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1867
1820 </trans-unit> 1868 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1821 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1869 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1822 <source>Display sensitive content</source> 1870 <source>Display sensitive content</source>
1823 <target>แสดงเนื้อหาที่ไม่เหมาะสม</target> 1871 <target>แสดงเนื้อหาที่ไม่เหมาะสม</target>
@@ -1952,6 +2000,36 @@
1952 <context context-type="linenumber">115</context> 2000 <context context-type="linenumber">115</context>
1953 </context-group> 2001 </context-group>
1954 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 2002 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
2003 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2004 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2005 <context-group purpose="location">
2006 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2007 <context context-type="linenumber">14</context>
2008 </context-group>
2009 <context-group purpose="location">
2010 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2011 <context context-type="linenumber">14</context>
2012 </context-group>
2013 <context-group purpose="location">
2014 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2015 <context context-type="linenumber">14</context>
2016 </context-group>
2017 <context-group purpose="location">
2018 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2019 <context context-type="linenumber">14</context>
2020 </context-group>
2021 <context-group purpose="location">
2022 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2023 <context context-type="linenumber">14</context>
2024 </context-group>
2025 <context-group purpose="location">
2026 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2027 <context context-type="linenumber">14</context>
2028 </context-group>
2029 <context-group purpose="location">
2030 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2031 <context context-type="linenumber">14</context>
2032 </context-group>
1955 </trans-unit> 2033 </trans-unit>
1956 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2034 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1957 <source>Display unlisted and private videos</source> 2035 <source>Display unlisted and private videos</source>
@@ -1959,14 +2037,14 @@
1959 <context-group name="null"> 2037 <context-group name="null">
1960 <context context-type="linenumber">14</context> 2038 <context context-type="linenumber">14</context>
1961 </context-group> 2039 </context-group>
1962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2040
1963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2041
1964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2042
1965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2043
1966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2044
1967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2045
1968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2046
1969 </trans-unit> 2047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1970 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2048 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1971 <source>Add caption</source> 2049 <source>Add caption</source>
1972 <target>เพิ่มคำบรรยาย</target> 2050 <target>เพิ่มคำบรรยาย</target>
@@ -2031,8 +2109,12 @@
2031 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2109 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2032 </trans-unit> 2110 </trans-unit>
2033 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2111 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2034 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2112 <source>
2035 <target state="translated">แท็กสามารถใช้เพื่อแนะนำวิดีโอที่เกี่ยวข้อง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> สามารถกำหนดได้สูงสุด 5 แท็ก <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> กด Enter เพื่อเพิ่มแท็กใหม่ </target> 2113 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2114 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2115 Press Enter to add a new tag.
2116 </source>
2117 <target state="translated">แท็กสามารถใช้เพื่อแนะนำวิดีโอที่เกี่ยวข้อง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สามารถกำหนดได้สูงสุด 5 แท็ก <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> กด Enter เพื่อเพิ่มแท็กใหม่ </target>
2036 <context-group purpose="location"> 2118 <context-group purpose="location">
2037 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 2119 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2038 <context context-type="linenumber">21</context> 2120 <context context-type="linenumber">21</context>
@@ -2183,7 +2265,7 @@
2183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2265 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2184 </trans-unit> 2266 </trans-unit>
2185 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2267 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2186 <source>Already uploaded ✔</source> 2268 <source>Already uploaded ✔</source>
2187 <target>อัพโหลดแล้ว ✔</target> 2269 <target>อัพโหลดแล้ว ✔</target>
2188 <context-group name="null"> 2270 <context-group name="null">
2189 <context context-type="linenumber">179</context> 2271 <context context-type="linenumber">179</context>
@@ -2300,8 +2382,12 @@
2300 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2382 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2301 </trans-unit> 2383 </trans-unit>
2302 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2384 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2303 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2385 <source>
2304 <target state="translated">คุณสามารถนำเข้า URL ใดก็ได้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ที่รองรับโดย youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> หรือ URL ที่ชี้ไปที่ไฟล์ MP4 โดยตรง ตรวจสอบด้วยว่าคุณมีสิทธิในการเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้ </target> 2386 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2387 or URL that points to a raw MP4 file.
2388 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2389 </source>
2390 <target state="translated">คุณสามารถนำเข้า URL ใดก็ได้<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ที่รองรับโดย youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> หรือ URL ที่ชี้ไปที่ไฟล์ MP4 โดยตรง ตรวจสอบด้วยว่าคุณมีสิทธิในการเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้ </target>
2305 <context-group purpose="location"> 2391 <context-group purpose="location">
2306 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2392 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2307 <context context-type="linenumber">10</context> 2393 <context context-type="linenumber">10</context>
@@ -2372,8 +2458,12 @@
2372 </context-group> 2458 </context-group>
2373 </trans-unit> 2459 </trans-unit>
2374 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2460 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2375 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2461 <source>
2376 <target state="translated">เลือกภาพที่ต้องการรวมกับไฟล์เสียง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> คุณจะไม่สามารถเปลี่ยนภาพนี้ได้ในภายหลัง </target> 2462 Image that will be merged with your audio file.
2463 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2464 The chosen image will be definitive and cannot be modified.
2465 </source>
2466 <target state="translated">เลือกภาพที่ต้องการรวมกับไฟล์เสียง <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณจะไม่สามารถเปลี่ยนภาพนี้ได้ในภายหลัง </target>
2377 <context-group purpose="location"> 2467 <context-group purpose="location">
2378 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context> 2468 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2379 <context context-type="linenumber">34</context> 2469 <context context-type="linenumber">34</context>
@@ -2428,7 +2518,10 @@
2428 </context-group> 2518 </context-group>
2429 </trans-unit> 2519 </trans-unit>
2430 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2520 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2431 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2521 <source>
2522 You can import any torrent file that points to a mp4 file.
2523 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2524 </source>
2432 <target state="translated">คุณสามารถนำเข้าไฟล์ torrent ใดก็ได้ที่ชี้ไปยังไฟล์ MP4 ตรวจสอบว่าคุณมีสิทธิเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้</target> 2525 <target state="translated">คุณสามารถนำเข้าไฟล์ torrent ใดก็ได้ที่ชี้ไปยังไฟล์ MP4 ตรวจสอบว่าคุณมีสิทธิเผยแพร่เนื้อหานั้น มิเช่นนั้นอาจเกิดปัญหาทางกฎหมายกับคุณและระบบนี้ได้</target>
2433 <context-group purpose="location"> 2526 <context-group purpose="location">
2434 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2527 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
@@ -2444,8 +2537,12 @@
2444 </context-group> 2537 </context-group>
2445 </trans-unit> 2538 </trans-unit>
2446 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2539 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2447 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2540 <source>
2448 <target state="translated">เราไม่แนะนำให้คุณใช้ผู้ใช้ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> เพื่อเผยแพร่วิดีโอ เนื่องจากเป็นบัญชีผู้ดูแลระบบสูงสุดของระบบของคุณ <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> คุณควร<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>สร้างบัญชีแยก<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>เพื่ออัปโหลดวิดีโอ </target> 2541 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2542 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2543 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2544 </source>
2545 <target state="translated">เราไม่แนะนำให้คุณใช้ผู้ใช้ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> เพื่อเผยแพร่วิดีโอ เนื่องจากเป็นบัญชีผู้ดูแลระบบสูงสุดของระบบของคุณ <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> คุณควร<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>สร้างบัญชีแยก<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>เพื่ออัปโหลดวิดีโอ </target>
2449 <context-group purpose="location"> 2546 <context-group purpose="location">
2450 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2547 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2451 <context context-type="linenumber">2</context> 2548 <context context-type="linenumber">2</context>
@@ -2650,16 +2747,16 @@
2650 </context-group> 2747 </context-group>
2651 </trans-unit> 2748 </trans-unit>
2652 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2749 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2653 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2750 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2654 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2751 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2655 <context-group purpose="location"> 2752 <context-group purpose="location">
2656 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2753 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2657 <context context-type="linenumber">45</context> 2754 <context context-type="linenumber">45</context>
2658 </context-group> 2755 </context-group>
2659 </trans-unit> 2756 </trans-unit>
2660 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2757 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2661 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2758 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2662 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2759 <target state="translated">เผยแพร่เมื่อ <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • การดู <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> ครั้ง<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2663 <context-group purpose="location"> 2760 <context-group purpose="location">
2664 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2761 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2665 <context context-type="linenumber">56</context> 2762 <context context-type="linenumber">56</context>
@@ -2719,28 +2816,28 @@
2719 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2816 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2720 <source>Friendly Reminder:</source> 2817 <source>Friendly Reminder:</source>
2721 <target state="translated">แจ้งเตือน:</target> 2818 <target state="translated">แจ้งเตือน:</target>
2722 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2819
2723 </trans-unit> 2820 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2724 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2821 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2725 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2822 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2726 <target state="translated">ระบบแบ่งปันข้อมูลที่ใช้ในวิดีโอนี้ได้ระบุว่าข้อมูลทางเทคนิคบางอย่างเกี่ยวกับระบบของคุณ (เช่นที่อยู่ IP สาธารณะ) อาจถูกส่งไปยังผู้ชมท่านอื่น</target> 2823 <target state="translated">ระบบแบ่งปันข้อมูลที่ใช้ในวิดีโอนี้ได้ระบุว่าข้อมูลทางเทคนิคบางอย่างเกี่ยวกับระบบของคุณ (เช่นที่อยู่ IP สาธารณะ) อาจถูกส่งไปยังผู้ชมท่านอื่น</target>
2727 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2824
2728 </trans-unit> 2825 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2729 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2826 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2730 <source>More information</source> 2827 <source>More information</source>
2731 <target state="translated">ข้อมูลเพิ่มเติม</target> 2828 <target state="translated">ข้อมูลเพิ่มเติม</target>
2732 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2829
2733 </trans-unit> 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2734 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2831 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2735 <source>Get more information</source> 2832 <source>Get more information</source>
2736 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target> 2833 <target state="translated">อ่านรายละเอียดเพิ่มเติม</target>
2737 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2834
2738 </trans-unit> 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2739 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2836 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2740 <source>OK</source> 2837 <source>OK</source>
2741 <target state="translated">ตกลง</target> 2838 <target state="translated">ตกลง</target>
2742 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2839
2743 </trans-unit> 2840 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2744 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2841 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2745 <source>1 Comment</source> 2842 <source>1 Comment</source>
2746 <target state="translated">1 ความคิดเห็น</target> 2843 <target state="translated">1 ความคิดเห็น</target>
@@ -2855,7 +2952,11 @@
2855 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 2952 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
2856 </trans-unit> 2953 </trans-unit>
2857 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html"> 2954 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html">
2858 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 2955 <source>
2956 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2957 On most platforms, you can find the video by typing its URL in the search bar and then comment it
2958 from within the software's interface.
2959 </source>
2859 <target state="translated">คุณยังสามารถแสดงความคิดเห็นด้วยบัญชีบนระบบใดก็ได้ที่รองรับ ActivityPub สำหรับแพลตฟอร์มส่วนใหญ่ คุณสามารถหาวิดีโอนี้ได้โดยใส่ URL ในช่องค้นหาของเว็บนั้นและแสดงความคิดเห็นจากเว็บนั้นได้เลย</target> 2960 <target state="translated">คุณยังสามารถแสดงความคิดเห็นด้วยบัญชีบนระบบใดก็ได้ที่รองรับ ActivityPub สำหรับแพลตฟอร์มส่วนใหญ่ คุณสามารถหาวิดีโอนี้ได้โดยใส่ URL ในช่องค้นหาของเว็บนั้นและแสดงความคิดเห็นจากเว็บนั้นได้เลย</target>
2860 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">39</context></context-group> 2961 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">39</context></context-group>
2861 </trans-unit> 2962 </trans-unit>
@@ -2877,8 +2978,8 @@
2877 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2978 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2878 <source>This comment has been deleted</source> 2979 <source>This comment has been deleted</source>
2879 <target state="translated">ความคิดเห็นนี้ถูกลบ</target> 2980 <target state="translated">ความคิดเห็นนี้ถูกลบ</target>
2880 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 2981
2881 </trans-unit> 2982 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2882 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2983 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2883 <source>Users</source> 2984 <source>Users</source>
2884 <target state="translated">ผู้ใช้</target> 2985 <target state="translated">ผู้ใช้</target>
@@ -3015,19 +3116,49 @@
3015 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html"> 3116 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
3016 <source>State</source> 3117 <source>State</source>
3017 <target state="new">State</target> 3118 <target state="new">State</target>
3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3119
3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3120
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3122 <source>Delayed.</source><target state="new">Delayed.</target>
3123 <context-group purpose="location">
3124 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3125 <context context-type="linenumber">42</context>
3126 </context-group>
3127 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3128 <source>Will start soon...</source><target state="new">Will start soon...</target>
3129 <context-group purpose="location">
3130 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3131 <context context-type="linenumber">43</context>
3132 </context-group>
3133 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3134 <source>Running...</source><target state="new">Running...</target>
3135 <context-group purpose="location">
3136 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3137 <context context-type="linenumber">44</context>
3138 </context-group>
3139 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3140 <source>Finished</source><target state="new">Finished</target>
3141 <context-group purpose="location">
3142 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3143 <context context-type="linenumber">45</context>
3144 </context-group>
3145 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3146 <source>Failed</source><target state="new">Failed</target>
3147 <context-group purpose="location">
3148 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3149 <context context-type="linenumber">46</context>
3150 </context-group>
3020 </trans-unit> 3151 </trans-unit>
3021 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3152 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3022 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3153 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3023 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3154 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3155
3025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3156
3026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3157
3027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3158
3028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3159
3029 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3160
3030 </trans-unit> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3031 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3162 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3032 <source>Accepted</source> 3163 <source>Accepted</source>
3033 <target state="new">Accepted</target> 3164 <target state="new">Accepted</target>
@@ -3058,8 +3189,8 @@
3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3059 </trans-unit> 3190 </trans-unit>
3060 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3191 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3061 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3192 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3062 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3193 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3063 <context-group purpose="location"> 3194 <context-group purpose="location">
3064 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3195 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3065 <context context-type="linenumber">21</context> 3196 <context context-type="linenumber">21</context>
@@ -3138,9 +3269,12 @@
3138 </context-group> 3269 </context-group>
3139 </trans-unit> 3270 </trans-unit>
3140 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html"> 3271 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html">
3141 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3272 <source>
3273 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3274 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3275 </source>
3142 <target state="new"> 3276 <target state="new">
3143 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3277 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3144 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3278 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3145 </target> 3279 </target>
3146 <context-group purpose="location"> 3280 <context-group purpose="location">
@@ -3257,16 +3391,16 @@
3257 </context-group> 3391 </context-group>
3258 </trans-unit> 3392 </trans-unit>
3259 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3393 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3260 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3394 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3261 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3395 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3262 <context-group purpose="location"> 3396 <context-group purpose="location">
3263 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3397 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3264 <context context-type="linenumber">40</context> 3398 <context context-type="linenumber">40</context>
3265 </context-group> 3399 </context-group>
3266 </trans-unit> 3400 </trans-unit>
3267 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3401 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3268 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3402 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3269 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3403 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3270 <context-group purpose="location"> 3404 <context-group purpose="location">
3271 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3405 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3272 <context context-type="linenumber">42</context> 3406 <context context-type="linenumber">42</context>
@@ -3357,8 +3491,8 @@
3357 </context-group> 3491 </context-group>
3358 </trans-unit> 3492 </trans-unit>
3359 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3493 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3360 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3494 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3361 <target state="translated">ชื่อวิดีโอ <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3495 <target state="translated">ชื่อวิดีโอ <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3362 <context-group purpose="location"> 3496 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3497 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3364 <context context-type="linenumber">8</context> 3498 <context context-type="linenumber">8</context>
@@ -3381,8 +3515,8 @@
3381 </context-group> 3515 </context-group>
3382 </trans-unit> 3516 </trans-unit>
3383 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3517 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3384 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3518 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3385 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3519 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3386 <context-group purpose="location"> 3520 <context-group purpose="location">
3387 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3521 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3388 <context context-type="linenumber">11</context> 3522 <context context-type="linenumber">11</context>
@@ -3475,15 +3609,15 @@
3475 </context-group> 3609 </context-group>
3476 </trans-unit> 3610 </trans-unit>
3477 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3611 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3478 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3612 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3479 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3613 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group> 3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group>
3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group> 3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group>
3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3483 </trans-unit> 3617 </trans-unit>
3484 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3618 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3485 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3619 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3486 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3620 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3487 <context-group purpose="location"> 3621 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3622 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3489 <context context-type="linenumber">18</context> 3623 <context context-type="linenumber">18</context>
@@ -3550,8 +3684,8 @@
3550 </context-group> 3684 </context-group>
3551 </trans-unit> 3685 </trans-unit>
3552 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3686 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3553 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3687 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3554 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3688 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3555 <context-group purpose="location"> 3689 <context-group purpose="location">
3556 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3690 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3557 <context context-type="linenumber">9</context> 3691 <context context-type="linenumber">9</context>
@@ -3757,30 +3891,34 @@
3757 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3891 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3758 <context context-type="linenumber">2</context> 3892 <context context-type="linenumber">2</context>
3759 </context-group> 3893 </context-group>
3894 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3895 <source>Job type</source><target state="new">Job type</target>
3896 <context-group purpose="location">
3897 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3898 <context context-type="linenumber">5</context>
3899 </context-group>
3900 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3901 <source>Job state</source><target state="new">Job state</target>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3904 <context context-type="linenumber">14</context>
3905 </context-group>
3760 </trans-unit> 3906 </trans-unit>
3761 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3907 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3762 <source>Type</source> 3908 <source>Type</source>
3763 <target state="new">Type</target> 3909 <target state="new">Type</target>
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3765 </trans-unit> 3911 </trans-unit>
3766 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3912
3767 <source>Processed on</source> 3913
3768 <target state="new">Processed on</target>
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3770 </trans-unit>
3771 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3772 <source>Finished on</source>
3773 <target state="new">Finished on</target>
3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3775 </trans-unit>
3776 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3914 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3777 <source>Refresh</source> 3915 <source>Refresh</source>
3778 <target state="new">Refresh</target> 3916 <target state="new">Refresh</target>
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 3917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3780 </trans-unit> 3918 </trans-unit>
3781 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3919 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3782 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 3920 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3783 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 3921 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3784 <context-group purpose="location"> 3922 <context-group purpose="location">
3785 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 3923 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3786 <context context-type="linenumber">32</context> 3924 <context context-type="linenumber">32</context>
@@ -3853,9 +3991,12 @@
3853 </context-group> 3991 </context-group>
3854 </trans-unit> 3992 </trans-unit>
3855 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 3993 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3856 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 3994 <source>
3995 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3996 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3997 </source>
3857 <target state="new"> 3998 <target state="new">
3858 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3999 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3859 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4000 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3860 </target> 4001 </target>
3861 <context-group purpose="location"> 4002 <context-group purpose="location">
@@ -3872,9 +4013,9 @@
3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group> 4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group>
3873 </trans-unit> 4014 </trans-unit>
3874 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 4015 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3875 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4016 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
3876 <target state="new"> 4017 <target state="new">
3877 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4018 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
3878 </target> 4019 </target>
3879 <context-group purpose="location"> 4020 <context-group purpose="location">
3880 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4021 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4298,12 +4439,18 @@
4298 </context-group> 4439 </context-group>
4299 </trans-unit> 4440 </trans-unit>
4300 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 4441 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
4301 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4442 <source>
4443 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4444 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4445 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4446 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4447 to see if you instance is whitelisted.
4448 </source>
4302 <target state="new"> 4449 <target state="new">
4303 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4450 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4304 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4451 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4305 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4452 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4306 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4453 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4307 to see if you instance is whitelisted. 4454 to see if you instance is whitelisted.
4308 </target> 4455 </target>
4309 <context-group purpose="location"> 4456 <context-group purpose="location">
@@ -4374,19 +4521,30 @@
4374 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4521 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4375 <context context-type="linenumber">486</context> 4522 <context context-type="linenumber">486</context>
4376 </context-group> 4523 </context-group>
4377 </trans-unit> 4524 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4378 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4525 <source>
4379 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4526 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4380 <target state="new"> 4527
4381 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4528 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4382 4529
4383 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4530 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4531
4532 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4533 </source><target state="new">
4534 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4535
4536 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4537
4538 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4539
4540 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4384 </target> 4541 </target>
4385 <context-group purpose="location"> 4542 <context-group purpose="location">
4386 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4543 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4387 <context context-type="linenumber">501</context> 4544 <context context-type="linenumber">501</context>
4388 </context-group> 4545 </context-group>
4389 </trans-unit> 4546 </trans-unit>
4547
4390 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4548 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4391 <source>WebTorrent support enabled</source> 4549 <source>WebTorrent support enabled</source>
4392 <target state="new">WebTorrent support enabled</target> 4550 <target state="new">WebTorrent support enabled</target>
@@ -4396,93 +4554,113 @@
4396 </context-group> 4554 </context-group>
4397 </trans-unit> 4555 </trans-unit>
4398 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4556 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4399 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4557 <source>
4558 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4559
4560 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4561 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4562 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4563 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4564 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4565 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4566
4567 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4568 </source>
4400 <target state="new"> 4569 <target state="new">
4401 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4570 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4402 4571
4403 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4572 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4404 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4573 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4405 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4574 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4406 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4575 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4407 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4576 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4408 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4577 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4409 4578
4410 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4579 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4411 </target> 4580 </target>
4412 <context-group purpose="location"> 4581
4413 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4414 <context context-type="linenumber">518</context>
4415 </context-group>
4416 </trans-unit>
4417 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4583 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4418 <source>HLS support enabled</source> 4584 <source>HLS support enabled</source>
4419 <target state="new">HLS support enabled</target> 4585 <target state="new">HLS support enabled</target>
4420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4586
4421 </trans-unit> 4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4422 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4588 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4423 <source>Transcoding threads</source> 4589 <source>Transcoding threads</source>
4424 <target state="new">Transcoding threads</target> 4590 <target state="new">Transcoding threads</target>
4425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4591
4426 </trans-unit> 4592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4427 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4593 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4428 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4594 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4429 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4595 <target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4596
4431 </trans-unit> 4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4432 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4598 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4433 <source>Cache</source> 4599 <source>Cache</source>
4434 <target state="new">Cache</target> 4600 <target state="new">Cache</target>
4435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4601
4436 </trans-unit> 4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4437 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4603 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4438 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4604 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4439 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4605 <target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4606
4441 </trans-unit> 4607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4442 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4608 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4443 <source>Previews cache size</source> 4609 <source>Previews cache size</source>
4444 <target state="new">Previews cache size</target> 4610 <target state="new">Previews cache size</target>
4445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4611
4446 </trans-unit> 4612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4447 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4613 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4448 <source>Video captions cache size</source> 4614 <source>Video captions cache size</source>
4449 <target state="new">Video captions cache size</target> 4615 <target state="new">Video captions cache size</target>
4450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4616
4451 </trans-unit> 4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4452 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4618 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4453 <source>Customizations</source> 4619 <source>Customizations</source>
4454 <target state="new">Customizations</target> 4620 <target state="new">Customizations</target>
4455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4621
4456 </trans-unit> 4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4457 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4623 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4458 <source>JavaScript</source> 4624 <source>JavaScript</source>
4459 <target state="new">JavaScript</target> 4625 <target state="new">JavaScript</target>
4460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4626
4461 </trans-unit> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4462 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4628 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4463 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4629 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4464 <target state="new"> 4630 <target state="new">
4465 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4631 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4466 </target> 4632 </target>
4467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4633
4468 </trans-unit> 4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4469 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4635 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4470 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4636 <source>
4637 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4638<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4639 color: red;
4640<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4641<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4642
4643 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4644<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4645 color: red;
4646<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4647<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4648 </source>
4471 <target state="new"> 4649 <target state="new">
4472 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4650 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4473<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4651<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4474 color: red; 4652 color: red;
4475<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4653<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4476<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4654<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4477 4655
4478 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4656 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4479<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4657<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4480 color: red; 4658 color: red;
4481<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4659<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4482<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4660<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4483 </target> 4661 </target>
4484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4662
4485 </trans-unit> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4486 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4664 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4487 <source>Advanced configuration</source> 4665 <source>Advanced configuration</source>
4488 <target state="new">Advanced configuration</target> 4666 <target state="new">Advanced configuration</target>
@@ -4494,13 +4672,13 @@
4494 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4672 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4495 <source>Update configuration</source> 4673 <source>Update configuration</source>
4496 <target state="new">Update configuration</target> 4674 <target state="new">Update configuration</target>
4497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4675
4498 </trans-unit> 4676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4499 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4677 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4500 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4678 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4501 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4679 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4680
4503 </trans-unit> 4681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4504 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4682 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4505 <source>Total video quota:</source> 4683 <source>Total video quota:</source>
4506 <target state="new">Total video quota:</target> 4684 <target state="new">Total video quota:</target>
@@ -4590,8 +4768,8 @@
4590 </context-group> 4768 </context-group>
4591 </trans-unit> 4769 </trans-unit>
4592 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4770 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4593 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4771 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4594 <target state="translated">หากตั้งค่าเป็น <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ไม่แสดง<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> หรือ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>เบลอภาพขนาดย่อ<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> จะต้องยืนยันเพื่อดูวิดีโอ </target> 4772 <target state="translated">หากตั้งค่าเป็น <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ไม่แสดง<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> หรือ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>เบลอภาพขนาดย่อ<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> จะต้องยืนยันเพื่อดูวิดีโอ </target>
4595 <context-group purpose="location"> 4773 <context-group purpose="location">
4596 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4774 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4597 <context context-type="linenumber">6</context> 4775 <context context-type="linenumber">6</context>
@@ -4646,16 +4824,16 @@
4646 </context-group> 4824 </context-group>
4647 </trans-unit> 4825 </trans-unit>
4648 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4826 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4649 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4827 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4650 <target state="translated">อีเมลของคุณคือ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4828 <target state="translated">อีเมลของคุณคือ <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4651 <context-group purpose="location"> 4829 <context-group purpose="location">
4652 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4830 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4653 <context context-type="linenumber">4</context> 4831 <context context-type="linenumber">4</context>
4654 </context-group> 4832 </context-group>
4655 </trans-unit> 4833 </trans-unit>
4656 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4834 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4657 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4658 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> กำลังรอการยืนยันอีเมล </target> 4836 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> กำลังรอการยืนยันอีเมล </target>
4659 <context-group purpose="location"> 4837 <context-group purpose="location">
4660 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4838 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4661 <context context-type="linenumber">8</context> 4839 <context context-type="linenumber">8</context>
@@ -4764,10 +4942,13 @@
4764 </context-group> 4942 </context-group>
4765 </trans-unit> 4943 </trans-unit>
4766 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 4944 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4767 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 4945 <source>
4946 Created
4947 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4948 </source>
4768 <target state="new"> 4949 <target state="new">
4769 Created 4950 Created
4770 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 4951 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4771 </target> 4952 </target>
4772 <context-group purpose="location"> 4953 <context-group purpose="location">
4773 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4954 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4851,8 +5032,9 @@
4851 </context-group> 5032 </context-group>
4852 </trans-unit> 5033 </trans-unit>
4853 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html"> 5034 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html">
4854 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5035 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4855 <target state="translated">ข้อความสั้น ๆ เพื่ออธิบายผู้ชมว่าจะสนับสนุนช่องของคุณได้อย่างไร (เช่น แพลตฟอร์มสมาชิก...).&lt;br /&gt;&lt;br /&gt; เมื่อคุณอัปโหลดวิดีโอในช่องนี้ ส่วนสนับสนุนในวิดีโอจะถูกเติมด้วยข้อความนี้โดยอัตโนมัติ</target> 5036When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5037 <target state="translated">ข้อความสั้น ๆ เพื่ออธิบายผู้ชมว่าจะสนับสนุนช่องของคุณได้อย่างไร (เช่น แพลตฟอร์มสมาชิก...).&lt;br />&lt;br /> เมื่อคุณอัปโหลดวิดีโอในช่องนี้ ส่วนสนับสนุนในวิดีโอจะถูกเติมด้วยข้อความนี้โดยอัตโนมัติ</target>
4856 <context-group purpose="location"> 5038 <context-group purpose="location">
4857 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 5039 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4858 <context context-type="linenumber">52</context> 5040 <context context-type="linenumber">52</context>
@@ -4959,8 +5141,11 @@
4959 </context-group> 5141 </context-group>
4960 </trans-unit> 5142 </trans-unit>
4961 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5143 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
4962 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5144 <source>
4963 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> ลบประวัติ </target> 5145 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5146 Delete history
5147 </source>
5148 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> ลบประวัติ </target>
4964 <context-group purpose="location"> 5149 <context-group purpose="location">
4965 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5150 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
4966 <context context-type="linenumber">7</context> 5151 <context context-type="linenumber">7</context>
@@ -4975,8 +5160,11 @@
4975 </context-group> 5160 </context-group>
4976 </trans-unit> 5161 </trans-unit>
4977 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5162 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
4978 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5163 <source>
4979 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> การตั้งค่าการแจ้งเตือน </target> 5164 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5165 Notification preferences
5166 </source>
5167 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> การตั้งค่าการแจ้งเตือน </target>
4980 <context-group purpose="location"> 5168 <context-group purpose="location">
4981 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5169 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
4982 <context context-type="linenumber">2</context> 5170 <context context-type="linenumber">2</context>
@@ -4985,11 +5173,8 @@
4985 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5173 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4986 <source>All read</source> 5174 <source>All read</source>
4987 <target state="translated">อ่านหมดแล้ว</target> 5175 <target state="translated">อ่านหมดแล้ว</target>
4988 <context-group purpose="location"> 5176
4989 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5177 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4990 <context context-type="linenumber">12</context>
4991 </context-group>
4992 </trans-unit>
4993 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 5178 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4994 <source>Activities</source> 5179 <source>Activities</source>
4995 <target state="translated">กิจกรรม</target> 5180 <target state="translated">กิจกรรม</target>
@@ -5050,8 +5235,8 @@
5050 </context-group> 5235 </context-group>
5051 </trans-unit> 5236 </trans-unit>
5052 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5237 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5053 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5238 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5054 <target state="translated">หากคุณต้องการความช่วยเหลือในการใช้ PeerTube คุณสามารถอ่าน<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>คู่มือการใช้งาน<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 5239 <target state="translated">หากคุณต้องการความช่วยเหลือในการใช้ PeerTube คุณสามารถอ่าน<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>คู่มือการใช้งาน<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
5055 <context-group purpose="location"> 5240 <context-group purpose="location">
5056 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5241 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5057 <context context-type="linenumber">13</context> 5242 <context context-type="linenumber">13</context>
@@ -5444,10 +5629,13 @@
5444 </context-group> 5629 </context-group>
5445 </trans-unit> 5630 </trans-unit>
5446 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5631 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5447 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5632 <source>
5633 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5634 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5635 </source>
5448 <target state="new"> 5636 <target state="new">
5449 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 5637 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5450 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5638 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5451 </target> 5639 </target>
5452 <context-group purpose="location"> 5640 <context-group purpose="location">
5453 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5641 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5455,9 +5643,9 @@
5455 </context-group> 5643 </context-group>
5456 </trans-unit> 5644 </trans-unit>
5457 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5645 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5458 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5646 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5459 <target state="new"> 5647 <target state="new">
5460 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5648 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5461 </target> 5649 </target>
5462 <context-group purpose="location"> 5650 <context-group purpose="location">
5463 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5651 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5465,7 +5653,8 @@
5465 </context-group> 5653 </context-group>
5466 </trans-unit> 5654 </trans-unit>
5467 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5655 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5468 <source>Use PeerTube documentation</source> 5656 <source>Use PeerTube
5657 documentation</source>
5469 <target state="new">Use PeerTube 5658 <target state="new">Use PeerTube
5470 documentation</target> 5659 documentation</target>
5471 <context-group purpose="location"> 5660 <context-group purpose="location">
@@ -5484,7 +5673,8 @@
5484 </context-group> 5673 </context-group>
5485 </trans-unit> 5674 </trans-unit>
5486 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5675 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5487 <source>PeerTube Applications</source> 5676 <source>PeerTube
5677 Applications</source>
5488 <target state="new">PeerTube 5678 <target state="new">PeerTube
5489 Applications</target> 5679 Applications</target>
5490 <context-group purpose="location"> 5680 <context-group purpose="location">
@@ -5503,7 +5693,8 @@
5503 </context-group> 5693 </context-group>
5504 </trans-unit> 5694 </trans-unit>
5505 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5695 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5506 <source>Contribute on PeerTube</source> 5696 <source>Contribute on
5697 PeerTube</source>
5507 <target state="new">Contribute on 5698 <target state="new">Contribute on
5508 PeerTube</target> 5699 PeerTube</target>
5509 <context-group purpose="location"> 5700 <context-group purpose="location">
@@ -5530,7 +5721,10 @@
5530 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5721 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5531 </trans-unit> 5722 </trans-unit>
5532 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5723 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5533 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5724 <source>
5725 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5726 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5727 </source>
5534 <target state="new"> 5728 <target state="new">
5535 PeerTube uses the BitTorrent protocol to share bandwidth between users. 5729 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5536 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 5730 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
@@ -5549,7 +5743,10 @@
5549 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5743 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5550 </trans-unit> 5744 </trans-unit>
5551 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5745 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5552 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5746 <source>
5747 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5748 In practice, this is much more difficult because:
5749 </source>
5553 <target state="new"> 5750 <target state="new">
5554 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 5751 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5555 In practice, this is much more difficult because: 5752 In practice, this is much more difficult because:
@@ -5560,7 +5757,10 @@
5560 </context-group> 5757 </context-group>
5561 </trans-unit> 5758 </trans-unit>
5562 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5759 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5563 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5760 <source>
5761 An HTTP request has to be sent on each tracker for each video to spy.
5762 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5763 </source>
5564 <target state="new"> 5764 <target state="new">
5565 An HTTP request has to be sent on each tracker for each video to spy. 5765 An HTTP request has to be sent on each tracker for each video to spy.
5566 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 5766 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -5571,7 +5771,11 @@
5571 </context-group> 5771 </context-group>
5572 </trans-unit> 5772 </trans-unit>
5573 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5773 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5574 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5774 <source>
5775 For each request sent, the tracker returns random peers at a limited number.
5776 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5777 requests sent to know every peers in the swarm
5778 </source>
5575 <target state="new"> 5779 <target state="new">
5576 For each request sent, the tracker returns random peers at a limited number. 5780 For each request sent, the tracker returns random peers at a limited number.
5577 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 5781 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
@@ -5593,7 +5797,10 @@
5593 </context-group> 5797 </context-group>
5594 </trans-unit> 5798 </trans-unit>
5595 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5799 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5596 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5800 <source>
5801 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5802 video
5803 </source>
5597 <target state="new"> 5804 <target state="new">
5598 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the 5805 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5599 video 5806 video
@@ -5614,13 +5821,19 @@
5614 </context-group> 5821 </context-group>
5615 </trans-unit> 5822 </trans-unit>
5616 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5823 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5617 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5824 <source>
5825 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5826 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5827 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5828 to forward the information to.
5829 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5830 </source>
5618 <target state="new"> 5831 <target state="new">
5619 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 5832 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5620 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 5833 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5621 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 5834 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5622 to forward the information to. 5835 to forward the information to.
5623 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information 5836 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5624 </target> 5837 </target>
5625 <context-group purpose="location"> 5838 <context-group purpose="location">
5626 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5839 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5628,7 +5841,10 @@
5628 </context-group> 5841 </context-group>
5629 </trans-unit> 5842 </trans-unit>
5630 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5843 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5631 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5844 <source>
5845 The worst-case scenario of an average person spying on their friends is quite unlikely.
5846 There are much more effective ways to get that kind of information.
5847 </source>
5632 <target state="new"> 5848 <target state="new">
5633 The worst-case scenario of an average person spying on their friends is quite unlikely. 5849 The worst-case scenario of an average person spying on their friends is quite unlikely.
5634 There are much more effective ways to get that kind of information. 5850 There are much more effective ways to get that kind of information.
@@ -5644,7 +5860,11 @@
5644 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5860 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5645 </trans-unit> 5861 </trans-unit>
5646 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5862 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5647 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5863 <source>
5864 The threats to privacy in YouTube are different from PeerTube's.
5865 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5866 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5867 </source>
5648 <target state="new"> 5868 <target state="new">
5649 The threats to privacy in YouTube are different from PeerTube's. 5869 The threats to privacy in YouTube are different from PeerTube's.
5650 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 5870 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -5661,7 +5881,12 @@
5661 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 5881 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5662 </trans-unit> 5882 </trans-unit>
5663 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 5883 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5664 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 5884 <source>
5885 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5886 your IP in their connection logs: ISP/routers/trackers/CDN and more.
5887 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
5888 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
5889 </source>
5665 <target state="new"> 5890 <target state="new">
5666 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing 5891 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
5667 your IP in their connection logs: ISP/routers/trackers/CDN and more. 5892 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -5679,7 +5904,10 @@
5679 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 5904 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5680 </trans-unit> 5905 </trans-unit>
5681 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 5906 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5682 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 5907 <source>
5908 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5909 In the meantime, we want to test different ideas related to this issue:
5910 </source>
5683 <target state="new"> 5911 <target state="new">
5684 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. 5912 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5685 In the meantime, we want to test different ideas related to this issue: 5913 In the meantime, we want to test different ideas related to this issue:
@@ -5710,7 +5938,9 @@
5710 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 5938 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5711 </trans-unit> 5939 </trans-unit>
5712 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 5940 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5713 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 5941 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
5942 automatized program
5943 </source>
5714 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the 5944 <target state="new">An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
5715 automatized program 5945 automatized program
5716 </target> 5946 </target>
@@ -5752,8 +5982,8 @@
5752 </context-group> 5982 </context-group>
5753 </trans-unit> 5983 </trans-unit>
5754 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 5984 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5755 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 5985 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5756 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 5986 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
5757 <context-group purpose="location"> 5987 <context-group purpose="location">
5758 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 5988 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5759 <context context-type="linenumber">3</context> 5989 <context context-type="linenumber">3</context>
@@ -5836,8 +6066,11 @@
5836 </context-group> 6066 </context-group>
5837 </trans-unit> 6067 </trans-unit>
5838 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6068 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5839 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6069 <source>
5840 <target state="translated">ช่องเป็นพื้นที่ที่คุณอัปโหลดวิดีโอ การสร้างหลายช่องช่วยให้คุณจัดการและแยกเนื้อหาต่าง ๆ ออกจากกันได้<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> ตัวอย่างเช่น คุณใช้ช่องหนึ่งเพื่อเผยแพร่วิดีโอคอนเสิร์ตเปียโนของคุณ และอีกช่องหนึ่งเพื่อเผยแพร่วิดีโอเกี่ยวกับนิเวศวิทยาได้ </target> 6070 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6071 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6072 </source>
6073 <target state="translated">ช่องเป็นพื้นที่ที่คุณอัปโหลดวิดีโอ การสร้างหลายช่องช่วยให้คุณจัดการและแยกเนื้อหาต่าง ๆ ออกจากกันได้<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> ตัวอย่างเช่น คุณใช้ช่องหนึ่งเพื่อเผยแพร่วิดีโอคอนเสิร์ตเปียโนของคุณ และอีกช่องหนึ่งเพื่อเผยแพร่วิดีโอเกี่ยวกับนิเวศวิทยาได้ </target>
5841 <context-group purpose="location"> 6074 <context-group purpose="location">
5842 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6075 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5843 <context context-type="linenumber">4</context> 6076 <context context-type="linenumber">4</context>
@@ -5908,8 +6141,13 @@
5908 </context-group> 6141 </context-group>
5909 </trans-unit> 6142 </trans-unit>
5910 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6143 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
5911 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6144 <source>
5912 <target state="translated">ฉันมีอายุอย่างน้อย 16 ปีและยอมรับ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>ข้อกำหนด<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>และ<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>กฎระเบียบ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>ของระบบนี้ </target> 6145 I am at least 16 years old and agree
6146 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6147 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6148 of this instance
6149 </source>
6150 <target state="translated">ฉันมีอายุอย่างน้อย 16 ปีและยอมรับ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>ข้อกำหนด<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>และ<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>กฎระเบียบ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>ของระบบนี้ </target>
5913 <context-group purpose="location"> 6151 <context-group purpose="location">
5914 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6152 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
5915 <context context-type="linenumber">65</context> 6153 <context context-type="linenumber">65</context>
@@ -5986,6 +6224,12 @@
5986 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6224 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5987 <context context-type="linenumber">1</context> 6225 <context context-type="linenumber">1</context>
5988 </context-group> 6226 </context-group>
6227 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6228 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6229 <context-group purpose="location">
6230 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6231 <context context-type="linenumber">1</context>
6232 </context-group>
5989 </trans-unit> 6233 </trans-unit>
5990 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 6234 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5991 <source>240p</source> 6235 <source>240p</source>
@@ -6268,8 +6512,8 @@
6268 </context-group> 6512 </context-group>
6269 </trans-unit> 6513 </trans-unit>
6270 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html"> 6514 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
6271 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6515 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6272 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target> 6516 <target state="new">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6273 <context-group purpose="location"> 6517 <context-group purpose="location">
6274 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 6518 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
6275 <context context-type="linenumber">1</context> 6519 <context context-type="linenumber">1</context>
@@ -7589,8 +7833,8 @@
7589 </context-group> 7833 </context-group>
7590 </trans-unit> 7834 </trans-unit>
7591 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 7835 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7592 <source>Long (&gt; 10 min)</source> 7836 <source>Long (> 10 min)</source>
7593 <target state="new">Long (&gt; 10 min)</target> 7837 <target state="new">Long (> 10 min)</target>
7594 <context-group purpose="location"> 7838 <context-group purpose="location">
7595 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 7839 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7596 <context context-type="linenumber">1</context> 7840 <context context-type="linenumber">1</context>
@@ -8959,8 +9203,8 @@
8959 </context-group> 9203 </context-group>
8960 </trans-unit> 9204 </trans-unit>
8961 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9205 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
8962 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9206 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
8963 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 9207 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target>
8964 <context-group purpose="location"> 9208 <context-group purpose="location">
8965 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9209 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8966 <context context-type="linenumber">1</context> 9210 <context context-type="linenumber">1</context>
@@ -9237,6 +9481,12 @@
9237 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 9481 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
9238 <context context-type="linenumber">1</context> 9482 <context context-type="linenumber">1</context>
9239 </context-group> 9483 </context-group>
9484 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9485 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9486 <context-group purpose="location">
9487 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9488 <context context-type="linenumber">1</context>
9489 </context-group>
9240 </trans-unit> 9490 </trans-unit>
9241 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 9491 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
9242 <source>Subscribed</source> 9492 <source>Subscribed</source>
@@ -9425,6 +9675,18 @@
9425 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 9675 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
9426 <context context-type="linenumber">1</context> 9676 <context context-type="linenumber">1</context>
9427 </context-group> 9677 </context-group>
9678 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9679 <source>Add to watch later</source><target state="new">Add to watch later</target>
9680 <context-group purpose="location">
9681 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9682 <context context-type="linenumber">1</context>
9683 </context-group>
9684 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9685 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9686 <context-group purpose="location">
9687 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9688 <context context-type="linenumber">1</context>
9689 </context-group>
9428 </trans-unit> 9690 </trans-unit>
9429 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 9691 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
9430 <source>Only I can see this video</source> 9692 <source>Only I can see this video</source>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index 0affeb3cd..1fa930201 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -431,8 +431,8 @@
431 <context-group name="null"> 431 <context-group name="null">
432 <context context-type="linenumber">9</context> 432 <context context-type="linenumber">9</context>
433 </context-group> 433 </context-group>
434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 434
435 </trans-unit> 435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
436 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 436 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
437 <source>Start at</source> 437 <source>Start at</source>
438 <target>Başlangıç konumu</target> 438 <target>Başlangıç konumu</target>
@@ -480,43 +480,49 @@
480 <context context-type="linenumber">74</context> 480 <context context-type="linenumber">74</context>
481 </context-group> 481 </context-group>
482 482
483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
484 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 484 <source>video</source><target state="new">video</target>
485 <source>Download video</source> 485 <context-group purpose="location">
486 <target>Videoyu indir</target> 486 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
487 <context-group name="null"> 487 <context context-type="linenumber">4</context>
488 <context context-type="linenumber">3</context> 488 </context-group>
489 <context-group purpose="location">
490 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
491 <context context-type="linenumber">12</context>
492 </context-group>
493 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
494 <source>subtitles</source><target state="new">subtitles</target>
495 <context-group purpose="location">
496 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
497 <context context-type="linenumber">11</context>
489 </context-group> 498 </context-group>
490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
491 </trans-unit> 499 </trans-unit>
500
492 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 501 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
493 <source>Direct download</source> 502 <source>Direct download</source>
494 <target>Doğrudan indir</target> 503 <target>Doğrudan indir</target>
495 <context-group name="null"> 504 <context-group name="null">
496 <context context-type="linenumber">27</context> 505 <context context-type="linenumber">27</context>
497 </context-group> 506 </context-group>
498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 507
499 </trans-unit> 508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
500 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 509 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
501 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 510 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
502 <context-group purpose="location"> 511
503 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
504 <context context-type="linenumber">32</context>
505 </context-group>
506 </trans-unit>
507 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 513 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
508 <source>Cancel</source><target state="new">Cancel</target> 514 <source>Cancel</source><target state="new">Cancel</target>
509 515
510 516
511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
512 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 518 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
513 <source>Download</source> 519 <source>Download</source>
514 <target>İndir</target> 520 <target>İndir</target>
515 <context-group name="null"> 521 <context-group name="null">
516 <context context-type="linenumber">43</context> 522 <context context-type="linenumber">43</context>
517 </context-group> 523 </context-group>
518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 524
519 </trans-unit> 525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
520 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 526 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
521 <source>Report video</source><target state="new">Report video</target> 527 <source>Report video</source><target state="new">Report video</target>
522 <context-group purpose="location"> 528 <context-group purpose="location">
@@ -612,41 +618,35 @@
612 <context-group name="null"> 618 <context-group name="null">
613 <context context-type="linenumber">6</context> 619 <context context-type="linenumber">6</context>
614 </context-group> 620 </context-group>
615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 621
616 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 622
617 </trans-unit> 623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
618 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 624 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
619 <source>Private</source> 625 <source>Private</source>
620 <target>Özel</target> 626 <target>Özel</target>
621 <context-group name="null"> 627 <context-group name="null">
622 <context context-type="linenumber">7</context> 628 <context context-type="linenumber">7</context>
623 </context-group> 629 </context-group>
624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 630
625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 631
626 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 632
627 </trans-unit> 633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
628 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 634 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
629 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 635 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
630 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> görüntüleme</target> 636 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> görüntüleme</target>
631 <context-group name="null"> 637 <context-group name="null">
632 <context context-type="linenumber">24</context> 638 <context context-type="linenumber">24</context>
633 </context-group> 639 </context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 640
635 </trans-unit> 641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
636 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 642 <trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
637 <source>Blacklisted</source><target state="new">Blacklisted</target> 643 <source>Blacklisted</source><target state="new">Blacklisted</target>
638 <context-group purpose="location"> 644
639 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
640 <context context-type="linenumber">42</context>
641 </context-group>
642 </trans-unit>
643 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 646 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
644 <source>Sensitive</source><target state="new">Sensitive</target> 647 <source>Sensitive</source><target state="new">Sensitive</target>
645 <context-group purpose="location"> 648
646 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
647 <context context-type="linenumber">46</context>
648 </context-group>
649 </trans-unit>
650 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 650 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
651 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 651 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
652 <target>{VAR_PLURAL, plural, =0 {Video yok} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target> 652 <target>{VAR_PLURAL, plural, =0 {Video yok} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> video} }</target>
@@ -680,7 +680,7 @@
680 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 680 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
681 <source>Deleted</source><target state="new">Deleted</target> 681 <source>Deleted</source><target state="new">Deleted</target>
682 682
683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
684 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 684 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
685 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 685 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
686 <context-group purpose="location"> 686 <context-group purpose="location">
@@ -708,43 +708,16 @@
708 </trans-unit> 708 </trans-unit>
709 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 709 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
710 <source>No results.</source><target state="new">No results.</target> 710 <source>No results.</source><target state="new">No results.</target>
711 <context-group purpose="location"> 711
712 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 712
713 <context context-type="linenumber">1</context> 713
714 </context-group> 714
715 <context-group purpose="location"> 715
716 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 716
717 <context context-type="linenumber">20</context> 717
718 </context-group> 718
719 <context-group purpose="location"> 719
720 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
721 <context context-type="linenumber">20</context>
722 </context-group>
723 <context-group purpose="location">
724 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
725 <context context-type="linenumber">20</context>
726 </context-group>
727 <context-group purpose="location">
728 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
729 <context context-type="linenumber">20</context>
730 </context-group>
731 <context-group purpose="location">
732 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
733 <context context-type="linenumber">20</context>
734 </context-group>
735 <context-group purpose="location">
736 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
737 <context context-type="linenumber">3</context>
738 </context-group>
739 <context-group purpose="location">
740 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
741 <context context-type="linenumber">20</context>
742 </context-group>
743 <context-group purpose="location">
744 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
745 <context context-type="linenumber">20</context>
746 </context-group>
747 </trans-unit>
748 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 721 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
749 <source>Delete</source> 722 <source>Delete</source>
750 <target>Sil</target> 723 <target>Sil</target>
@@ -967,7 +940,7 @@
967 <source>Local</source><target state="new">Local</target> 940 <source>Local</source><target state="new">Local</target>
968 941
969 942
970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit> 943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
971 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 944 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
972 <source>users</source><target state="new">users</target> 945 <source>users</source><target state="new">users</target>
973 <context-group purpose="location"> 946 <context-group purpose="location">
@@ -1165,7 +1138,7 @@
1165 </context-group> 1138 </context-group>
1166 1139
1167 1140
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1169 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1142 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1170 <source>Forgot your password</source><target state="new">Forgot your password</target> 1143 <source>Forgot your password</source><target state="new">Forgot your password</target>
1171 <context-group purpose="location"> 1144 <context-group purpose="location">
@@ -1499,7 +1472,7 @@
1499 </context-group> 1472 </context-group>
1500 1473
1501 1474
1502 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1503 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1476 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1504 <source>Help to translate PeerTube!</source><target state="new">Help to translate PeerTube!</target> 1477 <source>Help to translate PeerTube!</source><target state="new">Help to translate PeerTube!</target>
1505 <context-group purpose="location"> 1478 <context-group purpose="location">
@@ -1524,44 +1497,50 @@
1524 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1497 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1525 <context context-type="linenumber">29</context> 1498 <context context-type="linenumber">29</context>
1526 </context-group> 1499 </context-group>
1500 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1501 <source>Help</source><target state="new">Help</target>
1502 <context-group purpose="location">
1503 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1504 <context context-type="linenumber">35</context>
1505 </context-group>
1527 </trans-unit> 1506 </trans-unit>
1528 1507
1529 1508
1530 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1509 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1531 <source>Log out</source><target state="new">Log out</target> 1510 <source>Log out</source><target state="new">Log out</target>
1532 1511
1533 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1512 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1534 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1513 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1535 <source>Create an account</source><target state="new">Create an account</target> 1514 <source>Create an account</source><target state="new">Create an account</target>
1536 1515
1537 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1516 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1538 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1517 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1539 <source>My library</source><target state="new">My library</target> 1518 <source>My library</source><target state="new">My library</target>
1540 1519
1541 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1520 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1542 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1521 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1543 <source>Videos</source><target state="new">Videos</target> 1522 <source>Videos</source><target state="new">Videos</target>
1544 1523
1545 1524
1546 1525
1547 1526
1548 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1527 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1549 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1528 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1550 <source>Playlists</source><target state="new">Playlists</target> 1529 <source>Playlists</source><target state="new">Playlists</target>
1551 1530
1552 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1531 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1553 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1532 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1554 <source>Subscriptions</source><target state="new">Subscriptions</target> 1533 <source>Subscriptions</source><target state="new">Subscriptions</target>
1555 1534
1556 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1535 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1557 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1536 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1558 <source>History</source><target state="new">History</target> 1537 <source>History</source><target state="new">History</target>
1559 1538
1560 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1539 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1561 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1540 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1562 <source>Discover</source><target state="new">Discover</target> 1541 <source>Discover</source><target state="new">Discover</target>
1563 1542
1564 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1543 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1565 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1544 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1566 <source>Trending</source> 1545 <source>Trending</source>
1567 <target>Öne çıkanlar</target> 1546 <target>Öne çıkanlar</target>
@@ -1569,11 +1548,11 @@
1569 <context context-type="linenumber">71</context> 1548 <context context-type="linenumber">71</context>
1570 </context-group> 1549 </context-group>
1571 1550
1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 1551 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1573 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1552 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1574 <source>Most liked</source><target state="new">Most liked</target> 1553 <source>Most liked</source><target state="new">Most liked</target>
1575 1554
1576 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1555 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1577 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1556 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1578 <source>Recently added</source> 1557 <source>Recently added</source>
1579 <target>Son eklenenler</target> 1558 <target>Son eklenenler</target>
@@ -1581,7 +1560,7 @@
1581 <context context-type="linenumber">81</context> 1560 <context context-type="linenumber">81</context>
1582 </context-group> 1561 </context-group>
1583 1562
1584 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1563 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1585 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1564 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1586 <source>More</source> 1565 <source>More</source>
1587 <target>Daha fazla</target> 1566 <target>Daha fazla</target>
@@ -1589,11 +1568,11 @@
1589 <context context-type="linenumber">91</context> 1568 <context context-type="linenumber">91</context>
1590 </context-group> 1569 </context-group>
1591 1570
1592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1571 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1593 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1572 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1594 <source>Administration</source><target state="new">Administration</target> 1573 <source>Administration</source><target state="new">Administration</target>
1595 1574
1596 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1575 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1597 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1576 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1598 <source>About</source> 1577 <source>About</source>
1599 <target>Hakkında</target> 1578 <target>Hakkında</target>
@@ -1603,7 +1582,7 @@
1603 1582
1604 1583
1605 1584
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1585 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1607 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1586 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1608 <source>Show keyboard shortcuts</source> 1587 <source>Show keyboard shortcuts</source>
1609 <target>Klavye kısayollarını göster</target> 1588 <target>Klavye kısayollarını göster</target>
@@ -1611,7 +1590,7 @@
1611 <context context-type="linenumber">111</context> 1590 <context context-type="linenumber">111</context>
1612 </context-group> 1591 </context-group>
1613 1592
1614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1593 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1615 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1594 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1616 <source>View your notifications</source><target state="new">View your notifications</target> 1595 <source>View your notifications</source><target state="new">View your notifications</target>
1617 <context-group purpose="location"> 1596 <context-group purpose="location">
@@ -1625,15 +1604,9 @@
1625 1604
1626 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1627 <source>Mark all as read</source><target state="new">Mark all as read</target> 1606 <source>Mark all as read</source><target state="new">Mark all as read</target>
1628 <context-group purpose="location"> 1607
1629 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1608
1630 <context context-type="linenumber">18</context> 1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1631 </context-group>
1632 <context-group purpose="location">
1633 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1634 <context context-type="linenumber">9</context>
1635 </context-group>
1636 </trans-unit>
1637 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1610 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1638 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1611 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1639 1612
@@ -1714,7 +1687,7 @@
1714 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1687 <trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1715 <source>Duration</source><target state="new">Duration</target> 1688 <source>Duration</source><target state="new">Duration</target>
1716 1689
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1690 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1718 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1691 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1719 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1692 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1720 1693
@@ -1815,9 +1788,8 @@
1815 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1788 <trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1816 <source>Filter</source><target state="new">Filter</target> 1789 <source>Filter</source><target state="new">Filter</target>
1817 1790
1818 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1791 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1819 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1792 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1820 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1821 <context-group purpose="location"> 1793 <context-group purpose="location">
1822 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1794 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1823 <context context-type="linenumber">14</context> 1795 <context context-type="linenumber">14</context>
@@ -1847,6 +1819,16 @@
1847 <context context-type="linenumber">14</context> 1819 <context context-type="linenumber">14</context>
1848 </context-group> 1820 </context-group>
1849 </trans-unit> 1821 </trans-unit>
1822 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1823 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1824
1825
1826
1827
1828
1829
1830
1831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1850 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1832 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1851 <source>Add caption</source><target state="new">Add caption</target> 1833 <source>Add caption</source><target state="new">Add caption</target>
1852 <context-group purpose="location"> 1834 <context-group purpose="location">
@@ -2496,23 +2478,23 @@
2496 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2478 <trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2497 <source>Friendly Reminder:</source><target state="new">Friendly Reminder:</target> 2479 <source>Friendly Reminder:</source><target state="new">Friendly Reminder:</target>
2498 2480
2499 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2481 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2500 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2482 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2501 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source><target state="new">the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</target> 2483 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source><target state="new">the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</target>
2502 2484
2503 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2485 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2504 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2486 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2505 <source>More information</source><target state="new">More information</target> 2487 <source>More information</source><target state="new">More information</target>
2506 2488
2507 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2489 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2508 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2490 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2509 <source>Get more information</source><target state="new">Get more information</target> 2491 <source>Get more information</source><target state="new">Get more information</target>
2510 2492
2511 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2493 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2512 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2494 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2513 <source>OK</source><target state="new">OK</target> 2495 <source>OK</source><target state="new">OK</target>
2514 2496
2515 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2497 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2516 <source>1 Comment</source><target state="new">1 Comment</target> 2498 <source>1 Comment</source><target state="new">1 Comment</target>
2517 <context-group purpose="location"> 2499 <context-group purpose="location">
2518 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2500 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2652,7 +2634,7 @@
2652 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2634 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2653 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2635 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2654 2636
2655 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2637 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2656 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2638 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2657 <source>Users</source><target state="new">Users</target> 2639 <source>Users</source><target state="new">Users</target>
2658 <context-group purpose="location"> 2640 <context-group purpose="location">
@@ -2777,7 +2759,37 @@
2777 2759
2778 2760
2779 2761
2780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2763 <source>Delayed.</source><target state="new">Delayed.</target>
2764 <context-group purpose="location">
2765 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2766 <context context-type="linenumber">42</context>
2767 </context-group>
2768 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2769 <source>Will start soon...</source><target state="new">Will start soon...</target>
2770 <context-group purpose="location">
2771 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2772 <context context-type="linenumber">43</context>
2773 </context-group>
2774 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2775 <source>Running...</source><target state="new">Running...</target>
2776 <context-group purpose="location">
2777 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2778 <context context-type="linenumber">44</context>
2779 </context-group>
2780 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2781 <source>Finished</source><target state="new">Finished</target>
2782 <context-group purpose="location">
2783 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2784 <context context-type="linenumber">45</context>
2785 </context-group>
2786 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2787 <source>Failed</source><target state="new">Failed</target>
2788 <context-group purpose="location">
2789 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2790 <context context-type="linenumber">46</context>
2791 </context-group>
2792 </trans-unit>
2781 2793
2782 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2794 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2783 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2795 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -2787,7 +2799,7 @@
2787 2799
2788 2800
2789 2801
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2791 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2803 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2792 <source>Accepted</source><target state="new">Accepted</target> 2804 <source>Accepted</source><target state="new">Accepted</target>
2793 2805
@@ -3437,19 +3449,25 @@
3437 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3449 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3438 <context context-type="linenumber">2</context> 3450 <context context-type="linenumber">2</context>
3439 </context-group> 3451 </context-group>
3452 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3453 <source>Job type</source><target state="new">Job type</target>
3454 <context-group purpose="location">
3455 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3456 <context context-type="linenumber">5</context>
3457 </context-group>
3458 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3459 <source>Job state</source><target state="new">Job state</target>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3462 <context context-type="linenumber">14</context>
3463 </context-group>
3440 </trans-unit> 3464 </trans-unit>
3441 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3465 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3442 <source>Type</source><target state="new">Type</target> 3466 <source>Type</source><target state="new">Type</target>
3443 3467
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3445 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3469
3446 <source>Processed on</source><target state="new">Processed on</target> 3470
3447
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3449 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3450 <source>Finished on</source><target state="new">Finished on</target>
3451
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3453 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3471 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3454 <source>Refresh</source><target state="new">Refresh</target> 3472 <source>Refresh</source><target state="new">Refresh</target>
3455 3473
@@ -3999,15 +4017,23 @@
3999 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4017 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4000 <context context-type="linenumber">486</context> 4018 <context context-type="linenumber">486</context>
4001 </context-group> 4019 </context-group>
4002 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4020 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4003 <source> 4021 <source>
4004 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4022 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4005 4023
4006 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4024 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4025
4026 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4027
4028 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4007 </source><target state="new"> 4029 </source><target state="new">
4008 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4030 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4009 4031
4010 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4032 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4033
4034 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4035
4036 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4011 </target> 4037 </target>
4012 <context-group purpose="location"> 4038 <context-group purpose="location">
4013 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4039 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4043,52 +4069,49 @@
4043 4069
4044 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4070 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4045 </target> 4071 </target>
4046 <context-group purpose="location"> 4072
4047 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4048 <context context-type="linenumber">518</context>
4049 </context-group>
4050 </trans-unit>
4051 4074
4052 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4075 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4053 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4076 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4054 4077
4055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4056 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4079 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4057 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 4080 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
4058 4081
4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4060 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4083 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4061 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4084 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4062 4085
4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4064 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4087 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4065 <source>Cache</source><target state="new">Cache</target> 4088 <source>Cache</source><target state="new">Cache</target>
4066 4089
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4068 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4091 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4069 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 4092 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
4070 4093
4071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4072 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4095 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4073 <source>Previews cache size</source><target state="new">Previews cache size</target> 4096 <source>Previews cache size</source><target state="new">Previews cache size</target>
4074 4097
4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4076 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4099 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4077 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 4100 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
4078 4101
4079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4080 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4103 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4081 <source>Customizations</source><target state="new">Customizations</target> 4104 <source>Customizations</source><target state="new">Customizations</target>
4082 4105
4083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4084 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4107 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4085 <source>JavaScript</source><target state="new">JavaScript</target> 4108 <source>JavaScript</source><target state="new">JavaScript</target>
4086 4109
4087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit> 4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4088 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4111 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4089 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target> 4112 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source><target state="new">Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
4090 4113
4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit> 4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4092 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4115 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4093 <source> 4116 <source>
4094 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4117 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
@@ -4105,7 +4128,7 @@
4105 </source> 4128 </source>
4106 <target state="new"/> 4129 <target state="new"/>
4107 4130
4108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4109 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4132 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4110 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 4133 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
4111 <context-group purpose="location"> 4134 <context-group purpose="location">
@@ -4116,11 +4139,11 @@
4116 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4139 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4117 <source>Update configuration</source><target state="new">Update configuration</target> 4140 <source>Update configuration</source><target state="new">Update configuration</target>
4118 4141
4119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit> 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4120 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4143 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4121 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4144 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4122 4145
4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4124 <source>Total video quota:</source><target state="new">Total video quota:</target> 4147 <source>Total video quota:</source><target state="new">Total video quota:</target>
4125 <context-group purpose="location"> 4148 <context-group purpose="location">
4126 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4149 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4553,11 +4576,8 @@ When you will upload a video in this channel, the video support field will be au
4553 </context-group> 4576 </context-group>
4554 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4577 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4555 <source>All read</source><target state="new">All read</target> 4578 <source>All read</source><target state="new">All read</target>
4556 <context-group purpose="location"> 4579
4557 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4558 <context context-type="linenumber">12</context>
4559 </context-group>
4560 </trans-unit>
4561 4581
4562 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 4582 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4563 <source>Activities</source><target state="new">Activities</target> 4583 <source>Activities</source><target state="new">Activities</target>
@@ -5478,6 +5498,12 @@ When you will upload a video in this channel, the video support field will be au
5478 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5498 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5479 <context context-type="linenumber">1</context> 5499 <context context-type="linenumber">1</context>
5480 </context-group> 5500 </context-group>
5501 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5502 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5503 <context-group purpose="location">
5504 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5505 <context context-type="linenumber">1</context>
5506 </context-group>
5481 </trans-unit> 5507 </trans-unit>
5482 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5508 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5483 <source>240p</source><target state="new">240p</target> 5509 <source>240p</source><target state="new">240p</target>
@@ -8358,6 +8384,12 @@ When you will upload a video in this channel, the video support field will be au
8358 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 8384 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8359 <context context-type="linenumber">1</context> 8385 <context context-type="linenumber">1</context>
8360 </context-group> 8386 </context-group>
8387 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8388 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8389 <context-group purpose="location">
8390 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8391 <context context-type="linenumber">1</context>
8392 </context-group>
8361 </trans-unit> 8393 </trans-unit>
8362 8394
8363 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8395 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
@@ -8524,6 +8556,18 @@ When you will upload a video in this channel, the video support field will be au
8524 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 8556 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8525 <context context-type="linenumber">1</context> 8557 <context context-type="linenumber">1</context>
8526 </context-group> 8558 </context-group>
8559 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8560 <source>Add to watch later</source><target state="new">Add to watch later</target>
8561 <context-group purpose="location">
8562 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8563 <context context-type="linenumber">1</context>
8564 </context-group>
8565 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8566 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8567 <context-group purpose="location">
8568 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8569 <context context-type="linenumber">1</context>
8570 </context-group>
8527 </trans-unit> 8571 </trans-unit>
8528 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 8572 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
8529 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 8573 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 0b18dbeb9..f5af0faf8 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -370,11 +370,8 @@
370 </context-group> 370 </context-group>
371 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 371 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
372 <source>Options</source><target state="new">Options</target> 372 <source>Options</source><target state="new">Options</target>
373 <context-group purpose="location"> 373
374 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 374 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
375 <context context-type="linenumber">9</context>
376 </context-group>
377 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
378 <source>Start at</source><target state="new">Start at</target> 375 <source>Start at</source><target state="new">Start at</target>
379 376
380 377
@@ -402,25 +399,29 @@
402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
403 <source>Create</source><target state="new">Create</target> 400 <source>Create</source><target state="new">Create</target>
404 401
405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
406 <source>Download video</source><target state="new">Download video</target> 403 <source>video</source><target state="new">video</target>
407 <context-group purpose="location"> 404 <context-group purpose="location">
408 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 405 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
409 <context context-type="linenumber">3</context> 406 <context context-type="linenumber">4</context>
410 </context-group> 407 </context-group>
411 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
412 <source>Direct download</source><target state="new">Direct download</target>
413 <context-group purpose="location"> 408 <context-group purpose="location">
414 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 409 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
415 <context context-type="linenumber">27</context> 410 <context context-type="linenumber">12</context>
416 </context-group> 411 </context-group>
417 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 412 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
418 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target> 413 <source>subtitles</source><target state="new">subtitles</target>
419 <context-group purpose="location"> 414 <context-group purpose="location">
420 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 415 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
421 <context context-type="linenumber">32</context> 416 <context context-type="linenumber">11</context>
422 </context-group> 417 </context-group>
423 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 418 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
419 <source>Direct download</source><target state="new">Direct download</target>
420
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
422 <source>Torrent (.torrent file)</source><target state="new">Torrent (.torrent file)</target>
423
424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
424 <source> 425 <source>
425 Cancel 426 Cancel
426 </source><target state="new"> 427 </source><target state="new">
@@ -428,13 +429,10 @@
428 </target> 429 </target>
429 430
430 431
431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
432 <source>Download</source><target state="new">Download</target> 433 <source>Download</source><target state="new">Download</target>
433 <context-group purpose="location"> 434
434 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
435 <context context-type="linenumber">43</context>
436 </context-group>
437 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
438 <source>Report video</source><target state="new">Report video</target> 436 <source>Report video</source><target state="new">Report video</target>
439 <context-group purpose="location"> 437 <context-group purpose="location">
440 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 438 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -522,36 +520,27 @@
522 <context-group name="null"> 520 <context-group name="null">
523 <context context-type="linenumber">6</context> 521 <context context-type="linenumber">6</context>
524 </context-group> 522 </context-group>
525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
526 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 524 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
527 <source>Private</source> 525 <source>Private</source>
528 <target>Приватний</target> 526 <target>Приватний</target>
529 <context-group name="null"> 527 <context-group name="null">
530 <context context-type="linenumber">7</context> 528 <context context-type="linenumber">7</context>
531 </context-group> 529 </context-group>
532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
533 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 531 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="new"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
534 <context-group purpose="location"> 532
535 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
536 <context context-type="linenumber">24</context>
537 </context-group>
538 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
539 <source>Blacklisted</source><target state="new">Blacklisted</target> 534 <source>Blacklisted</source><target state="new">Blacklisted</target>
540 <context-group purpose="location"> 535
541 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
542 <context context-type="linenumber">42</context>
543 </context-group>
544 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
545 <source> 537 <source>
546 Sensitive 538 Sensitive
547 </source><target state="new"> 539 </source><target state="new">
548 Sensitive 540 Sensitive
549 </target> 541 </target>
550 <context-group purpose="location"> 542
551 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
552 <context context-type="linenumber">46</context>
553 </context-group>
554 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
555 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 544 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
556 <context-group purpose="location"> 545 <context-group purpose="location">
557 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 546 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -582,7 +571,7 @@
582 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 571 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
583 <source>Deleted</source><target state="new">Deleted</target> 572 <source>Deleted</source><target state="new">Deleted</target>
584 573
585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
586 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
587 <context-group purpose="location"> 576 <context-group purpose="location">
588 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 577 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -602,43 +591,16 @@
602 </context-group> 591 </context-group>
603 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 592 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
604 <source>No results.</source><target state="new">No results.</target> 593 <source>No results.</source><target state="new">No results.</target>
605 <context-group purpose="location"> 594
606 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 595
607 <context context-type="linenumber">1</context> 596
608 </context-group> 597
609 <context-group purpose="location"> 598
610 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 599
611 <context context-type="linenumber">20</context> 600
612 </context-group> 601
613 <context-group purpose="location"> 602
614 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
615 <context context-type="linenumber">20</context>
616 </context-group>
617 <context-group purpose="location">
618 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
619 <context context-type="linenumber">20</context>
620 </context-group>
621 <context-group purpose="location">
622 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
623 <context context-type="linenumber">20</context>
624 </context-group>
625 <context-group purpose="location">
626 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
627 <context context-type="linenumber">20</context>
628 </context-group>
629 <context-group purpose="location">
630 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
631 <context context-type="linenumber">3</context>
632 </context-group>
633 <context-group purpose="location">
634 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
635 <context context-type="linenumber">20</context>
636 </context-group>
637 <context-group purpose="location">
638 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
639 <context context-type="linenumber">20</context>
640 </context-group>
641 </trans-unit>
642 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 604 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
643 <source>Delete</source> 605 <source>Delete</source>
644 <target>Видалити</target> 606 <target>Видалити</target>
@@ -845,7 +807,7 @@
845 <source>Local</source><target state="new">Local</target> 807 <source>Local</source><target state="new">Local</target>
846 808
847 809
848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 810 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
849 <source>users</source><target state="new">users</target> 811 <source>users</source><target state="new">users</target>
850 <context-group purpose="location"> 812 <context-group purpose="location">
851 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 813 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1023,7 +985,7 @@
1023 <source>Login</source><target state="new">Login</target> 985 <source>Login</source><target state="new">Login</target>
1024 986
1025 987
1026 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 988 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1027 <source>Forgot your password</source><target state="new">Forgot your password</target> 989 <source>Forgot your password</source><target state="new">Forgot your password</target>
1028 <context-group purpose="location"> 990 <context-group purpose="location">
1029 <context context-type="sourcefile">src/app/login/login.component.html</context> 991 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1340,7 +1302,7 @@
1340 <source>Change the language</source><target state="new">Change the language</target> 1302 <source>Change the language</source><target state="new">Change the language</target>
1341 1303
1342 1304
1343 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1305 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1344 <source> 1306 <source>
1345 Help to translate PeerTube! 1307 Help to translate PeerTube!
1346 </source><target state="new"> 1308 </source><target state="new">
@@ -1368,57 +1330,63 @@
1368 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1330 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1369 <context context-type="linenumber">29</context> 1331 <context context-type="linenumber">29</context>
1370 </context-group> 1332 </context-group>
1333 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1334 <source>Help</source><target state="new">Help</target>
1335 <context-group purpose="location">
1336 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1337 <context context-type="linenumber">35</context>
1338 </context-group>
1371 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1339 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1372 <source>Log out</source><target state="new">Log out</target> 1340 <source>Log out</source><target state="new">Log out</target>
1373 1341
1374 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1342 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1375 <source>Create an account</source><target state="new">Create an account</target> 1343 <source>Create an account</source><target state="new">Create an account</target>
1376 1344
1377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1345 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1378 <source>My library</source><target state="new">My library</target> 1346 <source>My library</source><target state="new">My library</target>
1379 1347
1380 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1348 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1381 <source>Videos</source><target state="new">Videos</target> 1349 <source>Videos</source><target state="new">Videos</target>
1382 1350
1383 1351
1384 1352
1385 1353
1386 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html"> 1354 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1387 <source>Playlists</source><target state="new">Playlists</target> 1355 <source>Playlists</source><target state="new">Playlists</target>
1388 1356
1389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1357 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1390 <source>Subscriptions</source><target state="new">Subscriptions</target> 1358 <source>Subscriptions</source><target state="new">Subscriptions</target>
1391 1359
1392 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1393 <source>History</source><target state="new">History</target> 1361 <source>History</source><target state="new">History</target>
1394 1362
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1363 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1396 <source>Discover</source><target state="new">Discover</target> 1364 <source>Discover</source><target state="new">Discover</target>
1397 1365
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1366 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1399 <source>Trending</source><target state="new">Trending</target> 1367 <source>Trending</source><target state="new">Trending</target>
1400 1368
1401 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1369 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1402 <source>Most liked</source><target state="new">Most liked</target> 1370 <source>Most liked</source><target state="new">Most liked</target>
1403 1371
1404 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1372 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1405 <source>Recently added</source><target state="new">Recently added</target> 1373 <source>Recently added</source><target state="new">Recently added</target>
1406 1374
1407 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1375 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1408 <source>More</source><target state="new">More</target> 1376 <source>More</source><target state="new">More</target>
1409 1377
1410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1378 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1411 <source>Administration</source><target state="new">Administration</target> 1379 <source>Administration</source><target state="new">Administration</target>
1412 1380
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1414 <source>About</source><target state="new">About</target> 1382 <source>About</source><target state="new">About</target>
1415 1383
1416 1384
1417 1385
1418 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html"> 1386 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1419 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target> 1387 <source>Show keyboard shortcuts</source><target state="new">Show keyboard shortcuts</target>
1420 1388
1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1389 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1422 <source>View your notifications</source><target state="new">View your notifications</target> 1390 <source>View your notifications</source><target state="new">View your notifications</target>
1423 <context-group purpose="location"> 1391 <context-group purpose="location">
1424 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1392 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
@@ -1430,15 +1398,9 @@
1430 1398
1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1399 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1432 <source>Mark all as read</source><target state="new">Mark all as read</target> 1400 <source>Mark all as read</source><target state="new">Mark all as read</target>
1433 <context-group purpose="location"> 1401
1434 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1402
1435 <context context-type="linenumber">18</context> 1403 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1436 </context-group>
1437 <context-group purpose="location">
1438 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1439 <context context-type="linenumber">9</context>
1440 </context-group>
1441 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1442 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target> 1404 <source>Update your notification preferences</source><target state="new">Update your notification preferences</target>
1443 1405
1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html"> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
@@ -1504,7 +1466,7 @@
1504 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html"> 1466 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1505 <source>Duration</source><target state="new">Duration</target> 1467 <source>Duration</source><target state="new">Duration</target>
1506 1468
1507 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1469 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1508 <source>Display sensitive content</source><target state="new">Display sensitive content</target> 1470 <source>Display sensitive content</source><target state="new">Display sensitive content</target>
1509 1471
1510 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html"> 1472 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
@@ -1592,8 +1554,8 @@
1592 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html"> 1554 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1593 <source>Filter</source><target state="new">Filter</target> 1555 <source>Filter</source><target state="new">Filter</target>
1594 1556
1595 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1557 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1596 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target> 1558 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1597 <context-group purpose="location"> 1559 <context-group purpose="location">
1598 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1560 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1599 <context context-type="linenumber">14</context> 1561 <context context-type="linenumber">14</context>
@@ -1622,7 +1584,16 @@
1622 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1584 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1623 <context context-type="linenumber">14</context> 1585 <context context-type="linenumber">14</context>
1624 </context-group> 1586 </context-group>
1625 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1587 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1588 <source>Display unlisted and private videos</source><target state="new">Display unlisted and private videos</target>
1589
1590
1591
1592
1593
1594
1595
1596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1626 <source>Add caption</source><target state="new">Add caption</target> 1597 <source>Add caption</source><target state="new">Add caption</target>
1627 <context-group purpose="location"> 1598 <context-group purpose="location">
1628 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1599 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2210,27 +2181,27 @@
2210 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html"> 2181 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2211 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target> 2182 <source>Friendly Reminder: </source><target state="new">Friendly Reminder: </target>
2212 2183
2213 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2214 <source> 2185 <source>
2215 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2186 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2216 </source><target state="new"> 2187 </source><target state="new">
2217 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2188 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2218 </target> 2189 </target>
2219 2190
2220 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2191 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2221 <source>More information</source><target state="new">More information</target> 2192 <source>More information</source><target state="new">More information</target>
2222 2193
2223 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2224 <source>Get more information</source><target state="new">Get more information</target> 2195 <source>Get more information</source><target state="new">Get more information</target>
2225 2196
2226 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2197 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2227 <source> 2198 <source>
2228 OK 2199 OK
2229 </source><target state="new"> 2200 </source><target state="new">
2230 OK 2201 OK
2231 </target> 2202 </target>
2232 2203
2233 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2204 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2234 <source>1 Comment</source><target state="new">1 Comment</target> 2205 <source>1 Comment</source><target state="new">1 Comment</target>
2235 <context-group purpose="location"> 2206 <context-group purpose="location">
2236 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2207 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2362,7 +2333,7 @@
2362 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2363 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2334 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2364 2335
2365 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2366 <source> 2337 <source>
2367 Users 2338 Users
2368 </source><target state="new"> 2339 </source><target state="new">
@@ -2498,7 +2469,37 @@
2498 2469
2499 2470
2500 2471
2501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2473 <source>Delayed.</source><target state="new">Delayed.</target>
2474 <context-group purpose="location">
2475 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2476 <context context-type="linenumber">42</context>
2477 </context-group>
2478 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2479 <source>Will start soon...</source><target state="new">Will start soon...</target>
2480 <context-group purpose="location">
2481 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2482 <context context-type="linenumber">43</context>
2483 </context-group>
2484 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2485 <source>Running...</source><target state="new">Running...</target>
2486 <context-group purpose="location">
2487 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2488 <context context-type="linenumber">44</context>
2489 </context-group>
2490 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2491 <source>Finished</source><target state="new">Finished</target>
2492 <context-group purpose="location">
2493 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2494 <context context-type="linenumber">45</context>
2495 </context-group>
2496 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2497 <source>Failed</source><target state="new">Failed</target>
2498 <context-group purpose="location">
2499 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2500 <context context-type="linenumber">46</context>
2501 </context-group>
2502 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2502 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2503 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2503 2504
2504 2505
@@ -2506,7 +2507,7 @@
2506 2507
2507 2508
2508 2509
2509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2510 <source>Accepted</source><target state="new">Accepted</target> 2511 <source>Accepted</source><target state="new">Accepted</target>
2511 2512
2512 2513
@@ -3109,16 +3110,22 @@
3109 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3110 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3110 <context context-type="linenumber">2</context> 3111 <context context-type="linenumber">2</context>
3111 </context-group> 3112 </context-group>
3113 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3114 <source>Job type</source><target state="new">Job type</target>
3115 <context-group purpose="location">
3116 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3117 <context context-type="linenumber">5</context>
3118 </context-group>
3119 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3120 <source>Job state</source><target state="new">Job state</target>
3121 <context-group purpose="location">
3122 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3123 <context context-type="linenumber">14</context>
3124 </context-group>
3112 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3125 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3113 <source>Type</source><target state="new">Type</target> 3126 <source>Type</source><target state="new">Type</target>
3114 3127
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3116 <source>Processed on</source><target state="new">Processed on</target>
3117
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3119 <source>Finished on</source><target state="new">Finished on</target>
3120
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3122 <source>Refresh</source><target state="new">Refresh</target> 3129 <source>Refresh</source><target state="new">Refresh</target>
3123 3130
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3609,15 +3616,23 @@
3609 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3616 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3610 <context context-type="linenumber">486</context> 3617 <context context-type="linenumber">486</context>
3611 </context-group> 3618 </context-group>
3612 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3619 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3613 <source> 3620 <source>
3614 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3621 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3615 3622
3616 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3623 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3624
3625 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3626
3627 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3617 </source><target state="new"> 3628 </source><target state="new">
3618 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3629 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3619 3630
3620 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3631 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3632
3633 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3634
3635 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3621 </target> 3636 </target>
3622 <context-group purpose="location"> 3637 <context-group purpose="location">
3623 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3638 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3653,45 +3668,42 @@
3653 3668
3654 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3669 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3655 </target> 3670 </target>
3656 <context-group purpose="location"> 3671
3657 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3658 <context context-type="linenumber">518</context>
3659 </context-group>
3660 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3661 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3673 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3662 3674
3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3664 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3676 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3665 3677
3666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3667 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3679 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3668 3680
3669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3670 <source>Cache</source><target state="new">Cache</target> 3682 <source>Cache</source><target state="new">Cache</target>
3671 3683
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3673 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3685 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3674 3686
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3676 <source>Previews cache size</source><target state="new">Previews cache size</target> 3688 <source>Previews cache size</source><target state="new">Previews cache size</target>
3677 3689
3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3679 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 3691 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3680 3692
3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3682 <source>Customizations</source><target state="new">Customizations</target> 3694 <source>Customizations</source><target state="new">Customizations</target>
3683 3695
3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3685 <source>JavaScript</source><target state="new">JavaScript</target> 3697 <source>JavaScript</source><target state="new">JavaScript</target>
3686 3698
3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3688 <source> 3700 <source>
3689 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3701 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3690 </source><target state="new"> 3702 </source><target state="new">
3691 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3703 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3692 </target> 3704 </target>
3693 3705
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3695 <source> 3707 <source>
3696 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3708 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3697<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3709<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3718,7 +3730,7 @@
3718<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3730<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3719 </target> 3731 </target>
3720 3732
3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3722 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3734 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3723 <context-group purpose="location"> 3735 <context-group purpose="location">
3724 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3736 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3727,10 +3739,10 @@
3727 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3739 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3728 <source>Update configuration</source><target state="new">Update configuration</target> 3740 <source>Update configuration</source><target state="new">Update configuration</target>
3729 3741
3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3731 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3743 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3732 3744
3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3734 <source>Total video quota:</source><target state="new">Total video quota:</target> 3746 <source>Total video quota:</source><target state="new">Total video quota:</target>
3735 <context-group purpose="location"> 3747 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3748 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4124,11 +4136,8 @@ When you will upload a video in this channel, the video support field will be au
4124 </context-group> 4136 </context-group>
4125 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4137 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4126 <source>All read</source><target state="new">All read</target> 4138 <source>All read</source><target state="new">All read</target>
4127 <context-group purpose="location"> 4139
4128 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4140 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4129 <context context-type="linenumber">12</context>
4130 </context-group>
4131 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4132 <source>Activities</source><target state="new">Activities</target> 4141 <source>Activities</source><target state="new">Activities</target>
4133 <context-group purpose="location"> 4142 <context-group purpose="location">
4134 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4143 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5018,6 +5027,12 @@ When you will upload a video in this channel, the video support field will be au
5018 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5027 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5019 <context context-type="linenumber">1</context> 5028 <context context-type="linenumber">1</context>
5020 </context-group> 5029 </context-group>
5030 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5031 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5032 <context-group purpose="location">
5033 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5034 <context context-type="linenumber">1</context>
5035 </context-group>
5021 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5036 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5022 <source>240p</source><target state="new">240p</target> 5037 <source>240p</source><target state="new">240p</target>
5023 <context-group purpose="location"> 5038 <context-group purpose="location">
@@ -7508,6 +7523,12 @@ When you will upload a video in this channel, the video support field will be au
7508 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 7523 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
7509 <context context-type="linenumber">1</context> 7524 <context context-type="linenumber">1</context>
7510 </context-group> 7525 </context-group>
7526 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7527 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7528 <context-group purpose="location">
7529 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7530 <context context-type="linenumber">1</context>
7531 </context-group>
7511 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 7532 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
7512 <source>Subscribed</source><target state="new">Subscribed</target> 7533 <source>Subscribed</source><target state="new">Subscribed</target>
7513 <context-group purpose="location"> 7534 <context-group purpose="location">
@@ -7649,6 +7670,18 @@ When you will upload a video in this channel, the video support field will be au
7649 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 7670 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
7650 <context context-type="linenumber">1</context> 7671 <context context-type="linenumber">1</context>
7651 </context-group> 7672 </context-group>
7673 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
7674 <source>Add to watch later</source><target state="new">Add to watch later</target>
7675 <context-group purpose="location">
7676 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7677 <context context-type="linenumber">1</context>
7678 </context-group>
7679 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
7680 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
7681 <context-group purpose="location">
7682 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
7683 <context context-type="linenumber">1</context>
7684 </context-group>
7652 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 7685 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
7653 <source>Only I can see this video</source><target state="new">Only I can see this video</target> 7686 <source>Only I can see this video</source><target state="new">Only I can see this video</target>
7654 <context-group purpose="location"> 7687 <context-group purpose="location">
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index 278a3e35e..25a0ef877 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -384,7 +384,7 @@
384 <context-group name="null"> 384 <context-group name="null">
385 <context context-type="linenumber">9</context> 385 <context context-type="linenumber">9</context>
386 </context-group> 386 </context-group>
387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
388 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 388 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
389 <source>Start at</source> 389 <source>Start at</source>
390 <target>Bắt đầu từ</target> 390 <target>Bắt đầu từ</target>
@@ -418,28 +418,38 @@
418 <context-group name="null"> 418 <context-group name="null">
419 <context context-type="linenumber">74</context> 419 <context context-type="linenumber">74</context>
420 </context-group> 420 </context-group>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
422 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 422 <source>video</source><target state="new">video</target>
423 <source>Download video</source> 423 <context-group purpose="location">
424 <target>Tải video</target> 424 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
425 <context-group name="null"> 425 <context context-type="linenumber">4</context>
426 <context context-type="linenumber">3</context> 426 </context-group>
427 <context-group purpose="location">
428 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
429 <context context-type="linenumber">12</context>
427 </context-group> 430 </context-group>
428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 431 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
432 <source>subtitles</source><target state="new">subtitles</target>
433 <context-group purpose="location">
434 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
435 <context context-type="linenumber">11</context>
436 </context-group>
437 </trans-unit>
438
429 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 439 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
430 <source>Direct download</source> 440 <source>Direct download</source>
431 <target>Tải trực tiếp</target> 441 <target>Tải trực tiếp</target>
432 <context-group name="null"> 442 <context-group name="null">
433 <context context-type="linenumber">27</context> 443 <context context-type="linenumber">27</context>
434 </context-group> 444 </context-group>
435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
436 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 446 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
437 <source>Torrent (.torrent file)</source> 447 <source>Torrent (.torrent file)</source>
438 <target>Torrent (tập tin .torrent)</target> 448 <target>Torrent (tập tin .torrent)</target>
439 <context-group name="null"> 449 <context-group name="null">
440 <context context-type="linenumber">32</context> 450 <context context-type="linenumber">32</context>
441 </context-group> 451 </context-group>
442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
443 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 453 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
444 <source> 454 <source>
445 Cancel 455 Cancel
@@ -450,14 +460,14 @@
450 <context-group name="null"> 460 <context-group name="null">
451 <context context-type="linenumber">47</context> 461 <context context-type="linenumber">47</context>
452 </context-group> 462 </context-group>
453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
454 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 464 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
455 <source>Download</source> 465 <source>Download</source>
456 <target>Tải về</target> 466 <target>Tải về</target>
457 <context-group name="null"> 467 <context-group name="null">
458 <context context-type="linenumber">43</context> 468 <context context-type="linenumber">43</context>
459 </context-group> 469 </context-group>
460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
461 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 471 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
462 <source>Report video</source> 472 <source>Report video</source>
463 <target>Báo cáo video</target> 473 <target>Báo cáo video</target>
@@ -522,28 +532,28 @@
522 <context-group name="null"> 532 <context-group name="null">
523 <context context-type="linenumber">6</context> 533 <context context-type="linenumber">6</context>
524 </context-group> 534 </context-group>
525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
526 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 536 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
527 <source>Private</source> 537 <source>Private</source>
528 <target>Riêng tư</target> 538 <target>Riêng tư</target>
529 <context-group name="null"> 539 <context-group name="null">
530 <context context-type="linenumber">7</context> 540 <context context-type="linenumber">7</context>
531 </context-group> 541 </context-group>
532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
533 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 543 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
534 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 544 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
535 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> lượt xem</target> 545 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> lượt xem</target>
536 <context-group name="null"> 546 <context-group name="null">
537 <context context-type="linenumber">24</context> 547 <context context-type="linenumber">24</context>
538 </context-group> 548 </context-group>
539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
540 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 550 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
541 <source>Blacklisted</source> 551 <source>Blacklisted</source>
542 <target>Đã thêm vào danh sách đen</target> 552 <target>Đã thêm vào danh sách đen</target>
543 <context-group name="null"> 553 <context-group name="null">
544 <context context-type="linenumber">42</context> 554 <context context-type="linenumber">42</context>
545 </context-group> 555 </context-group>
546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
547 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 557 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
548 <source> 558 <source>
549 Sensitive 559 Sensitive
@@ -554,7 +564,7 @@
554 <context-group name="null"> 564 <context-group name="null">
555 <context context-type="linenumber">46</context> 565 <context context-type="linenumber">46</context>
556 </context-group> 566 </context-group>
557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
558 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 568 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="new">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
559 <context-group purpose="location"> 569 <context-group purpose="location">
560 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 570 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
@@ -587,7 +597,7 @@
587 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 597 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
588 <source>Deleted</source><target state="new">Deleted</target> 598 <source>Deleted</source><target state="new">Deleted</target>
589 599
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
591 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 601 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
592 <context-group purpose="location"> 602 <context-group purpose="location">
593 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 603 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -614,7 +624,7 @@
614 <context-group name="null"> 624 <context-group name="null">
615 <context context-type="linenumber">20</context> 625 <context context-type="linenumber">20</context>
616 </context-group> 626 </context-group>
617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
618 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 628 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
619 <source>Delete</source> 629 <source>Delete</source>
620 <target>Xoá</target> 630 <target>Xoá</target>
@@ -840,7 +850,7 @@
840 <context-group name="null"> 850 <context-group name="null">
841 <context context-type="linenumber">86</context> 851 <context context-type="linenumber">86</context>
842 </context-group> 852 </context-group>
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
844 <source>users</source><target state="new">users</target> 854 <source>users</source><target state="new">users</target>
845 <context-group purpose="location"> 855 <context-group purpose="location">
846 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 856 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1024,7 +1034,7 @@
1024 <context-group name="null"> 1034 <context-group name="null">
1025 <context context-type="linenumber">32</context> 1035 <context context-type="linenumber">32</context>
1026 </context-group> 1036 </context-group>
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1037 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1028 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1038 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1029 <source>Forgot your password</source> 1039 <source>Forgot your password</source>
1030 <target>Quên mật khẩu</target> 1040 <target>Quên mật khẩu</target>
@@ -1350,7 +1360,7 @@
1350 <context-group name="null"> 1360 <context-group name="null">
1351 <context context-type="linenumber">107</context> 1361 <context context-type="linenumber">107</context>
1352 </context-group> 1362 </context-group>
1353 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1363 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1354 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1364 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1355 <source> 1365 <source>
1356 Help to translate PeerTube! 1366 Help to translate PeerTube!
@@ -1379,6 +1389,12 @@
1379 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1389 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1380 <context context-type="linenumber">29</context> 1390 <context context-type="linenumber">29</context>
1381 </context-group> 1391 </context-group>
1392 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1393 <source>Help</source><target state="new">Help</target>
1394 <context-group purpose="location">
1395 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1396 <context context-type="linenumber">35</context>
1397 </context-group>
1382 </trans-unit> 1398 </trans-unit>
1383 1399
1384 1400
@@ -1388,101 +1404,101 @@
1388 <context-group name="null"> 1404 <context-group name="null">
1389 <context context-type="linenumber">25</context> 1405 <context context-type="linenumber">25</context>
1390 </context-group> 1406 </context-group>
1391 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1407 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1392 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1408 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1393 <source>Create an account</source> 1409 <source>Create an account</source>
1394 <target>Tạo tài khoản</target> 1410 <target>Tạo tài khoản</target>
1395 <context-group name="null"> 1411 <context-group name="null">
1396 <context context-type="linenumber">33</context> 1412 <context context-type="linenumber">33</context>
1397 </context-group> 1413 </context-group>
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1414 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1399 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1415 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1400 <source>My library</source> 1416 <source>My library</source>
1401 <target>Thư viện của tôi</target> 1417 <target>Thư viện của tôi</target>
1402 <context-group name="null"> 1418 <context-group name="null">
1403 <context context-type="linenumber">37</context> 1419 <context context-type="linenumber">37</context>
1404 </context-group> 1420 </context-group>
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1406 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1422 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1407 <source>Videos</source> 1423 <source>Videos</source>
1408 <target>Video</target> 1424 <target>Video</target>
1409 <context-group name="null"> 1425 <context-group name="null">
1410 <context context-type="linenumber">24</context> 1426 <context context-type="linenumber">24</context>
1411 </context-group> 1427 </context-group>
1412 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1428 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1413 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1429 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1414 <source>Playlists</source> 1430 <source>Playlists</source>
1415 <target>Danh sách phát</target> 1431 <target>Danh sách phát</target>
1416 <context-group name="null"> 1432 <context-group name="null">
1417 <context context-type="linenumber">46</context> 1433 <context context-type="linenumber">46</context>
1418 </context-group> 1434 </context-group>
1419 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1435 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1420 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1436 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1421 <source>Subscriptions</source> 1437 <source>Subscriptions</source>
1422 <target>Danh sách đăng kí</target> 1438 <target>Danh sách đăng kí</target>
1423 <context-group name="null"> 1439 <context-group name="null">
1424 <context context-type="linenumber">51</context> 1440 <context context-type="linenumber">51</context>
1425 </context-group> 1441 </context-group>
1426 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1442 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1427 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1443 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1428 <source>History</source> 1444 <source>History</source>
1429 <target>Lịch sử</target> 1445 <target>Lịch sử</target>
1430 <context-group name="null"> 1446 <context-group name="null">
1431 <context context-type="linenumber">56</context> 1447 <context context-type="linenumber">56</context>
1432 </context-group> 1448 </context-group>
1433 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1434 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1450 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1435 <source>Discover</source> 1451 <source>Discover</source>
1436 <target>Khám phá</target> 1452 <target>Khám phá</target>
1437 <context-group name="null"> 1453 <context-group name="null">
1438 <context context-type="linenumber">66</context> 1454 <context context-type="linenumber">66</context>
1439 </context-group> 1455 </context-group>
1440 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1441 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1457 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1442 <source>Trending</source> 1458 <source>Trending</source>
1443 <target>Thịnh hành</target> 1459 <target>Thịnh hành</target>
1444 <context-group name="null"> 1460 <context-group name="null">
1445 <context context-type="linenumber">71</context> 1461 <context context-type="linenumber">71</context>
1446 </context-group> 1462 </context-group>
1447 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1463 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1448 <source>Most liked</source><target state="new">Most liked</target> 1464 <source>Most liked</source><target state="new">Most liked</target>
1449 1465
1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1466 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1451 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1467 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1452 <source>Recently added</source> 1468 <source>Recently added</source>
1453 <target>Đã thêm gần đây</target> 1469 <target>Đã thêm gần đây</target>
1454 <context-group name="null"> 1470 <context-group name="null">
1455 <context context-type="linenumber">81</context> 1471 <context context-type="linenumber">81</context>
1456 </context-group> 1472 </context-group>
1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1458 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1474 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1459 <source>More</source> 1475 <source>More</source>
1460 <target>Thêm</target> 1476 <target>Thêm</target>
1461 <context-group name="null"> 1477 <context-group name="null">
1462 <context context-type="linenumber">91</context> 1478 <context context-type="linenumber">91</context>
1463 </context-group> 1479 </context-group>
1464 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1480 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1465 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1481 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1466 <source>Administration</source> 1482 <source>Administration</source>
1467 <target>Người quản trị</target> 1483 <target>Người quản trị</target>
1468 <context-group name="null"> 1484 <context-group name="null">
1469 <context context-type="linenumber">95</context> 1485 <context context-type="linenumber">95</context>
1470 </context-group> 1486 </context-group>
1471 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1487 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1472 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1488 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1473 <source>About</source> 1489 <source>About</source>
1474 <target>Thông tin</target> 1490 <target>Thông tin</target>
1475 <context-group name="null"> 1491 <context-group name="null">
1476 <context context-type="linenumber">26</context> 1492 <context context-type="linenumber">26</context>
1477 </context-group> 1493 </context-group>
1478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1494 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1479 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1495 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1480 <source>Show keyboard shortcuts</source> 1496 <source>Show keyboard shortcuts</source>
1481 <target>Hiện phím tắt bàn phím</target> 1497 <target>Hiện phím tắt bàn phím</target>
1482 <context-group name="null"> 1498 <context-group name="null">
1483 <context context-type="linenumber">111</context> 1499 <context context-type="linenumber">111</context>
1484 </context-group> 1500 </context-group>
1485 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1501 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1486 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1502 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1487 <source>View your notifications</source> 1503 <source>View your notifications</source>
1488 <target>Xem thông báo của bạn</target> 1504 <target>Xem thông báo của bạn</target>
@@ -1498,15 +1514,9 @@
1498 </context-group> 1514 </context-group>
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1515 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1500 <source>Mark all as read</source><target state="new">Mark all as read</target> 1516 <source>Mark all as read</source><target state="new">Mark all as read</target>
1501 <context-group purpose="location"> 1517
1502 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1518
1503 <context context-type="linenumber">18</context> 1519 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1504 </context-group>
1505 <context-group purpose="location">
1506 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1507 <context context-type="linenumber">9</context>
1508 </context-group>
1509 </trans-unit>
1510 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1520 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1511 <source>Update your notification preferences</source> 1521 <source>Update your notification preferences</source>
1512 <target>Cập nhật tuỳ chỉnh thông báo</target> 1522 <target>Cập nhật tuỳ chỉnh thông báo</target>
@@ -1608,7 +1618,7 @@
1608 <context-group name="null"> 1618 <context-group name="null">
1609 <context context-type="linenumber">45</context> 1619 <context context-type="linenumber">45</context>
1610 </context-group> 1620 </context-group>
1611 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1621 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1612 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1622 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1613 <source>Display sensitive content</source> 1623 <source>Display sensitive content</source>
1614 <target>Hiện nội dung nhạy cảm</target> 1624 <target>Hiện nội dung nhạy cảm</target>
@@ -1725,14 +1735,44 @@
1725 <context-group name="null"> 1735 <context-group name="null">
1726 <context context-type="linenumber">115</context> 1736 <context context-type="linenumber">115</context>
1727 </context-group> 1737 </context-group>
1728 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1739 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1740 <context-group purpose="location">
1741 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1742 <context context-type="linenumber">14</context>
1743 </context-group>
1744 <context-group purpose="location">
1745 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1746 <context context-type="linenumber">14</context>
1747 </context-group>
1748 <context-group purpose="location">
1749 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1750 <context context-type="linenumber">14</context>
1751 </context-group>
1752 <context-group purpose="location">
1753 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1754 <context context-type="linenumber">14</context>
1755 </context-group>
1756 <context-group purpose="location">
1757 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1758 <context context-type="linenumber">14</context>
1759 </context-group>
1760 <context-group purpose="location">
1761 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1762 <context context-type="linenumber">14</context>
1763 </context-group>
1764 <context-group purpose="location">
1765 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1766 <context context-type="linenumber">14</context>
1767 </context-group>
1768 </trans-unit>
1729 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1769 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1730 <source>Display unlisted and private videos</source> 1770 <source>Display unlisted and private videos</source>
1731 <target>Hiện video không công khai và riêng tư</target> 1771 <target>Hiện video không công khai và riêng tư</target>
1732 <context-group name="null"> 1772 <context-group name="null">
1733 <context context-type="linenumber">14</context> 1773 <context context-type="linenumber">14</context>
1734 </context-group> 1774 </context-group>
1735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 1775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1736 <source>Add caption</source><target state="new">Add caption</target> 1776 <source>Add caption</source><target state="new">Add caption</target>
1737 <context-group purpose="location"> 1777 <context-group purpose="location">
1738 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context> 1778 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
@@ -2465,20 +2505,20 @@
2465 <context-group name="null"> 2505 <context-group name="null">
2466 <context context-type="linenumber">211</context> 2506 <context context-type="linenumber">211</context>
2467 </context-group> 2507 </context-group>
2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2508 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2469 <source> 2509 <source>
2470 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2510 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2471 </source><target state="new"> 2511 </source><target state="new">
2472 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2512 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2473 </target> 2513 </target>
2474 2514
2475 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2515 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2476 <source>More information</source><target state="new">More information</target> 2516 <source>More information</source><target state="new">More information</target>
2477 2517
2478 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2518 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2479 <source>Get more information</source><target state="new">Get more information</target> 2519 <source>Get more information</source><target state="new">Get more information</target>
2480 2520
2481 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2521 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2482 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2522 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2483 <source> 2523 <source>
2484 OK 2524 OK
@@ -2489,7 +2529,7 @@
2489 <context-group name="null"> 2529 <context-group name="null">
2490 <context context-type="linenumber">218</context> 2530 <context context-type="linenumber">218</context>
2491 </context-group> 2531 </context-group>
2492 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2532 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2493 <source>1 Comment</source><target state="new">1 Comment</target> 2533 <source>1 Comment</source><target state="new">1 Comment</target>
2494 <context-group purpose="location"> 2534 <context-group purpose="location">
2495 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2535 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2641,7 +2681,7 @@
2641 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2681 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2642 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2682 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2643 2683
2644 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2684 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2645 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2685 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2646 <source> 2686 <source>
2647 Users 2687 Users
@@ -2778,7 +2818,37 @@
2778 <context-group name="null"> 2818 <context-group name="null">
2779 <context context-type="linenumber">10</context> 2819 <context context-type="linenumber">10</context>
2780 </context-group> 2820 </context-group>
2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 2821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2822 <source>Delayed.</source><target state="new">Delayed.</target>
2823 <context-group purpose="location">
2824 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2825 <context context-type="linenumber">42</context>
2826 </context-group>
2827 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2828 <source>Will start soon...</source><target state="new">Will start soon...</target>
2829 <context-group purpose="location">
2830 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2831 <context context-type="linenumber">43</context>
2832 </context-group>
2833 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2834 <source>Running...</source><target state="new">Running...</target>
2835 <context-group purpose="location">
2836 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2837 <context context-type="linenumber">44</context>
2838 </context-group>
2839 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2840 <source>Finished</source><target state="new">Finished</target>
2841 <context-group purpose="location">
2842 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2843 <context context-type="linenumber">45</context>
2844 </context-group>
2845 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2846 <source>Failed</source><target state="new">Failed</target>
2847 <context-group purpose="location">
2848 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2849 <context context-type="linenumber">46</context>
2850 </context-group>
2851 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2782 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2852 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2783 2853
2784 2854
@@ -2786,7 +2856,7 @@
2786 2856
2787 2857
2788 2858
2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2790 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2860 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2791 <source>Accepted</source> 2861 <source>Accepted</source>
2792 <target>Đã chấp nhận</target> 2862 <target>Đã chấp nhận</target>
@@ -3353,16 +3423,22 @@
3353 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3423 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3354 <context context-type="linenumber">2</context> 3424 <context context-type="linenumber">2</context>
3355 </context-group> 3425 </context-group>
3426 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3427 <source>Job type</source><target state="new">Job type</target>
3428 <context-group purpose="location">
3429 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3430 <context context-type="linenumber">5</context>
3431 </context-group>
3432 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3433 <source>Job state</source><target state="new">Job state</target>
3434 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3436 <context context-type="linenumber">14</context>
3437 </context-group>
3356 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html"> 3438 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3357 <source>Type</source><target state="new">Type</target> 3439 <source>Type</source><target state="new">Type</target>
3358 3440
3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3360 <source>Processed on</source><target state="new">Processed on</target>
3361
3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3363 <source>Finished on</source><target state="new">Finished on</target>
3364
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3366 <source>Refresh</source><target state="new">Refresh</target> 3442 <source>Refresh</source><target state="new">Refresh</target>
3367 3443
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
@@ -3853,15 +3929,23 @@
3853 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3929 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3854 <context context-type="linenumber">486</context> 3930 <context context-type="linenumber">486</context>
3855 </context-group> 3931 </context-group>
3856 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 3932 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3857 <source> 3933 <source>
3858 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3934 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3859 3935
3860 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3936 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3937
3938 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3939
3940 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3861 </source><target state="new"> 3941 </source><target state="new">
3862 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3942 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3863 3943
3864 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3944 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3945
3946 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3947
3948 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3865 </target> 3949 </target>
3866 <context-group purpose="location"> 3950 <context-group purpose="location">
3867 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3951 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3897,45 +3981,42 @@
3897 3981
3898 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3982 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3899 </target> 3983 </target>
3900 <context-group purpose="location"> 3984
3901 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3902 <context context-type="linenumber">518</context>
3903 </context-group>
3904 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3905 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3986 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3906 3987
3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3908 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3989 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3909 3990
3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 3991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
3911 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 3992 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="new">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
3912 3993
3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 3994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
3914 <source>Cache</source><target state="new">Cache</target> 3995 <source>Cache</source><target state="new">Cache</target>
3915 3996
3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 3997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
3917 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target> 3998 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source><target state="new">Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</target>
3918 3999
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
3920 <source>Previews cache size</source><target state="new">Previews cache size</target> 4001 <source>Previews cache size</source><target state="new">Previews cache size</target>
3921 4002
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
3923 <source>Video captions cache size</source><target state="new">Video captions cache size</target> 4004 <source>Video captions cache size</source><target state="new">Video captions cache size</target>
3924 4005
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
3926 <source>Customizations</source><target state="new">Customizations</target> 4007 <source>Customizations</source><target state="new">Customizations</target>
3927 4008
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3929 <source>JavaScript</source><target state="new">JavaScript</target> 4010 <source>JavaScript</source><target state="new">JavaScript</target>
3930 4011
3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3932 <source> 4013 <source>
3933 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4014 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3934 </source><target state="new"> 4015 </source><target state="new">
3935 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4016 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3936 </target> 4017 </target>
3937 4018
3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3939 <source> 4020 <source>
3940 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4021 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3941<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4022<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3962,7 +4043,7 @@
3962<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4043<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3963 </target> 4044 </target>
3964 4045
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3966 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 4047 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3967 <context-group purpose="location"> 4048 <context-group purpose="location">
3968 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4049 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3971,10 +4052,10 @@
3971 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4052 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3972 <source>Update configuration</source><target state="new">Update configuration</target> 4053 <source>Update configuration</source><target state="new">Update configuration</target>
3973 4054
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3975 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4056 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3976 4057
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
3978 <source>Total video quota:</source><target state="new">Total video quota:</target> 4059 <source>Total video quota:</source><target state="new">Total video quota:</target>
3979 <context-group purpose="location"> 4060 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4061 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4373,11 +4454,8 @@ When you will upload a video in this channel, the video support field will be au
4373 </context-group> 4454 </context-group>
4374 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4455 </trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4375 <source>All read</source><target state="new">All read</target> 4456 <source>All read</source><target state="new">All read</target>
4376 <context-group purpose="location"> 4457
4377 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4458 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4378 <context context-type="linenumber">12</context>
4379 </context-group>
4380 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4381 <source>Activities</source><target state="new">Activities</target> 4459 <source>Activities</source><target state="new">Activities</target>
4382 <context-group purpose="location"> 4460 <context-group purpose="location">
4383 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4461 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -5269,6 +5347,12 @@ When you will upload a video in this channel, the video support field will be au
5269 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5347 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5270 <context context-type="linenumber">1</context> 5348 <context context-type="linenumber">1</context>
5271 </context-group> 5349 </context-group>
5350 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5351 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5352 <context-group purpose="location">
5353 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5354 <context context-type="linenumber">1</context>
5355 </context-group>
5272 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5356 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5273 <source>240p</source><target state="new">240p</target> 5357 <source>240p</source><target state="new">240p</target>
5274 <context-group purpose="location"> 5358 <context-group purpose="location">
@@ -7794,7 +7878,13 @@ When you will upload a video in this channel, the video support field will be au
7794 <context-group name="null"> 7878 <context-group name="null">
7795 <context context-type="linenumber">1</context> 7879 <context context-type="linenumber">1</context>
7796 </context-group> 7880 </context-group>
7797 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
7882 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
7883 <context-group purpose="location">
7884 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
7885 <context context-type="linenumber">1</context>
7886 </context-group>
7887 </trans-unit>
7798 7888
7799 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 7889 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
7800 <source>Subscribed</source> 7890 <source>Subscribed</source>
@@ -7950,7 +8040,19 @@ When you will upload a video in this channel, the video support field will be au
7950 <source>To import</source><target state="new">To import</target><context-group name="null"> 8040 <source>To import</source><target state="new">To import</target><context-group name="null">
7951 <context context-type="linenumber">1</context> 8041 <context context-type="linenumber">1</context>
7952 </context-group> 8042 </context-group>
7953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8044 <source>Add to watch later</source><target state="new">Add to watch later</target>
8045 <context-group purpose="location">
8046 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8047 <context context-type="linenumber">1</context>
8048 </context-group>
8049 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8050 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8051 <context-group purpose="location">
8052 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8053 <context context-type="linenumber">1</context>
8054 </context-group>
8055 </trans-unit>
7954 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8056 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
7955 <source>Only I can see this video</source> 8057 <source>Only I can see this video</source>
7956 <target>Chỉ mình tôi có thể thấy video này</target> 8058 <target>Chỉ mình tôi có thể thấy video này</target>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index 402154fce..8776436e7 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -362,6 +362,10 @@
362 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 362 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
363 <context context-type="linenumber">9</context> 363 <context context-type="linenumber">9</context>
364 </context-group> 364 </context-group>
365 <context-group purpose="location">
366 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
367 <context context-type="linenumber">41</context>
368 </context-group>
365 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 369 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
366 <source>Start at</source> 370 <source>Start at</source>
367 <context-group purpose="location"> 371 <context-group purpose="location">
@@ -432,23 +436,33 @@
432 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 436 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
433 <context context-type="linenumber">80</context> 437 <context context-type="linenumber">80</context>
434 </context-group> 438 </context-group>
435 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 439 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
436 <source>Download video</source> 440 <source>video</source>
437 <context-group purpose="location"> 441 <context-group purpose="location">
438 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 442 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
439 <context context-type="linenumber">3</context> 443 <context context-type="linenumber">4</context>
444 </context-group>
445 <context-group purpose="location">
446 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
447 <context context-type="linenumber">12</context>
448 </context-group>
449 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
450 <source>subtitles</source>
451 <context-group purpose="location">
452 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
453 <context context-type="linenumber">11</context>
440 </context-group> 454 </context-group>
441 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html"> 455 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
442 <source>Direct download</source> 456 <source>Direct download</source>
443 <context-group purpose="location"> 457 <context-group purpose="location">
444 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 458 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
445 <context context-type="linenumber">27</context> 459 <context context-type="linenumber">42</context>
446 </context-group> 460 </context-group>
447 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 461 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
448 <source>Torrent (.torrent file)</source> 462 <source>Torrent (.torrent file)</source>
449 <context-group purpose="location"> 463 <context-group purpose="location">
450 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 464 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
451 <context context-type="linenumber">32</context> 465 <context context-type="linenumber">47</context>
452 </context-group> 466 </context-group>
453 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 467 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
454 <source> 468 <source>
@@ -456,7 +470,7 @@
456 </source> 470 </source>
457 <context-group purpose="location"> 471 <context-group purpose="location">
458 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 472 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
459 <context context-type="linenumber">38</context> 473 <context context-type="linenumber">53</context>
460 </context-group> 474 </context-group>
461 <context-group purpose="location"> 475 <context-group purpose="location">
462 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 476 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -470,7 +484,7 @@
470 <source>Download</source> 484 <source>Download</source>
471 <context-group purpose="location"> 485 <context-group purpose="location">
472 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 486 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
473 <context context-type="linenumber">43</context> 487 <context context-type="linenumber">58</context>
474 </context-group> 488 </context-group>
475 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 489 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
476 <source>Report video</source> 490 <source>Report video</source>
@@ -559,7 +573,7 @@
559 <source>Unlisted</source> 573 <source>Unlisted</source>
560 <context-group purpose="location"> 574 <context-group purpose="location">
561 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 575 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
562 <context context-type="linenumber">12</context> 576 <context context-type="linenumber">15</context>
563 </context-group> 577 </context-group>
564 <context-group purpose="location"> 578 <context-group purpose="location">
565 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context> 579 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
@@ -569,7 +583,7 @@
569 <source>Private</source> 583 <source>Private</source>
570 <context-group purpose="location"> 584 <context-group purpose="location">
571 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 585 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
572 <context context-type="linenumber">13</context> 586 <context context-type="linenumber">16</context>
573 </context-group> 587 </context-group>
574 <context-group purpose="location"> 588 <context-group purpose="location">
575 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 589 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -583,13 +597,13 @@
583 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 597 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
584 <context-group purpose="location"> 598 <context-group purpose="location">
585 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 599 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
586 <context context-type="linenumber">24</context> 600 <context context-type="linenumber">27</context>
587 </context-group> 601 </context-group>
588 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 602 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
589 <source>Blacklisted</source> 603 <source>Blacklisted</source>
590 <context-group purpose="location"> 604 <context-group purpose="location">
591 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 605 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
592 <context context-type="linenumber">42</context> 606 <context context-type="linenumber">45</context>
593 </context-group> 607 </context-group>
594 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 608 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
595 <source> 609 <source>
@@ -597,7 +611,7 @@
597 </source> 611 </source>
598 <context-group purpose="location"> 612 <context-group purpose="location">
599 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 613 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
600 <context context-type="linenumber">46</context> 614 <context context-type="linenumber">49</context>
601 </context-group> 615 </context-group>
602 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 616 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
603 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 617 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
@@ -633,7 +647,7 @@
633 </context-group> 647 </context-group>
634 <context-group purpose="location"> 648 <context-group purpose="location">
635 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 649 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
636 <context context-type="linenumber">47</context> 650 <context context-type="linenumber">48</context>
637 </context-group> 651 </context-group>
638 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 652 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
639 <source>Edit starts/stops at</source> 653 <source>Edit starts/stops at</source>
@@ -673,23 +687,23 @@
673 </context-group> 687 </context-group>
674 <context-group purpose="location"> 688 <context-group purpose="location">
675 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 689 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
676 <context context-type="linenumber">20</context> 690 <context context-type="linenumber">28</context>
677 </context-group> 691 </context-group>
678 <context-group purpose="location"> 692 <context-group purpose="location">
679 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 693 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
680 <context context-type="linenumber">20</context> 694 <context context-type="linenumber">28</context>
681 </context-group> 695 </context-group>
682 <context-group purpose="location"> 696 <context-group purpose="location">
683 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 697 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
684 <context context-type="linenumber">20</context> 698 <context context-type="linenumber">28</context>
685 </context-group> 699 </context-group>
686 <context-group purpose="location"> 700 <context-group purpose="location">
687 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 701 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
688 <context context-type="linenumber">20</context> 702 <context context-type="linenumber">28</context>
689 </context-group> 703 </context-group>
690 <context-group purpose="location"> 704 <context-group purpose="location">
691 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 705 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
692 <context context-type="linenumber">20</context> 706 <context context-type="linenumber">28</context>
693 </context-group> 707 </context-group>
694 <context-group purpose="location"> 708 <context-group purpose="location">
695 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context> 709 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
@@ -697,11 +711,11 @@
697 </context-group> 711 </context-group>
698 <context-group purpose="location"> 712 <context-group purpose="location">
699 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 713 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
700 <context context-type="linenumber">20</context> 714 <context context-type="linenumber">28</context>
701 </context-group> 715 </context-group>
702 <context-group purpose="location"> 716 <context-group purpose="location">
703 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 717 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
704 <context context-type="linenumber">20</context> 718 <context context-type="linenumber">28</context>
705 </context-group> 719 </context-group>
706 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> 720 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
707 <source>Delete</source> 721 <source>Delete</source>
@@ -991,7 +1005,7 @@
991 </context-group> 1005 </context-group>
992 <context-group purpose="location"> 1006 <context-group purpose="location">
993 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1007 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
994 <context context-type="linenumber">96</context> 1008 <context context-type="linenumber">100</context>
995 </context-group> 1009 </context-group>
996 </trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 1010 </trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
997 <source>users</source> 1011 <source>users</source>
@@ -1207,7 +1221,7 @@
1207 </context-group> 1221 </context-group>
1208 <context-group purpose="location"> 1222 <context-group purpose="location">
1209 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1223 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1210 <context context-type="linenumber">42</context> 1224 <context context-type="linenumber">46</context>
1211 </context-group> 1225 </context-group>
1212 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html"> 1226 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1213 <source>Forgot your password</source> 1227 <source>Forgot your password</source>
@@ -1536,7 +1550,7 @@
1536 </context-group> 1550 </context-group>
1537 <context-group purpose="location"> 1551 <context-group purpose="location">
1538 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1552 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1539 <context context-type="linenumber">117</context> 1553 <context context-type="linenumber">121</context>
1540 </context-group> 1554 </context-group>
1541 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html"> 1555 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1542 <source> 1556 <source>
@@ -1564,33 +1578,39 @@
1564 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1578 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1565 <context context-type="linenumber">29</context> 1579 <context context-type="linenumber">29</context>
1566 </context-group> 1580 </context-group>
1581 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1582 <source>Help</source>
1583 <context-group purpose="location">
1584 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1585 <context context-type="linenumber">35</context>
1586 </context-group>
1567 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html"> 1587 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1568 <source>Log out</source> 1588 <source>Log out</source>
1569 <context-group purpose="location"> 1589 <context-group purpose="location">
1570 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1590 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1571 <context context-type="linenumber">35</context> 1591 <context context-type="linenumber">39</context>
1572 </context-group> 1592 </context-group>
1573 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html"> 1593 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1574 <source>Create an account</source> 1594 <source>Create an account</source>
1575 <context-group purpose="location"> 1595 <context-group purpose="location">
1576 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1596 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1577 <context context-type="linenumber">43</context> 1597 <context context-type="linenumber">47</context>
1578 </context-group> 1598 </context-group>
1579 </trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html"> 1599 </trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1580 <source>My library</source> 1600 <source>My library</source>
1581 <context-group purpose="location"> 1601 <context-group purpose="location">
1582 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1602 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1583 <context context-type="linenumber">47</context> 1603 <context context-type="linenumber">51</context>
1584 </context-group> 1604 </context-group>
1585 </trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html"> 1605 </trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1586 <source>Videos</source> 1606 <source>Videos</source>
1587 <context-group purpose="location"> 1607 <context-group purpose="location">
1588 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1608 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1589 <context context-type="linenumber">51</context> 1609 <context context-type="linenumber">55</context>
1590 </context-group> 1610 </context-group>
1591 <context-group purpose="location"> 1611 <context-group purpose="location">
1592 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1612 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1593 <context context-type="linenumber">72</context> 1613 <context context-type="linenumber">76</context>
1594 </context-group> 1614 </context-group>
1595 <context-group purpose="location"> 1615 <context-group purpose="location">
1596 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 1616 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
@@ -1604,61 +1624,61 @@
1604 <source>Playlists</source> 1624 <source>Playlists</source>
1605 <context-group purpose="location"> 1625 <context-group purpose="location">
1606 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1626 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1607 <context context-type="linenumber">56</context> 1627 <context context-type="linenumber">60</context>
1608 </context-group> 1628 </context-group>
1609 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html"> 1629 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1610 <source>Subscriptions</source> 1630 <source>Subscriptions</source>
1611 <context-group purpose="location"> 1631 <context-group purpose="location">
1612 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1632 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1613 <context context-type="linenumber">61</context> 1633 <context context-type="linenumber">65</context>
1614 </context-group> 1634 </context-group>
1615 </trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html"> 1635 </trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1616 <source>History</source> 1636 <source>History</source>
1617 <context-group purpose="location"> 1637 <context-group purpose="location">
1618 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1638 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1619 <context context-type="linenumber">66</context> 1639 <context context-type="linenumber">70</context>
1620 </context-group> 1640 </context-group>
1621 </trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html"> 1641 </trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1622 <source>Discover</source> 1642 <source>Discover</source>
1623 <context-group purpose="location"> 1643 <context-group purpose="location">
1624 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1644 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1625 <context context-type="linenumber">76</context> 1645 <context context-type="linenumber">80</context>
1626 </context-group> 1646 </context-group>
1627 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html"> 1647 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1628 <source>Trending</source> 1648 <source>Trending</source>
1629 <context-group purpose="location"> 1649 <context-group purpose="location">
1630 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1650 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1631 <context context-type="linenumber">81</context> 1651 <context context-type="linenumber">85</context>
1632 </context-group> 1652 </context-group>
1633 </trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1653 </trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1634 <source>Most liked</source> 1654 <source>Most liked</source>
1635 <context-group purpose="location"> 1655 <context-group purpose="location">
1636 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1656 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1637 <context context-type="linenumber">86</context> 1657 <context context-type="linenumber">90</context>
1638 </context-group> 1658 </context-group>
1639 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html"> 1659 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1640 <source>Recently added</source> 1660 <source>Recently added</source>
1641 <context-group purpose="location"> 1661 <context-group purpose="location">
1642 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1662 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1643 <context context-type="linenumber">91</context> 1663 <context context-type="linenumber">95</context>
1644 </context-group> 1664 </context-group>
1645 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html"> 1665 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1646 <source>More</source> 1666 <source>More</source>
1647 <context-group purpose="location"> 1667 <context-group purpose="location">
1648 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1668 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1649 <context context-type="linenumber">101</context> 1669 <context context-type="linenumber">105</context>
1650 </context-group> 1670 </context-group>
1651 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html"> 1671 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1652 <source>Administration</source> 1672 <source>Administration</source>
1653 <context-group purpose="location"> 1673 <context-group purpose="location">
1654 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1674 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1655 <context context-type="linenumber">105</context> 1675 <context context-type="linenumber">109</context>
1656 </context-group> 1676 </context-group>
1657 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html"> 1677 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1658 <source>About</source> 1678 <source>About</source>
1659 <context-group purpose="location"> 1679 <context-group purpose="location">
1660 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1680 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1661 <context context-type="linenumber">110</context> 1681 <context context-type="linenumber">114</context>
1662 </context-group> 1682 </context-group>
1663 <context-group purpose="location"> 1683 <context-group purpose="location">
1664 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 1684 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
@@ -1672,7 +1692,7 @@
1672 <source>Show keyboard shortcuts</source> 1692 <source>Show keyboard shortcuts</source>
1673 <context-group purpose="location"> 1693 <context-group purpose="location">
1674 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1694 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1675 <context context-type="linenumber">121</context> 1695 <context context-type="linenumber">125</context>
1676 </context-group> 1696 </context-group>
1677 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html"> 1697 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1678 <source>View your notifications</source> 1698 <source>View your notifications</source>
@@ -1698,7 +1718,7 @@
1698 </context-group> 1718 </context-group>
1699 <context-group purpose="location"> 1719 <context-group purpose="location">
1700 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 1720 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1701 <context context-type="linenumber">9</context> 1721 <context context-type="linenumber">11</context>
1702 </context-group> 1722 </context-group>
1703 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html"> 1723 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1704 <source>Update your notification preferences</source> 1724 <source>Update your notification preferences</source>
@@ -1784,6 +1804,10 @@
1784 <context context-type="sourcefile">src/app/search/search-filters.component.html</context> 1804 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1785 <context context-type="linenumber">65</context> 1805 <context context-type="linenumber">65</context>
1786 </context-group> 1806 </context-group>
1807 <context-group purpose="location">
1808 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1809 <context context-type="linenumber">231</context>
1810 </context-group>
1787 </trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html"> 1811 </trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1788 <source>Display sensitive content</source> 1812 <source>Display sensitive content</source>
1789 <context-group purpose="location"> 1813 <context-group purpose="location">
@@ -1940,8 +1964,8 @@
1940 <context context-type="sourcefile">src/app/search/search-filters.component.html</context> 1964 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1941 <context context-type="linenumber">173</context> 1965 <context context-type="linenumber">173</context>
1942 </context-group> 1966 </context-group>
1943 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html"> 1967 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1944 <source>Display unlisted and private videos</source> 1968 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source>
1945 <context-group purpose="location"> 1969 <context-group purpose="location">
1946 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1970 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1947 <context context-type="linenumber">14</context> 1971 <context context-type="linenumber">14</context>
@@ -1970,6 +1994,36 @@
1970 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context> 1994 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1971 <context context-type="linenumber">14</context> 1995 <context context-type="linenumber">14</context>
1972 </context-group> 1996 </context-group>
1997 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1998 <source>Display unlisted and private videos</source>
1999 <context-group purpose="location">
2000 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2001 <context context-type="linenumber">22</context>
2002 </context-group>
2003 <context-group purpose="location">
2004 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2005 <context context-type="linenumber">22</context>
2006 </context-group>
2007 <context-group purpose="location">
2008 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2009 <context context-type="linenumber">22</context>
2010 </context-group>
2011 <context-group purpose="location">
2012 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2013 <context context-type="linenumber">22</context>
2014 </context-group>
2015 <context-group purpose="location">
2016 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2017 <context context-type="linenumber">22</context>
2018 </context-group>
2019 <context-group purpose="location">
2020 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2021 <context context-type="linenumber">22</context>
2022 </context-group>
2023 <context-group purpose="location">
2024 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2025 <context context-type="linenumber">22</context>
2026 </context-group>
1973 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html"> 2027 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1974 <source>Add caption</source> 2028 <source>Add caption</source>
1975 <context-group purpose="location"> 2029 <context-group purpose="location">
@@ -2699,7 +2753,7 @@
2699 <source>Friendly Reminder: </source> 2753 <source>Friendly Reminder: </source>
2700 <context-group purpose="location"> 2754 <context-group purpose="location">
2701 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2755 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2702 <context context-type="linenumber">249</context> 2756 <context context-type="linenumber">254</context>
2703 </context-group> 2757 </context-group>
2704 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html"> 2758 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2705 <source> 2759 <source>
@@ -2707,19 +2761,19 @@
2707 </source> 2761 </source>
2708 <context-group purpose="location"> 2762 <context-group purpose="location">
2709 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2763 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2710 <context context-type="linenumber">250</context> 2764 <context context-type="linenumber">255</context>
2711 </context-group> 2765 </context-group>
2712 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2766 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2713 <source>More information</source> 2767 <source>More information</source>
2714 <context-group purpose="location"> 2768 <context-group purpose="location">
2715 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2769 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2716 <context context-type="linenumber">253</context> 2770 <context context-type="linenumber">258</context>
2717 </context-group> 2771 </context-group>
2718 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2772 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2719 <source>Get more information</source> 2773 <source>Get more information</source>
2720 <context-group purpose="location"> 2774 <context-group purpose="location">
2721 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2775 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2722 <context context-type="linenumber">253</context> 2776 <context context-type="linenumber">258</context>
2723 </context-group> 2777 </context-group>
2724 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2778 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2725 <source> 2779 <source>
@@ -2727,7 +2781,7 @@
2727 </source> 2781 </source>
2728 <context-group purpose="location"> 2782 <context-group purpose="location">
2729 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2783 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2730 <context context-type="linenumber">256</context> 2784 <context context-type="linenumber">261</context>
2731 </context-group> 2785 </context-group>
2732 </trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2786 </trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2733 <source>1 Comment</source> 2787 <source>1 Comment</source>
@@ -2871,7 +2925,7 @@
2871 <source>This comment has been deleted</source> 2925 <source>This comment has been deleted</source>
2872 <context-group purpose="location"> 2926 <context-group purpose="location">
2873 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 2927 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
2874 <context context-type="linenumber">53</context> 2928 <context context-type="linenumber">54</context>
2875 </context-group> 2929 </context-group>
2876 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 2930 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2877 <source> 2931 <source>
@@ -3029,7 +3083,7 @@
3029 </context-group> 3083 </context-group>
3030 <context-group purpose="location"> 3084 <context-group purpose="location">
3031 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3085 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3032 <context context-type="linenumber">33</context> 3086 <context context-type="linenumber">32</context>
3033 </context-group> 3087 </context-group>
3034 <context-group purpose="location"> 3088 <context-group purpose="location">
3035 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3089 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
@@ -3652,6 +3706,18 @@
3652 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3706 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3653 <context context-type="linenumber">2</context> 3707 <context context-type="linenumber">2</context>
3654 </context-group> 3708 </context-group>
3709 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3710 <source>Job type</source>
3711 <context-group purpose="location">
3712 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3713 <context context-type="linenumber">5</context>
3714 </context-group>
3715 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3716 <source>Job state</source>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3719 <context context-type="linenumber">14</context>
3720 </context-group>
3655 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html"> 3721 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
3656 <source>ID</source> 3722 <source>ID</source>
3657 <context-group purpose="location"> 3723 <context-group purpose="location">
@@ -3668,23 +3734,41 @@
3668 <source>State</source> 3734 <source>State</source>
3669 <context-group purpose="location"> 3735 <context-group purpose="location">
3670 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3736 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3671 <context context-type="linenumber">32</context> 3737 <context context-type="linenumber">33</context>
3672 </context-group> 3738 </context-group>
3673 <context-group purpose="location"> 3739 <context-group purpose="location">
3674 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3740 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3675 <context context-type="linenumber">10</context> 3741 <context context-type="linenumber">10</context>
3676 </context-group> 3742 </context-group>
3677 </trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html"> 3743 </trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3678 <source>Processed on</source> 3744 <source>Delayed.</source>
3679 <context-group purpose="location"> 3745 <context-group purpose="location">
3680 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3746 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3681 <context context-type="linenumber">34</context> 3747 <context context-type="linenumber">42</context>
3682 </context-group> 3748 </context-group>
3683 </trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html"> 3749 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3684 <source>Finished on</source> 3750 <source>Will start soon...</source>
3685 <context-group purpose="location"> 3751 <context-group purpose="location">
3686 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context> 3752 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3687 <context context-type="linenumber">35</context> 3753 <context context-type="linenumber">43</context>
3754 </context-group>
3755 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3756 <source>Running...</source>
3757 <context-group purpose="location">
3758 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3759 <context context-type="linenumber">44</context>
3760 </context-group>
3761 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3762 <source>Finished</source>
3763 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3765 <context context-type="linenumber">45</context>
3766 </context-group>
3767 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3768 <source>Failed</source>
3769 <context-group purpose="location">
3770 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3771 <context context-type="linenumber">46</context>
3688 </context-group> 3772 </context-group>
3689 </trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3773 </trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3690 <source>Refresh</source> 3774 <source>Refresh</source>
@@ -4169,11 +4253,15 @@
4169 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4253 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4170 <context context-type="linenumber">486</context> 4254 <context context-type="linenumber">486</context>
4171 </context-group> 4255 </context-group>
4172 </trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4256 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4173 <source> 4257 <source>
4174 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4258 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4175 4259
4176 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4260 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/>
4261
4262 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
4263
4264 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
4177 </source> 4265 </source>
4178 <context-group purpose="location"> 4266 <context-group purpose="location">
4179 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4267 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4200,61 +4288,61 @@
4200 </source> 4288 </source>
4201 <context-group purpose="location"> 4289 <context-group purpose="location">
4202 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4290 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4203 <context context-type="linenumber">518</context> 4291 <context context-type="linenumber">522</context>
4204 </context-group> 4292 </context-group>
4205 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4293 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4206 <source>HLS support enabled</source> 4294 <source>HLS support enabled</source>
4207 <context-group purpose="location"> 4295 <context-group purpose="location">
4208 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4296 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4209 <context context-type="linenumber">515</context> 4297 <context context-type="linenumber">519</context>
4210 </context-group> 4298 </context-group>
4211 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4299 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4212 <source>Transcoding threads</source> 4300 <source>Transcoding threads</source>
4213 <context-group purpose="location"> 4301 <context-group purpose="location">
4214 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4302 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4215 <context context-type="linenumber">536</context> 4303 <context context-type="linenumber">540</context>
4216 </context-group> 4304 </context-group>
4217 </trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4305 </trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4218 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4306 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4219 <context-group purpose="location"> 4307 <context-group purpose="location">
4220 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4308 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4221 <context context-type="linenumber">551</context> 4309 <context context-type="linenumber">555</context>
4222 </context-group> 4310 </context-group>
4223 </trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 4311 </trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4224 <source>Cache</source> 4312 <source>Cache</source>
4225 <context-group purpose="location"> 4313 <context-group purpose="location">
4226 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4314 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4227 <context context-type="linenumber">560</context> 4315 <context context-type="linenumber">568</context>
4228 </context-group> 4316 </context-group>
4229 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html"> 4317 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4230 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4318 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4231 <context-group purpose="location"> 4319 <context-group purpose="location">
4232 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4320 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4233 <context context-type="linenumber">564</context> 4321 <context context-type="linenumber">572</context>
4234 </context-group> 4322 </context-group>
4235 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 4323 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4236 <source>Previews cache size</source> 4324 <source>Previews cache size</source>
4237 <context-group purpose="location"> 4325 <context-group purpose="location">
4238 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4326 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4239 <context context-type="linenumber">571</context> 4327 <context context-type="linenumber">579</context>
4240 </context-group> 4328 </context-group>
4241 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html"> 4329 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4242 <source>Video captions cache size</source> 4330 <source>Video captions cache size</source>
4243 <context-group purpose="location"> 4331 <context-group purpose="location">
4244 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4332 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4245 <context context-type="linenumber">580</context> 4333 <context context-type="linenumber">588</context>
4246 </context-group> 4334 </context-group>
4247 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 4335 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4248 <source>Customizations</source> 4336 <source>Customizations</source>
4249 <context-group purpose="location"> 4337 <context-group purpose="location">
4250 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4338 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4251 <context context-type="linenumber">589</context> 4339 <context context-type="linenumber">597</context>
4252 </context-group> 4340 </context-group>
4253 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4341 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4254 <source>JavaScript</source> 4342 <source>JavaScript</source>
4255 <context-group purpose="location"> 4343 <context-group purpose="location">
4256 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4344 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4257 <context context-type="linenumber">594</context> 4345 <context context-type="linenumber">602</context>
4258 </context-group> 4346 </context-group>
4259 </trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4347 </trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4260 <source> 4348 <source>
@@ -4262,7 +4350,7 @@
4262 </source> 4350 </source>
4263 <context-group purpose="location"> 4351 <context-group purpose="location">
4264 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4352 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4265 <context context-type="linenumber">597</context> 4353 <context context-type="linenumber">605</context>
4266 </context-group> 4354 </context-group>
4267 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4355 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4268 <source> 4356 <source>
@@ -4280,7 +4368,7 @@
4280 </source> 4368 </source>
4281 <context-group purpose="location"> 4369 <context-group purpose="location">
4282 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4370 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4283 <context context-type="linenumber">616</context> 4371 <context context-type="linenumber">624</context>
4284 </context-group> 4372 </context-group>
4285 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4373 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4286 <source>Advanced configuration</source> 4374 <source>Advanced configuration</source>
@@ -4292,13 +4380,13 @@
4292 <source>Update configuration</source> 4380 <source>Update configuration</source>
4293 <context-group purpose="location"> 4381 <context-group purpose="location">
4294 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4382 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4295 <context context-type="linenumber">647</context> 4383 <context context-type="linenumber">655</context>
4296 </context-group> 4384 </context-group>
4297 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4385 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4298 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4386 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4299 <context-group purpose="location"> 4387 <context-group purpose="location">
4300 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4388 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4301 <context context-type="linenumber">648</context> 4389 <context context-type="linenumber">656</context>
4302 </context-group> 4390 </context-group>
4303 </trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4391 </trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4304 <source>Total video quota:</source> 4392 <source>Total video quota:</source>
@@ -4722,7 +4810,7 @@ When you will upload a video in this channel, the video support field will be au
4722 <source>All read</source> 4810 <source>All read</source>
4723 <context-group purpose="location"> 4811 <context-group purpose="location">
4724 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4812 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
4725 <context context-type="linenumber">12</context> 4813 <context context-type="linenumber">17</context>
4726 </context-group> 4814 </context-group>
4727 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html"> 4815 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4728 <source>Activities</source> 4816 <source>Activities</source>
@@ -5564,6 +5652,13 @@ When you will upload a video in this channel, the video support field will be au
5564 <context context-type="linenumber">1</context> 5652 <context context-type="linenumber">1</context>
5565 </context-group> 5653 </context-group>
5566 </trans-unit> 5654 </trans-unit>
5655 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5656 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source>
5657 <context-group purpose="location">
5658 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5659 <context context-type="linenumber">1</context>
5660 </context-group>
5661 </trans-unit>
5567 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html"> 5662 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5568 <source>240p</source> 5663 <source>240p</source>
5569 <context-group purpose="location"> 5664 <context-group purpose="location">
@@ -8445,6 +8540,13 @@ When you will upload a video in this channel, the video support field will be au
8445 <context context-type="linenumber">1</context> 8540 <context context-type="linenumber">1</context>
8446 </context-group> 8541 </context-group>
8447 </trans-unit> 8542 </trans-unit>
8543 <trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8544 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source>
8545 <context-group purpose="location">
8546 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8547 <context context-type="linenumber">1</context>
8548 </context-group>
8549 </trans-unit>
8448 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html"> 8550 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
8449 <source>Subscribed</source> 8551 <source>Subscribed</source>
8450 <context-group purpose="location"> 8552 <context-group purpose="location">
@@ -8611,6 +8713,20 @@ When you will upload a video in this channel, the video support field will be au
8611 <context context-type="linenumber">1</context> 8713 <context context-type="linenumber">1</context>
8612 </context-group> 8714 </context-group>
8613 </trans-unit> 8715 </trans-unit>
8716 <trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8717 <source>Add to watch later</source>
8718 <context-group purpose="location">
8719 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8720 <context context-type="linenumber">1</context>
8721 </context-group>
8722 </trans-unit>
8723 <trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8724 <source>Remove from watch later</source>
8725 <context-group purpose="location">
8726 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8727 <context context-type="linenumber">1</context>
8728 </context-group>
8729 </trans-unit>
8614 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html"> 8730 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
8615 <source>Only I can see this video</source> 8731 <source>Only I can see this video</source>
8616 <context-group purpose="location"> 8732 <context-group purpose="location">
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index 65274d473..bfd4f9677 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -395,7 +395,7 @@
395 <context-group name="null"> 395 <context-group name="null">
396 <context context-type="linenumber">9</context> 396 <context context-type="linenumber">9</context>
397 </context-group> 397 </context-group>
398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
400 <source>Start at</source> 400 <source>Start at</source>
401 <target>开始时间:</target> 401 <target>开始时间:</target>
@@ -429,28 +429,38 @@
429 <context-group name="null"> 429 <context-group name="null">
430 <context context-type="linenumber">74</context> 430 <context context-type="linenumber">74</context>
431 </context-group> 431 </context-group>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
433 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 433 <source>video</source><target state="new">video</target>
434 <source>Download video</source> 434 <context-group purpose="location">
435 <target>下载视频</target> 435 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
436 <context-group name="null"> 436 <context context-type="linenumber">4</context>
437 <context context-type="linenumber">3</context> 437 </context-group>
438 <context-group purpose="location">
439 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
440 <context context-type="linenumber">12</context>
438 </context-group> 441 </context-group>
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 442 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
443 <source>subtitles</source><target state="new">subtitles</target>
444 <context-group purpose="location">
445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
446 <context context-type="linenumber">11</context>
447 </context-group>
448 </trans-unit>
449
440 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 450 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
441 <source>Direct download</source> 451 <source>Direct download</source>
442 <target>直接下载</target> 452 <target>直接下载</target>
443 <context-group name="null"> 453 <context-group name="null">
444 <context context-type="linenumber">27</context> 454 <context context-type="linenumber">27</context>
445 </context-group> 455 </context-group>
446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
447 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 457 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
448 <source>Torrent (.torrent file)</source> 458 <source>Torrent (.torrent file)</source>
449 <target>种子(.torrent 文件)</target> 459 <target>种子(.torrent 文件)</target>
450 <context-group name="null"> 460 <context-group name="null">
451 <context context-type="linenumber">32</context> 461 <context context-type="linenumber">32</context>
452 </context-group> 462 </context-group>
453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
454 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 464 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
455 <source> 465 <source>
456 Cancel 466 Cancel
@@ -461,14 +471,14 @@
461 <context-group name="null"> 471 <context-group name="null">
462 <context context-type="linenumber">47</context> 472 <context context-type="linenumber">47</context>
463 </context-group> 473 </context-group>
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
465 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 475 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
466 <source>Download</source> 476 <source>Download</source>
467 <target>下载</target> 477 <target>下载</target>
468 <context-group name="null"> 478 <context-group name="null">
469 <context context-type="linenumber">43</context> 479 <context context-type="linenumber">43</context>
470 </context-group> 480 </context-group>
471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
472 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 482 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
473 <source>Report video</source> 483 <source>Report video</source>
474 <target>举报视频</target> 484 <target>举报视频</target>
@@ -534,28 +544,28 @@
534 <context-group name="null"> 544 <context-group name="null">
535 <context context-type="linenumber">6</context> 545 <context context-type="linenumber">6</context>
536 </context-group> 546 </context-group>
537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
538 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 548 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
539 <source>Private</source> 549 <source>Private</source>
540 <target>私享</target> 550 <target>私享</target>
541 <context-group name="null"> 551 <context-group name="null">
542 <context context-type="linenumber">7</context> 552 <context context-type="linenumber">7</context>
543 </context-group> 553 </context-group>
544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
545 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 555 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
546 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 556 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
547 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 播放</target> 557 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 播放</target>
548 <context-group name="null"> 558 <context-group name="null">
549 <context context-type="linenumber">24</context> 559 <context context-type="linenumber">24</context>
550 </context-group> 560 </context-group>
551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
552 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 562 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
553 <source>Blacklisted</source> 563 <source>Blacklisted</source>
554 <target>已进入黑名单</target> 564 <target>已进入黑名单</target>
555 <context-group name="null"> 565 <context-group name="null">
556 <context context-type="linenumber">42</context> 566 <context context-type="linenumber">42</context>
557 </context-group> 567 </context-group>
558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
559 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 569 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
560 <source> 570 <source>
561 Sensitive 571 Sensitive
@@ -566,7 +576,7 @@
566 <context-group name="null"> 576 <context-group name="null">
567 <context context-type="linenumber">46</context> 577 <context context-type="linenumber">46</context>
568 </context-group> 578 </context-group>
569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
570 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 580 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
571 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 581 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
572 <target>{VAR_PLURAL, plural, =0 {没有视频} =1 {1 条视频} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> 条视频} }</target> 582 <target>{VAR_PLURAL, plural, =0 {没有视频} =1 {1 条视频} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> 条视频} }</target>
@@ -600,7 +610,7 @@
600 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 610 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
601 <source>Deleted</source><target state="new">Deleted</target> 611 <source>Deleted</source><target state="new">Deleted</target>
602 612
603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
604 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 614 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
605 <source>Edit starts/stops at</source> 615 <source>Edit starts/stops at</source>
606 <target>编辑开始或结尾</target> 616 <target>编辑开始或结尾</target>
@@ -628,7 +638,7 @@
628 <context-group name="null"> 638 <context-group name="null">
629 <context context-type="linenumber">20</context> 639 <context context-type="linenumber">20</context>
630 </context-group> 640 </context-group>
631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
632 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 642 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
633 <source>Delete</source> 643 <source>Delete</source>
634 <target>删除</target> 644 <target>删除</target>
@@ -864,7 +874,7 @@
864 <context-group name="null"> 874 <context-group name="null">
865 <context context-type="linenumber">86</context> 875 <context context-type="linenumber">86</context>
866 </context-group> 876 </context-group>
867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html"> 877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
868 <source>users</source><target state="new">users</target> 878 <source>users</source><target state="new">users</target>
869 <context-group purpose="location"> 879 <context-group purpose="location">
870 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context> 880 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
@@ -1048,7 +1058,7 @@
1048 <context-group name="null"> 1058 <context-group name="null">
1049 <context context-type="linenumber">32</context> 1059 <context context-type="linenumber">32</context>
1050 </context-group> 1060 </context-group>
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1061 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1052 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1062 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1053 <source>Forgot your password</source> 1063 <source>Forgot your password</source>
1054 <target>忘记密码</target> 1064 <target>忘记密码</target>
@@ -1374,7 +1384,7 @@
1374 <context-group name="null"> 1384 <context-group name="null">
1375 <context context-type="linenumber">107</context> 1385 <context context-type="linenumber">107</context>
1376 </context-group> 1386 </context-group>
1377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1387 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1378 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1388 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1379 <source> 1389 <source>
1380 Help to translate PeerTube! 1390 Help to translate PeerTube!
@@ -1403,6 +1413,12 @@
1403 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1413 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1404 <context context-type="linenumber">29</context> 1414 <context context-type="linenumber">29</context>
1405 </context-group> 1415 </context-group>
1416 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1417 <source>Help</source><target state="new">Help</target>
1418 <context-group purpose="location">
1419 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1420 <context context-type="linenumber">35</context>
1421 </context-group>
1406 </trans-unit> 1422 </trans-unit>
1407 1423
1408 1424
@@ -1412,101 +1428,101 @@
1412 <context-group name="null"> 1428 <context-group name="null">
1413 <context context-type="linenumber">25</context> 1429 <context context-type="linenumber">25</context>
1414 </context-group> 1430 </context-group>
1415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1416 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1432 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1417 <source>Create an account</source> 1433 <source>Create an account</source>
1418 <target>创建帐户</target> 1434 <target>创建帐户</target>
1419 <context-group name="null"> 1435 <context-group name="null">
1420 <context context-type="linenumber">33</context> 1436 <context context-type="linenumber">33</context>
1421 </context-group> 1437 </context-group>
1422 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 1438 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1423 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1439 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1424 <source>My library</source> 1440 <source>My library</source>
1425 <target>我的库</target> 1441 <target>我的库</target>
1426 <context-group name="null"> 1442 <context-group name="null">
1427 <context context-type="linenumber">37</context> 1443 <context context-type="linenumber">37</context>
1428 </context-group> 1444 </context-group>
1429 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 1445 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1430 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1446 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1431 <source>Videos</source> 1447 <source>Videos</source>
1432 <target>视频</target> 1448 <target>视频</target>
1433 <context-group name="null"> 1449 <context-group name="null">
1434 <context context-type="linenumber">24</context> 1450 <context context-type="linenumber">24</context>
1435 </context-group> 1451 </context-group>
1436 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1452 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1437 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1453 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1438 <source>Playlists</source> 1454 <source>Playlists</source>
1439 <target>播放列表</target> 1455 <target>播放列表</target>
1440 <context-group name="null"> 1456 <context-group name="null">
1441 <context context-type="linenumber">46</context> 1457 <context context-type="linenumber">46</context>
1442 </context-group> 1458 </context-group>
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1444 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1460 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1445 <source>Subscriptions</source> 1461 <source>Subscriptions</source>
1446 <target>订阅内容</target> 1462 <target>订阅内容</target>
1447 <context-group name="null"> 1463 <context-group name="null">
1448 <context context-type="linenumber">51</context> 1464 <context context-type="linenumber">51</context>
1449 </context-group> 1465 </context-group>
1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1466 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1451 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1467 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1452 <source>History</source> 1468 <source>History</source>
1453 <target>观看历史</target> 1469 <target>观看历史</target>
1454 <context-group name="null"> 1470 <context-group name="null">
1455 <context context-type="linenumber">56</context> 1471 <context context-type="linenumber">56</context>
1456 </context-group> 1472 </context-group>
1457 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1458 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1474 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1459 <source>Discover</source> 1475 <source>Discover</source>
1460 <target>发现更多</target> 1476 <target>发现更多</target>
1461 <context-group name="null"> 1477 <context-group name="null">
1462 <context context-type="linenumber">66</context> 1478 <context context-type="linenumber">66</context>
1463 </context-group> 1479 </context-group>
1464 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 1480 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1465 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1481 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1466 <source>Trending</source> 1482 <source>Trending</source>
1467 <target>时下流行</target> 1483 <target>时下流行</target>
1468 <context-group name="null"> 1484 <context-group name="null">
1469 <context context-type="linenumber">71</context> 1485 <context context-type="linenumber">71</context>
1470 </context-group> 1486 </context-group>
1471 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1487 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1472 <source>Most liked</source><target state="new">Most liked</target> 1488 <source>Most liked</source><target state="new">Most liked</target>
1473 1489
1474 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 1490 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1475 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1491 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1476 <source>Recently added</source> 1492 <source>Recently added</source>
1477 <target>最近添加</target> 1493 <target>最近添加</target>
1478 <context-group name="null"> 1494 <context-group name="null">
1479 <context context-type="linenumber">81</context> 1495 <context context-type="linenumber">81</context>
1480 </context-group> 1496 </context-group>
1481 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1497 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1482 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1498 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1483 <source>More</source> 1499 <source>More</source>
1484 <target>更多</target> 1500 <target>更多</target>
1485 <context-group name="null"> 1501 <context-group name="null">
1486 <context context-type="linenumber">91</context> 1502 <context context-type="linenumber">91</context>
1487 </context-group> 1503 </context-group>
1488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 1504 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1489 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1505 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1490 <source>Administration</source> 1506 <source>Administration</source>
1491 <target>管理</target> 1507 <target>管理</target>
1492 <context-group name="null"> 1508 <context-group name="null">
1493 <context context-type="linenumber">95</context> 1509 <context context-type="linenumber">95</context>
1494 </context-group> 1510 </context-group>
1495 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1511 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1496 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1512 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1497 <source>About</source> 1513 <source>About</source>
1498 <target>关于</target> 1514 <target>关于</target>
1499 <context-group name="null"> 1515 <context-group name="null">
1500 <context context-type="linenumber">26</context> 1516 <context context-type="linenumber">26</context>
1501 </context-group> 1517 </context-group>
1502 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 1518 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1503 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1519 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1504 <source>Show keyboard shortcuts</source> 1520 <source>Show keyboard shortcuts</source>
1505 <target>显示键盘快捷键</target> 1521 <target>显示键盘快捷键</target>
1506 <context-group name="null"> 1522 <context-group name="null">
1507 <context context-type="linenumber">111</context> 1523 <context context-type="linenumber">111</context>
1508 </context-group> 1524 </context-group>
1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 1525 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1510 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1526 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1511 <source>View your notifications</source> 1527 <source>View your notifications</source>
1512 <target>查看您的通知</target> 1528 <target>查看您的通知</target>
@@ -1522,15 +1538,9 @@
1522 </context-group> 1538 </context-group>
1523 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1539 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1524 <source>Mark all as read</source><target state="new">Mark all as read</target> 1540 <source>Mark all as read</source><target state="new">Mark all as read</target>
1525 <context-group purpose="location"> 1541
1526 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1542
1527 <context context-type="linenumber">18</context> 1543 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1528 </context-group>
1529 <context-group purpose="location">
1530 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1531 <context context-type="linenumber">9</context>
1532 </context-group>
1533 </trans-unit>
1534 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1544 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1535 <source>Update your notification preferences</source> 1545 <source>Update your notification preferences</source>
1536 <target>更新您的通知偏好</target> 1546 <target>更新您的通知偏好</target>
@@ -1632,7 +1642,7 @@
1632 <context-group name="null"> 1642 <context-group name="null">
1633 <context context-type="linenumber">45</context> 1643 <context context-type="linenumber">45</context>
1634 </context-group> 1644 </context-group>
1635 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 1645 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1636 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1646 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1637 <source>Display sensitive content</source> 1647 <source>Display sensitive content</source>
1638 <target>显示敏感内容</target> 1648 <target>显示敏感内容</target>
@@ -1749,14 +1759,44 @@
1749 <context-group name="null"> 1759 <context-group name="null">
1750 <context context-type="linenumber">115</context> 1760 <context context-type="linenumber">115</context>
1751 </context-group> 1761 </context-group>
1752 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 1762 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
1763 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
1764 <context-group purpose="location">
1765 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1766 <context context-type="linenumber">14</context>
1767 </context-group>
1768 <context-group purpose="location">
1769 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1770 <context context-type="linenumber">14</context>
1771 </context-group>
1772 <context-group purpose="location">
1773 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1774 <context context-type="linenumber">14</context>
1775 </context-group>
1776 <context-group purpose="location">
1777 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1778 <context context-type="linenumber">14</context>
1779 </context-group>
1780 <context-group purpose="location">
1781 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1782 <context context-type="linenumber">14</context>
1783 </context-group>
1784 <context-group purpose="location">
1785 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1786 <context context-type="linenumber">14</context>
1787 </context-group>
1788 <context-group purpose="location">
1789 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1790 <context context-type="linenumber">14</context>
1791 </context-group>
1792 </trans-unit>
1753 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1793 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1754 <source>Display unlisted and private videos</source> 1794 <source>Display unlisted and private videos</source>
1755 <target>显示不公开和私享视频</target> 1795 <target>显示不公开和私享视频</target>
1756 <context-group name="null"> 1796 <context-group name="null">
1757 <context context-type="linenumber">14</context> 1797 <context context-type="linenumber">14</context>
1758 </context-group> 1798 </context-group>
1759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1760 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 1800 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
1761 <source>Add caption</source> 1801 <source>Add caption</source>
1762 <target>添加字幕</target> 1802 <target>添加字幕</target>
@@ -2534,7 +2574,7 @@
2534 <context-group name="null"> 2574 <context-group name="null">
2535 <context context-type="linenumber">211</context> 2575 <context context-type="linenumber">211</context>
2536 </context-group> 2576 </context-group>
2537 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group></trans-unit> 2577 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2538 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2578 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2539 <source> 2579 <source>
2540 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. 2580 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
@@ -2545,21 +2585,21 @@
2545 <context-group name="null"> 2585 <context-group name="null">
2546 <context context-type="linenumber">212</context> 2586 <context context-type="linenumber">212</context>
2547 </context-group> 2587 </context-group>
2548 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group></trans-unit> 2588 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2549 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2589 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2550 <source>More information</source> 2590 <source>More information</source>
2551 <target>详情</target> 2591 <target>详情</target>
2552 <context-group name="null"> 2592 <context-group name="null">
2553 <context context-type="linenumber">215</context> 2593 <context context-type="linenumber">215</context>
2554 </context-group> 2594 </context-group>
2555 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2595 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2556 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2596 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2557 <source>Get more information</source> 2597 <source>Get more information</source>
2558 <target>了解详情</target> 2598 <target>了解详情</target>
2559 <context-group name="null"> 2599 <context-group name="null">
2560 <context context-type="linenumber">215</context> 2600 <context context-type="linenumber">215</context>
2561 </context-group> 2601 </context-group>
2562 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group></trans-unit> 2602 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2563 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2603 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2564 <source> 2604 <source>
2565 OK 2605 OK
@@ -2570,7 +2610,7 @@
2570 <context-group name="null"> 2610 <context-group name="null">
2571 <context context-type="linenumber">218</context> 2611 <context context-type="linenumber">218</context>
2572 </context-group> 2612 </context-group>
2573 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2613 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit><trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2574 <source>1 Comment</source><target state="new">1 Comment</target> 2614 <source>1 Comment</source><target state="new">1 Comment</target>
2575 <context-group purpose="location"> 2615 <context-group purpose="location">
2576 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2616 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
@@ -2738,7 +2778,7 @@
2738 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2778 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">37</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2739 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2779 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2740 2780
2741 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
2742 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 2782 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
2743 <source> 2783 <source>
2744 Users 2784 Users
@@ -2885,7 +2925,37 @@
2885 <context-group name="null"> 2925 <context-group name="null">
2886 <context context-type="linenumber">10</context> 2926 <context context-type="linenumber">10</context>
2887 </context-group> 2927 </context-group>
2888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
2929 <source>Delayed.</source><target state="new">Delayed.</target>
2930 <context-group purpose="location">
2931 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2932 <context context-type="linenumber">42</context>
2933 </context-group>
2934 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
2935 <source>Will start soon...</source><target state="new">Will start soon...</target>
2936 <context-group purpose="location">
2937 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2938 <context context-type="linenumber">43</context>
2939 </context-group>
2940 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
2941 <source>Running...</source><target state="new">Running...</target>
2942 <context-group purpose="location">
2943 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2944 <context context-type="linenumber">44</context>
2945 </context-group>
2946 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
2947 <source>Finished</source><target state="new">Finished</target>
2948 <context-group purpose="location">
2949 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2950 <context context-type="linenumber">45</context>
2951 </context-group>
2952 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
2953 <source>Failed</source><target state="new">Failed</target>
2954 <context-group purpose="location">
2955 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2956 <context context-type="linenumber">46</context>
2957 </context-group>
2958 </trans-unit>
2889 2959
2890 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2960 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2891 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2961 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
@@ -2893,7 +2963,7 @@
2893 <context-group name="null"> 2963 <context-group name="null">
2894 <context context-type="linenumber">11</context> 2964 <context context-type="linenumber">11</context>
2895 </context-group> 2965 </context-group>
2896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
2897 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2967 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2898 <source>Accepted</source> 2968 <source>Accepted</source>
2899 <target>已接受</target> 2969 <target>已接受</target>
@@ -3443,7 +3513,19 @@
3443 <context-group name="null"> 3513 <context-group name="null">
3444 <context context-type="linenumber">2</context> 3514 <context context-type="linenumber">2</context>
3445 </context-group> 3515 </context-group>
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
3517 <source>Job type</source><target state="new">Job type</target>
3518 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3520 <context context-type="linenumber">5</context>
3521 </context-group>
3522 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
3523 <source>Job state</source><target state="new">Job state</target>
3524 <context-group purpose="location">
3525 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3526 <context context-type="linenumber">14</context>
3527 </context-group>
3528 </trans-unit>
3447 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 3529 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3448 <source>Type</source> 3530 <source>Type</source>
3449 <target>类型</target> 3531 <target>类型</target>
@@ -3451,20 +3533,8 @@
3451 <context context-type="linenumber">19</context> 3533 <context context-type="linenumber">19</context>
3452 </context-group> 3534 </context-group>
3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3454 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3536
3455 <source>Processed on</source> 3537
3456 <target>处理时间</target>
3457 <context-group name="null">
3458 <context context-type="linenumber">22</context>
3459 </context-group>
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
3461 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3462 <source>Finished on</source>
3463 <target>结束时间</target>
3464 <context-group name="null">
3465 <context context-type="linenumber">23</context>
3466 </context-group>
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
3468 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 3538 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3469 <source>Refresh</source> 3539 <source>Refresh</source>
3470 <target>刷新</target> 3540 <target>刷新</target>
@@ -3962,15 +4032,23 @@
3962 <context-group name="null"> 4032 <context-group name="null">
3963 <context context-type="linenumber">486</context> 4033 <context context-type="linenumber">486</context>
3964 </context-group> 4034 </context-group>
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
3966 <source> 4036 <source>
3967 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4037 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3968 4038
3969 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4039 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4040
4041 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4042
4043 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3970 </source><target state="new"> 4044 </source><target state="new">
3971 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4045 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3972 4046
3973 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4047 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4048
4049 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4050
4051 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3974 </target> 4052 </target>
3975 <context-group purpose="location"> 4053 <context-group purpose="location">
3976 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4054 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4006,77 +4084,74 @@
4006 4084
4007 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4085 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4008 </target> 4086 </target>
4009 <context-group purpose="location"> 4087
4010 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4011 <context context-type="linenumber">518</context>
4012 </context-group>
4013 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4014 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4089 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4015 4090
4016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group></trans-unit> 4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4017 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4092 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4018 <source>Transcoding threads</source> 4093 <source>Transcoding threads</source>
4019 <target>转码线程数</target> 4094 <target>转码线程数</target>
4020 <context-group name="null"> 4095 <context-group name="null">
4021 <context context-type="linenumber">517</context> 4096 <context context-type="linenumber">517</context>
4022 </context-group> 4097 </context-group>
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group></trans-unit> 4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4024 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4099 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4025 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4100 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4026 <target>已启用 <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> 分辨率</target> 4101 <target>已启用 <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> 分辨率</target>
4027 <context-group name="null"> 4102 <context-group name="null">
4028 <context context-type="linenumber">532</context> 4103 <context context-type="linenumber">532</context>
4029 </context-group> 4104 </context-group>
4030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group></trans-unit> 4105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4031 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4106 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4032 <source>Cache</source> 4107 <source>Cache</source>
4033 <target>缓存</target> 4108 <target>缓存</target>
4034 <context-group name="null"> 4109 <context-group name="null">
4035 <context context-type="linenumber">541</context> 4110 <context context-type="linenumber">541</context>
4036 </context-group> 4111 </context-group>
4037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group></trans-unit> 4112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4038 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4113 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4039 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4114 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4040 <target>部分文件不会自动同步(如预览图、字幕)。我们会直接从源实例拉取并进行缓存。</target> 4115 <target>部分文件不会自动同步(如预览图、字幕)。我们会直接从源实例拉取并进行缓存。</target>
4041 <context-group name="null"> 4116 <context-group name="null">
4042 <context context-type="linenumber">545</context> 4117 <context context-type="linenumber">545</context>
4043 </context-group> 4118 </context-group>
4044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit> 4119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4045 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4120 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4046 <source>Previews cache size</source> 4121 <source>Previews cache size</source>
4047 <target>预览图缓存大小</target> 4122 <target>预览图缓存大小</target>
4048 <context-group name="null"> 4123 <context-group name="null">
4049 <context context-type="linenumber">552</context> 4124 <context context-type="linenumber">552</context>
4050 </context-group> 4125 </context-group>
4051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group></trans-unit> 4126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4052 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4127 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4053 <source>Video captions cache size</source> 4128 <source>Video captions cache size</source>
4054 <target>视频字幕缓存大小</target> 4129 <target>视频字幕缓存大小</target>
4055 <context-group name="null"> 4130 <context-group name="null">
4056 <context context-type="linenumber">561</context> 4131 <context context-type="linenumber">561</context>
4057 </context-group> 4132 </context-group>
4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group></trans-unit> 4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4059 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4134 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4060 <source>Customizations</source> 4135 <source>Customizations</source>
4061 <target>自定义</target> 4136 <target>自定义</target>
4062 <context-group name="null"> 4137 <context-group name="null">
4063 <context context-type="linenumber">570</context> 4138 <context context-type="linenumber">570</context>
4064 </context-group> 4139 </context-group>
4065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group></trans-unit> 4140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4066 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4141 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4067 <source>JavaScript</source> 4142 <source>JavaScript</source>
4068 <target>JavaScript</target> 4143 <target>JavaScript</target>
4069 <context-group name="null"> 4144 <context-group name="null">
4070 <context context-type="linenumber">575</context> 4145 <context context-type="linenumber">575</context>
4071 </context-group> 4146 </context-group>
4072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4073 <source> 4148 <source>
4074 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4149 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4075 </source><target state="new"> 4150 </source><target state="new">
4076 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4151 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4077 </target> 4152 </target>
4078 4153
4079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4080 <source> 4155 <source>
4081 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4156 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4082<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4157<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4103,7 +4178,7 @@
4103<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4178<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4104 </target> 4179 </target>
4105 4180
4106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group></trans-unit> 4181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4107 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4182 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4108 <source>Advanced configuration</source> 4183 <source>Advanced configuration</source>
4109 <target>高级设置</target> 4184 <target>高级设置</target>
@@ -4117,10 +4192,10 @@
4117 <context-group name="null"> 4192 <context-group name="null">
4118 <context context-type="linenumber">628</context> 4193 <context context-type="linenumber">628</context>
4119 </context-group> 4194 </context-group>
4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4121 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4196 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4122 4197
4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit><trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4124 <source>Total video quota:</source><target state="new">Total video quota:</target> 4199 <source>Total video quota:</source><target state="new">Total video quota:</target>
4125 <context-group purpose="location"> 4200 <context-group purpose="location">
4126 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4201 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4562,11 +4637,8 @@ When you will upload a video in this channel, the video support field will be au
4562 </context-group> 4637 </context-group>
4563 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
4564 <source>All read</source><target state="new">All read</target> 4639 <source>All read</source><target state="new">All read</target>
4565 <context-group purpose="location"> 4640
4566 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4567 <context context-type="linenumber">12</context>
4568 </context-group>
4569 </trans-unit>
4570 4642
4571 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4643 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4572 <source>Activities</source> 4644 <source>Activities</source>
@@ -5542,6 +5614,12 @@ When you will upload a video in this channel, the video support field will be au
5542 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5614 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5543 <context context-type="linenumber">1</context> 5615 <context context-type="linenumber">1</context>
5544 </context-group> 5616 </context-group>
5617 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
5618 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
5619 <context-group purpose="location">
5620 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5621 <context context-type="linenumber">1</context>
5622 </context-group>
5545 </trans-unit> 5623 </trans-unit>
5546 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 5624 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
5547 <source>240p</source> 5625 <source>240p</source>
@@ -8202,7 +8280,13 @@ When you will upload a video in this channel, the video support field will be au
8202 <context-group name="null"> 8280 <context-group name="null">
8203 <context context-type="linenumber">1</context> 8281 <context context-type="linenumber">1</context>
8204 </context-group> 8282 </context-group>
8205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8283 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
8284 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
8285 <context-group purpose="location">
8286 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8287 <context context-type="linenumber">1</context>
8288 </context-group>
8289 </trans-unit>
8206 8290
8207 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 8291 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
8208 <source>Subscribed</source> 8292 <source>Subscribed</source>
@@ -8364,7 +8448,19 @@ When you will upload a video in this channel, the video support field will be au
8364 <context-group name="null"> 8448 <context-group name="null">
8365 <context context-type="linenumber">1</context> 8449 <context context-type="linenumber">1</context>
8366 </context-group> 8450 </context-group>
8367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
8452 <source>Add to watch later</source><target state="new">Add to watch later</target>
8453 <context-group purpose="location">
8454 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8455 <context context-type="linenumber">1</context>
8456 </context-group>
8457 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
8458 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
8459 <context-group purpose="location">
8460 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
8461 <context context-type="linenumber">1</context>
8462 </context-group>
8463 </trans-unit>
8368 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 8464 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
8369 <source>Only I can see this video</source> 8465 <source>Only I can see this video</source>
8370 <target>只有我能看到此视频</target> 8466 <target>只有我能看到此视频</target>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index 529830f74..73157afd0 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被解除黑名單 </target> 284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被解除黑名單 </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被解除黑名單 </target> 289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被解除黑名單 </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已發佈 </target> 320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已發佈 </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已於您的站臺註冊 </target> 335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已於您的站臺註冊 </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -380,8 +388,8 @@
380 <context-group name="null"> 388 <context-group name="null">
381 <context context-type="linenumber">9</context> 389 <context context-type="linenumber">9</context>
382 </context-group> 390 </context-group>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 391
384 </trans-unit> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
385 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 393 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
386 <source>Start at</source> 394 <source>Start at</source>
387 <target>開始於</target> 395 <target>開始於</target>
@@ -431,31 +439,40 @@
431 <context context-type="linenumber">74</context> 439 <context context-type="linenumber">74</context>
432 </context-group> 440 </context-group>
433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">80</context></context-group>
434 </trans-unit> 442 </trans-unit><trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
435 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611"> 443 <source>video</source><target state="new">video</target>
436 <source>Download video</source> 444 <context-group purpose="location">
437 <target>下載影片</target> 445 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
438 <context-group name="null"> 446 <context context-type="linenumber">4</context>
439 <context context-type="linenumber">3</context> 447 </context-group>
448 <context-group purpose="location">
449 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
450 <context context-type="linenumber">12</context>
451 </context-group>
452 </trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
453 <source>subtitles</source><target state="new">subtitles</target>
454 <context-group purpose="location">
455 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
456 <context context-type="linenumber">11</context>
440 </context-group> 457 </context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group>
442 </trans-unit> 458 </trans-unit>
459
443 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c"> 460 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
444 <source>Direct download</source> 461 <source>Direct download</source>
445 <target>直接下載</target> 462 <target>直接下載</target>
446 <context-group name="null"> 463 <context-group name="null">
447 <context context-type="linenumber">27</context> 464 <context context-type="linenumber">27</context>
448 </context-group> 465 </context-group>
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 466
450 </trans-unit> 467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
451 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d"> 468 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
452 <source>Torrent (.torrent file)</source> 469 <source>Torrent (.torrent file)</source>
453 <target>種子(.torrent 檔案)</target> 470 <target>種子(.torrent 檔案)</target>
454 <context-group name="null"> 471 <context-group name="null">
455 <context context-type="linenumber">32</context> 472 <context context-type="linenumber">32</context>
456 </context-group> 473 </context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group> 474
458 </trans-unit> 475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
459 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c"> 476 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
460 <source>Cancel</source> 477 <source>Cancel</source>
461 <target> 478 <target>
@@ -464,18 +481,18 @@
464 <context-group name="null"> 481 <context-group name="null">
465 <context context-type="linenumber">47</context> 482 <context context-type="linenumber">47</context>
466 </context-group> 483 </context-group>
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group> 484
468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group> 485
469 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group> 486
470 </trans-unit> 487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
471 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 488 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
472 <source>Download</source> 489 <source>Download</source>
473 <target>下載</target> 490 <target>下載</target>
474 <context-group name="null"> 491 <context-group name="null">
475 <context context-type="linenumber">43</context> 492 <context context-type="linenumber">43</context>
476 </context-group> 493 </context-group>
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group> 494
478 </trans-unit> 495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
479 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b"> 496 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
480 <source>Report video</source> 497 <source>Report video</source>
481 <target>回報影片</target> 498 <target>回報影片</target>
@@ -485,10 +502,13 @@
485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
486 </trans-unit> 503 </trans-unit>
487 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 504 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
488 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 505 <source>
506 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
507 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
508 </source>
489 <target> 509 <target>
490 您的回報將會被傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> 的管理員。 510 您的回報將會被傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> 的管理員。
491 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 它將會被轉送到原始實體 <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 511 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> 它將會被轉送到原始實體 <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
492 </target> 512 </target>
493 <context-group name="null"> 513 <context-group name="null">
494 <context context-type="linenumber">9</context> 514 <context context-type="linenumber">9</context>
@@ -552,35 +572,35 @@
552 <context-group name="null"> 572 <context-group name="null">
553 <context context-type="linenumber">6</context> 573 <context context-type="linenumber">6</context>
554 </context-group> 574 </context-group>
555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group> 575
556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group> 576
557 </trans-unit> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
558 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69"> 578 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
559 <source>Private</source> 579 <source>Private</source>
560 <target>私密</target> 580 <target>私密</target>
561 <context-group name="null"> 581 <context-group name="null">
562 <context context-type="linenumber">7</context> 582 <context context-type="linenumber">7</context>
563 </context-group> 583 </context-group>
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group> 584
565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group> 585
566 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group> 586
567 </trans-unit> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
568 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 588 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
569 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 589 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
570 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target> 590 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target>
571 <context-group name="null"> 591 <context-group name="null">
572 <context context-type="linenumber">24</context> 592 <context context-type="linenumber">24</context>
573 </context-group> 593 </context-group>
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group> 594
575 </trans-unit> 595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
576 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 596 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
577 <source>Blacklisted</source> 597 <source>Blacklisted</source>
578 <target>已加入黑名單</target> 598 <target>已加入黑名單</target>
579 <context-group name="null"> 599 <context-group name="null">
580 <context context-type="linenumber">42</context> 600 <context context-type="linenumber">42</context>
581 </context-group> 601 </context-group>
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group> 602
583 </trans-unit> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
584 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 604 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
585 <source>Sensitive</source> 605 <source>Sensitive</source>
586 <target> 606 <target>
@@ -589,8 +609,8 @@
589 <context-group name="null"> 609 <context-group name="null">
590 <context context-type="linenumber">46</context> 610 <context context-type="linenumber">46</context>
591 </context-group> 611 </context-group>
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group> 612
593 </trans-unit> 613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
594 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 614 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
595 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 615 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
596 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 616 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
@@ -631,9 +651,9 @@
631 <context-group name="null"> 651 <context-group name="null">
632 <context context-type="linenumber">34</context> 652 <context context-type="linenumber">34</context>
633 </context-group> 653 </context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 654
635 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group> 655
636 </trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
637 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
638 <source>Edit starts/stops at</source> 658 <source>Edit starts/stops at</source>
639 <target>編輯開始/停止於</target> 659 <target>編輯開始/停止於</target>
@@ -667,16 +687,16 @@
667 <context-group name="null"> 687 <context-group name="null">
668 <context context-type="linenumber">20</context> 688 <context context-type="linenumber">20</context>
669 </context-group> 689 </context-group>
670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 690
671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 691
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 692
673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 693
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 694
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 695
676 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group> 696
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 697
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">20</context></context-group> 698
679 </trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
680 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7"> 700 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
681 <source>Delete</source> 701 <source>Delete</source>
682 <target>刪除</target> 702 <target>刪除</target>
@@ -804,10 +824,13 @@
804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group> 824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group>
805 </trans-unit> 825 </trans-unit>
806 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 826 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
807 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 827 <source>
828 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
830 </source>
808 <target> 831 <target>
809 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 832 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
810 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 833 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
811 </target> 834 </target>
812 <context-group name="null"> 835 <context-group name="null">
813 <context context-type="linenumber">10</context> 836 <context context-type="linenumber">10</context>
@@ -815,9 +838,12 @@
815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
816 </trans-unit> 839 </trans-unit>
817 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
818 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 841 <source>
842 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
843 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
844 </source>
819 <target> 845 <target>
820 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 846 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
821 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 847 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
822 </target> 848 </target>
823 <context-group name="null"> 849 <context-group name="null">
@@ -826,9 +852,12 @@
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
827 </trans-unit> 853 </trans-unit>
828 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 854 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
829 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 855 <source>
856 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
857 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
858 </source>
830 <target> 859 <target>
831 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 860 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
832 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 861 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
833 </target> 862 </target>
834 <context-group name="null"> 863 <context-group name="null">
@@ -845,10 +874,13 @@
845 </context-group> 874 </context-group>
846 </trans-unit> 875 </trans-unit>
847 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 876 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
848 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 877 <source>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 </source>
849 <target> 881 <target>
850 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 882 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
851 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 883 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
852 </target> 884 </target>
853 <context-group name="null"> 885 <context-group name="null">
854 <context context-type="linenumber">5</context> 886 <context context-type="linenumber">5</context>
@@ -891,9 +923,9 @@
891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group> 923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group>
892 </trans-unit> 924 </trans-unit>
893 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 925 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
894 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 926 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
895 <target> 927 <target>
896 無限 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 928 無限 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
897 </target> 929 </target>
898 <context-group name="null"> 930 <context-group name="null">
899 <context context-type="linenumber">53</context> 931 <context context-type="linenumber">53</context>
@@ -957,9 +989,9 @@
957 <context-group name="null"> 989 <context-group name="null">
958 <context context-type="linenumber">86</context> 990 <context context-type="linenumber">86</context>
959 </context-group> 991 </context-group>
960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group> 992
961 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">96</context></context-group> 993
962 </trans-unit> 994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
963 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597"> 995 <trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597">
964 <source>users</source> 996 <source>users</source>
965 <target>使用者</target> 997 <target>使用者</target>
@@ -1171,9 +1203,9 @@
1171 <context-group name="null"> 1203 <context-group name="null">
1172 <context context-type="linenumber">32</context> 1204 <context context-type="linenumber">32</context>
1173 </context-group> 1205 </context-group>
1174 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group> 1206
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group> 1207
1176 </trans-unit> 1208 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
1177 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681"> 1209 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
1178 <source>Forgot your password</source> 1210 <source>Forgot your password</source>
1179 <target>忘記您的密碼</target> 1211 <target>忘記您的密碼</target>
@@ -1266,9 +1298,9 @@
1266 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group> 1298 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group>
1267 </trans-unit> 1299 </trans-unit>
1268 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1300 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1269 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1301 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1270 <target> 1302 <target>
1271 為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1303 為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1272 </target> 1304 </target>
1273 <context-group name="null"> 1305 <context-group name="null">
1274 <context context-type="linenumber">6</context> 1306 <context context-type="linenumber">6</context>
@@ -1276,10 +1308,13 @@
1276 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1308 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1277 </trans-unit> 1309 </trans-unit>
1278 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1310 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1279 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1311 <source>
1312 Filters
1313 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1314 </source>
1280 <target> 1315 <target>
1281 過濾器 1316 過濾器
1282 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1317 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1283 </target> 1318 </target>
1284 <context-group name="null"> 1319 <context-group name="null">
1285 <context context-type="linenumber">16</context> 1320 <context context-type="linenumber">16</context>
@@ -1311,7 +1346,8 @@
1311 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1312 </trans-unit> 1347 </trans-unit>
1313 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1348 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1314 <source>CLI documentation</source> 1349 <source>CLI
1350 documentation</source>
1315 <target>CLI 1351 <target>CLI
1316 文件</target> 1352 文件</target>
1317 <context-group name="null"> 1353 <context-group name="null">
@@ -1328,7 +1364,8 @@
1328 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1364 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1329 </trans-unit> 1365 </trans-unit>
1330 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1366 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1331 <source>Administer documentation</source> 1367 <source>Administer
1368 documentation</source>
1332 <target>管理員 1369 <target>管理員
1333 文件</target> 1370 文件</target>
1334 <context-group name="null"> 1371 <context-group name="null">
@@ -1345,7 +1382,8 @@
1345 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1382 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1346 </trans-unit> 1383 </trans-unit>
1347 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1384 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1348 <source>Use documentation</source> 1385 <source>Use
1386 documentation</source>
1349 <target>使用 1387 <target>使用
1350 文件</target> 1388 文件</target>
1351 <context-group name="null"> 1389 <context-group name="null">
@@ -1370,16 +1408,16 @@
1370 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1408 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1371 </trans-unit> 1409 </trans-unit>
1372 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1410 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1373 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1411 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1374 <target>PeerTube 官方網頁(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1412 <target>PeerTube 官方網頁(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1375 <context-group name="null"> 1413 <context-group name="null">
1376 <context context-type="linenumber">44</context> 1414 <context context-type="linenumber">44</context>
1377 </context-group> 1415 </context-group>
1378 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1416 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1379 </trans-unit> 1417 </trans-unit>
1380 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1418 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1381 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1419 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1382 <target>將您的站臺放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1420 <target>將您的站臺放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1383 </target> 1421 </target>
1384 <context-group name="null"> 1422 <context-group name="null">
1385 <context context-type="linenumber">47</context> 1423 <context context-type="linenumber">47</context>
@@ -1395,10 +1433,14 @@
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1433 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1396 </trans-unit> 1434 </trans-unit>
1397 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1435 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1398 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1436 <source>
1437 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1438 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1439 is very important for visitors to understand on what type of instance they are.
1440 </source>
1399 <target> 1441 <target>
1400 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、 1442 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、
1401 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1443 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1402 都對訪客了解他們正在哪種站臺上非常重要。 1444 都對訪客了解他們正在哪種站臺上非常重要。
1403 </target> 1445 </target>
1404 <context-group name="null"> 1446 <context-group name="null">
@@ -1407,12 +1449,18 @@
1407 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1449 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1408 </trans-unit> 1450 </trans-unit>
1409 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1451 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1410 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1452 <source>
1453 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1454 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1455 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1456 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1457 PeerTube instance.
1458 </source>
1411 <target> 1459 <target>
1412 如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您的管理規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺 1460 如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您的管理規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>站臺
1413 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1461 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1414 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1462 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1415 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1463 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1416 PeerTube 站臺上註冊。 1464 PeerTube 站臺上註冊。
1417 </target> 1465 </target>
1418 <context-group name="null"> 1466 <context-group name="null">
@@ -1549,9 +1597,9 @@
1549 <context-group name="null"> 1597 <context-group name="null">
1550 <context context-type="linenumber">107</context> 1598 <context context-type="linenumber">107</context>
1551 </context-group> 1599 </context-group>
1552 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group> 1600
1553 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">117</context></context-group> 1601
1554 </trans-unit> 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
1555 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1603 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1556 <source>Help to translate PeerTube!</source> 1604 <source>Help to translate PeerTube!</source>
1557 <target> 1605 <target>
@@ -1585,6 +1633,12 @@
1585 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1633 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1586 <context context-type="linenumber">29</context> 1634 <context context-type="linenumber">29</context>
1587 </context-group> 1635 </context-group>
1636 </trans-unit><trans-unit id="85b79c9064aed1ead31ace985f31aa1363f6bdaf" datatype="html">
1637 <source>Help</source><target state="new">Help</target>
1638 <context-group purpose="location">
1639 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1640 <context context-type="linenumber">35</context>
1641 </context-group>
1588 </trans-unit> 1642 </trans-unit>
1589 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344"> 1643 <trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344">
1590 <source>Log out</source> 1644 <source>Log out</source>
@@ -1592,125 +1646,125 @@
1592 <context-group name="null"> 1646 <context-group name="null">
1593 <context context-type="linenumber">25</context> 1647 <context context-type="linenumber">25</context>
1594 </context-group> 1648 </context-group>
1595 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group> 1649
1596 </trans-unit> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
1597 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87"> 1651 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
1598 <source>Create an account</source> 1652 <source>Create an account</source>
1599 <target>建立帳號</target> 1653 <target>建立帳號</target>
1600 <context-group name="null"> 1654 <context-group name="null">
1601 <context context-type="linenumber">33</context> 1655 <context context-type="linenumber">33</context>
1602 </context-group> 1656 </context-group>
1603 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">43</context></context-group> 1657
1604 </trans-unit> 1658 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1605 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432"> 1659 <trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432">
1606 <source>My library</source> 1660 <source>My library</source>
1607 <target>我的媒體庫</target> 1661 <target>我的媒體庫</target>
1608 <context-group name="null"> 1662 <context-group name="null">
1609 <context context-type="linenumber">37</context> 1663 <context context-type="linenumber">37</context>
1610 </context-group> 1664 </context-group>
1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">47</context></context-group> 1665
1612 </trans-unit> 1666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1613 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238"> 1667 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
1614 <source>Videos</source> 1668 <source>Videos</source>
1615 <target>影片</target> 1669 <target>影片</target>
1616 <context-group name="null"> 1670 <context-group name="null">
1617 <context context-type="linenumber">24</context> 1671 <context context-type="linenumber">24</context>
1618 </context-group> 1672 </context-group>
1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">51</context></context-group> 1673
1620 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group> 1674
1621 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group> 1675
1622 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 1676
1623 </trans-unit> 1677 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1624 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502"> 1678 <trans-unit id="47546e45bbb476baaaad38244db444c427ddc502">
1625 <source>Playlists</source> 1679 <source>Playlists</source>
1626 <target>播放清單</target> 1680 <target>播放清單</target>
1627 <context-group name="null"> 1681 <context-group name="null">
1628 <context context-type="linenumber">46</context> 1682 <context context-type="linenumber">46</context>
1629 </context-group> 1683 </context-group>
1630 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group> 1684
1631 </trans-unit> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1632 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2"> 1686 <trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2">
1633 <source>Subscriptions</source> 1687 <source>Subscriptions</source>
1634 <target>訂閱</target> 1688 <target>訂閱</target>
1635 <context-group name="null"> 1689 <context-group name="null">
1636 <context context-type="linenumber">51</context> 1690 <context context-type="linenumber">51</context>
1637 </context-group> 1691 </context-group>
1638 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">61</context></context-group> 1692
1639 </trans-unit> 1693 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
1640 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8"> 1694 <trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8">
1641 <source>History</source> 1695 <source>History</source>
1642 <target>歷史紀錄</target> 1696 <target>歷史紀錄</target>
1643 <context-group name="null"> 1697 <context-group name="null">
1644 <context context-type="linenumber">56</context> 1698 <context context-type="linenumber">56</context>
1645 </context-group> 1699 </context-group>
1646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group> 1700
1647 </trans-unit> 1701 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
1648 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1702 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1649 <source>Discover</source> 1703 <source>Discover</source>
1650 <target>探索</target> 1704 <target>探索</target>
1651 <context-group name="null"> 1705 <context-group name="null">
1652 <context context-type="linenumber">66</context> 1706 <context context-type="linenumber">66</context>
1653 </context-group> 1707 </context-group>
1654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group> 1708
1655 </trans-unit> 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit>
1656 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1710 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1657 <source>Trending</source> 1711 <source>Trending</source>
1658 <target>趨勢</target> 1712 <target>趨勢</target>
1659 <context-group name="null"> 1713 <context-group name="null">
1660 <context context-type="linenumber">71</context> 1714 <context context-type="linenumber">71</context>
1661 </context-group> 1715 </context-group>
1662 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">81</context></context-group> 1716
1663 </trans-unit> 1717 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
1664 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac"> 1718 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac">
1665 <source>Most liked</source> 1719 <source>Most liked</source>
1666 <target>最喜歡的</target> 1720 <target>最喜歡的</target>
1667 <context-group name="null"> 1721 <context-group name="null">
1668 <context context-type="linenumber">76</context> 1722 <context context-type="linenumber">76</context>
1669 </context-group> 1723 </context-group>
1670 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">86</context></context-group> 1724
1671 </trans-unit> 1725 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
1672 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1726 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1673 <source>Recently added</source> 1727 <source>Recently added</source>
1674 <target>最近新增</target> 1728 <target>最近新增</target>
1675 <context-group name="null"> 1729 <context-group name="null">
1676 <context context-type="linenumber">81</context> 1730 <context context-type="linenumber">81</context>
1677 </context-group> 1731 </context-group>
1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">91</context></context-group> 1732
1679 </trans-unit> 1733 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1680 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f"> 1734 <trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f">
1681 <source>More</source> 1735 <source>More</source>
1682 <target>更多</target> 1736 <target>更多</target>
1683 <context-group name="null"> 1737 <context-group name="null">
1684 <context context-type="linenumber">91</context> 1738 <context context-type="linenumber">91</context>
1685 </context-group> 1739 </context-group>
1686 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">101</context></context-group> 1740
1687 </trans-unit> 1741 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit>
1688 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919"> 1742 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
1689 <source>Administration</source> 1743 <source>Administration</source>
1690 <target>管理</target> 1744 <target>管理</target>
1691 <context-group name="null"> 1745 <context-group name="null">
1692 <context context-type="linenumber">95</context> 1746 <context context-type="linenumber">95</context>
1693 </context-group> 1747 </context-group>
1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 1748
1695 </trans-unit> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">109</context></context-group></trans-unit>
1696 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 1750 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
1697 <source>About</source> 1751 <source>About</source>
1698 <target>關於</target> 1752 <target>關於</target>
1699 <context-group name="null"> 1753 <context-group name="null">
1700 <context context-type="linenumber">26</context> 1754 <context context-type="linenumber">26</context>
1701 </context-group> 1755 </context-group>
1702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">110</context></context-group> 1756
1703 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group> 1757
1704 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group> 1758
1705 </trans-unit> 1759 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">114</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1706 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1760 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1707 <source>Show keyboard shortcuts</source> 1761 <source>Show keyboard shortcuts</source>
1708 <target>顯示鍵盤快捷鍵</target> 1762 <target>顯示鍵盤快捷鍵</target>
1709 <context-group name="null"> 1763 <context-group name="null">
1710 <context context-type="linenumber">111</context> 1764 <context context-type="linenumber">111</context>
1711 </context-group> 1765 </context-group>
1712 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">121</context></context-group> 1766
1713 </trans-unit> 1767 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">125</context></context-group></trans-unit>
1714 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1768 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1715 <source>View your notifications</source> 1769 <source>View your notifications</source>
1716 <target>檢視您的通知</target> 1770 <target>檢視您的通知</target>
@@ -1731,15 +1785,9 @@
1731 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html"> 1785 <trans-unit id="1da23f4068fd3796fbcb24d0c42bb62f92c96829" datatype="html">
1732 <source>Mark all as read</source> 1786 <source>Mark all as read</source>
1733 <target state="translated">標記為已讀</target> 1787 <target state="translated">標記為已讀</target>
1734 <context-group purpose="location"> 1788
1735 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context> 1789
1736 <context context-type="linenumber">18</context> 1790 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1737 </context-group>
1738 <context-group purpose="location">
1739 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
1740 <context context-type="linenumber">9</context>
1741 </context-group>
1742 </trans-unit>
1743 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1791 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1744 <source>Update your notification preferences</source> 1792 <source>Update your notification preferences</source>
1745 <target>更新您的通知偏好設定</target> 1793 <target>更新您的通知偏好設定</target>
@@ -1850,8 +1898,8 @@
1850 <context-group name="null"> 1898 <context-group name="null">
1851 <context context-type="linenumber">45</context> 1899 <context context-type="linenumber">45</context>
1852 </context-group> 1900 </context-group>
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group> 1901
1854 </trans-unit> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit>
1855 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238"> 1903 <trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238">
1856 <source>Display sensitive content</source> 1904 <source>Display sensitive content</source>
1857 <target>顯示敏感內容</target> 1905 <target>顯示敏感內容</target>
@@ -1986,6 +2034,36 @@
1986 <context context-type="linenumber">115</context> 2034 <context context-type="linenumber">115</context>
1987 </context-group> 2035 </context-group>
1988 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group> 2036 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">173</context></context-group>
2037 </trans-unit><trans-unit id="f9fdeb0495dd96319d13df9d9536760d0a98d9b5" datatype="html">
2038 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></source><target state="new"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/></target>
2039 <context-group purpose="location">
2040 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2041 <context context-type="linenumber">14</context>
2042 </context-group>
2043 <context-group purpose="location">
2044 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2045 <context context-type="linenumber">14</context>
2046 </context-group>
2047 <context-group purpose="location">
2048 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2049 <context context-type="linenumber">14</context>
2050 </context-group>
2051 <context-group purpose="location">
2052 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2053 <context context-type="linenumber">14</context>
2054 </context-group>
2055 <context-group purpose="location">
2056 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2057 <context context-type="linenumber">14</context>
2058 </context-group>
2059 <context-group purpose="location">
2060 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2061 <context context-type="linenumber">14</context>
2062 </context-group>
2063 <context-group purpose="location">
2064 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
2065 <context context-type="linenumber">14</context>
2066 </context-group>
1989 </trans-unit> 2067 </trans-unit>
1990 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 2068 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1991 <source>Display unlisted and private videos</source> 2069 <source>Display unlisted and private videos</source>
@@ -1993,14 +2071,14 @@
1993 <context-group name="null"> 2071 <context-group name="null">
1994 <context context-type="linenumber">14</context> 2072 <context context-type="linenumber">14</context>
1995 </context-group> 2073 </context-group>
1996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2074
1997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2075
1998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2076
1999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2077
2000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2078
2001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2079
2002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group> 2080
2003 </trans-unit> 2081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
2004 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0"> 2082 <trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0">
2005 <source>Add caption</source> 2083 <source>Add caption</source>
2006 <target>新增字幕</target> 2084 <target>新增字幕</target>
@@ -2065,8 +2143,12 @@
2065 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group> 2143 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">223</context></context-group>
2066 </trans-unit> 2144 </trans-unit>
2067 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2145 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2068 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2146 <source>
2069 <target state="translated">標籤可用於相關建議。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>最多可有 5 個標艱。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>按下 Enter 以加入新的標籤。 </target> 2147 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2148 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2149 Press Enter to add a new tag.
2150 </source>
2151 <target state="translated">標籤可用於相關建議。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>最多可有 5 個標艱。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>按下 Enter 以加入新的標籤。 </target>
2070 <context-group purpose="location"> 2152 <context-group purpose="location">
2071 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 2153 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2072 <context context-type="linenumber">21</context> 2154 <context context-type="linenumber">21</context>
@@ -2222,7 +2304,7 @@
2222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2223 </trans-unit> 2305 </trans-unit>
2224 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2306 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2225 <source>Already uploaded ✔</source> 2307 <source>Already uploaded ✔</source>
2226 <target>已上傳 ✔</target> 2308 <target>已上傳 ✔</target>
2227 <context-group name="null"> 2309 <context-group name="null">
2228 <context context-type="linenumber">179</context> 2310 <context context-type="linenumber">179</context>
@@ -2354,9 +2436,13 @@
2354 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group> 2436 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">32</context></context-group>
2355 </trans-unit> 2437 </trans-unit>
2356 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2438 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2357 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2439 <source>
2440 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2441 or URL that points to a raw MP4 file.
2442 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2443 </source>
2358 <target> 2444 <target>
2359 您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2445 您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2360 或指向原始 MP4 檔案的 URL。 2446 或指向原始 MP4 檔案的 URL。
2361 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。 2447 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。
2362 </target> 2448 </target>
@@ -2418,10 +2504,14 @@
2418 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">32</context></context-group> 2504 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">32</context></context-group>
2419 </trans-unit> 2505 </trans-unit>
2420 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2506 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2421 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2507 <source>
2508 Image that will be merged with your audio file.
2509 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2510 The chosen image will be definitive and cannot be modified.
2511 </source>
2422 <target> 2512 <target>
2423 圖片將會被合併到您的音訊檔中。 2513 圖片將會被合併到您的音訊檔中。
2424 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2514 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2425 選定的圖片將無法修改。 2515 選定的圖片將無法修改。
2426 </target> 2516 </target>
2427 <context-group name="null"> 2517 <context-group name="null">
@@ -2480,7 +2570,10 @@
2480 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group> 2570 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">14</context></context-group>
2481 </trans-unit> 2571 </trans-unit>
2482 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2572 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2483 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2573 <source>
2574 You can import any torrent file that points to a mp4 file.
2575 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2576 </source>
2484 <target> 2577 <target>
2485 您可以匯入任何指向 mp4 檔案的 torrent 檔案。 2578 您可以匯入任何指向 mp4 檔案的 torrent 檔案。
2486 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。 2579 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。
@@ -2499,8 +2592,12 @@
2499 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group> 2592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group>
2500 </trans-unit> 2593 </trans-unit>
2501 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2594 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2502 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2595 <source>
2503 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來上傳您的影片。 </target> 2596 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2597 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2598 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2599 </source>
2600 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來上傳您的影片。 </target>
2504 <context-group purpose="location"> 2601 <context-group purpose="location">
2505 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2602 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2506 <context context-type="linenumber">2</context> 2603 <context context-type="linenumber">2</context>
@@ -2758,16 +2855,16 @@
2758 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2759 </trans-unit> 2856 </trans-unit>
2760 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2857 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2761 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2858 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2762 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2859 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2763 <context-group purpose="location"> 2860 <context-group purpose="location">
2764 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2861 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2765 <context context-type="linenumber">45</context> 2862 <context context-type="linenumber">45</context>
2766 </context-group> 2863 </context-group>
2767 </trans-unit> 2864 </trans-unit>
2768 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2865 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2769 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2866 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2770 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2867 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2771 <context-group purpose="location"> 2868 <context-group purpose="location">
2772 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2869 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2773 <context context-type="linenumber">56</context> 2870 <context context-type="linenumber">56</context>
@@ -2854,8 +2951,8 @@
2854 <context-group name="null"> 2951 <context-group name="null">
2855 <context context-type="linenumber">211</context> 2952 <context context-type="linenumber">211</context>
2856 </context-group> 2953 </context-group>
2857 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">249</context></context-group> 2954
2858 </trans-unit> 2955 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">254</context></context-group></trans-unit>
2859 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b"> 2956 <trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b">
2860 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source> 2957 <source>the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.</source>
2861 <target> 2958 <target>
@@ -2864,24 +2961,24 @@
2864 <context-group name="null"> 2961 <context-group name="null">
2865 <context context-type="linenumber">212</context> 2962 <context context-type="linenumber">212</context>
2866 </context-group> 2963 </context-group>
2867 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">250</context></context-group> 2964
2868 </trans-unit> 2965 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">255</context></context-group></trans-unit>
2869 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2966 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
2870 <source>More information</source> 2967 <source>More information</source>
2871 <target>更多資訊</target> 2968 <target>更多資訊</target>
2872 <context-group name="null"> 2969 <context-group name="null">
2873 <context context-type="linenumber">215</context> 2970 <context context-type="linenumber">215</context>
2874 </context-group> 2971 </context-group>
2875 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2972
2876 </trans-unit> 2973 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2877 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318"> 2974 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
2878 <source>Get more information</source> 2975 <source>Get more information</source>
2879 <target>取得更多資訊</target> 2976 <target>取得更多資訊</target>
2880 <context-group name="null"> 2977 <context-group name="null">
2881 <context context-type="linenumber">215</context> 2978 <context context-type="linenumber">215</context>
2882 </context-group> 2979 </context-group>
2883 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">253</context></context-group> 2980
2884 </trans-unit> 2981 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">258</context></context-group></trans-unit>
2885 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f"> 2982 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
2886 <source>OK</source> 2983 <source>OK</source>
2887 <target> 2984 <target>
@@ -2890,8 +2987,8 @@
2890 <context-group name="null"> 2987 <context-group name="null">
2891 <context context-type="linenumber">218</context> 2988 <context context-type="linenumber">218</context>
2892 </context-group> 2989 </context-group>
2893 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">256</context></context-group> 2990
2894 </trans-unit> 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
2895 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html"> 2992 <trans-unit id="a8db53a47543132da1a68066f0a9cba0551a8933" datatype="html">
2896 <source>1 Comment</source> 2993 <source>1 Comment</source>
2897 <target state="translated">1 個留言</target> 2994 <target state="translated">1 個留言</target>
@@ -3025,7 +3122,11 @@
3025 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group> 3122 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">38</context></context-group>
3026 </trans-unit> 3123 </trans-unit>
3027 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a"> 3124 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a">
3028 <source>Otherwise, you can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3125 <source>
3126 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
3127 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3128 from within the software's interface.
3129 </source>
3029 <target> 3130 <target>
3030 否則您可以使用任何相容於 ActivityPub 站臺的帳號留言。 3131 否則您可以使用任何相容於 ActivityPub 站臺的帳號留言。
3031 在大多數的平臺上,您可以在其軟體介面的搜尋列中輸入其 URL 來找到影片並留言。 3132 在大多數的平臺上,您可以在其軟體介面的搜尋列中輸入其 URL 來找到影片並留言。
@@ -3064,8 +3165,8 @@
3064 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3165 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3065 <source>This comment has been deleted</source> 3166 <source>This comment has been deleted</source>
3066 <target state="translated">此留言已被刪除</target> 3167 <target state="translated">此留言已被刪除</target>
3067 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group> 3168
3068 </trans-unit> 3169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
3069 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 3170 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
3070 <source>Users</source> 3171 <source>Users</source>
3071 <target>使用者</target> 3172 <target>使用者</target>
@@ -3209,22 +3310,52 @@
3209 <context-group name="null"> 3310 <context-group name="null">
3210 <context context-type="linenumber">10</context> 3311 <context context-type="linenumber">10</context>
3211 </context-group> 3312 </context-group>
3212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group> 3313
3213 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group> 3314
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="029bd95d7fe7f3660953c216bf96f6b5243b30ec" datatype="html">
3316 <source>Delayed.</source><target state="new">Delayed.</target>
3317 <context-group purpose="location">
3318 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3319 <context context-type="linenumber">42</context>
3320 </context-group>
3321 </trans-unit><trans-unit id="03d7f3be3358b206b0cf38f0149836526f2e97ab" datatype="html">
3322 <source>Will start soon...</source><target state="new">Will start soon...</target>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3325 <context context-type="linenumber">43</context>
3326 </context-group>
3327 </trans-unit><trans-unit id="0198c6af8421c8f69a90c3e9a4a12cf923cbb84b" datatype="html">
3328 <source>Running...</source><target state="new">Running...</target>
3329 <context-group purpose="location">
3330 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3331 <context context-type="linenumber">44</context>
3332 </context-group>
3333 </trans-unit><trans-unit id="edcc19a49c950289ffe5d38be4843cdf194e5622" datatype="html">
3334 <source>Finished</source><target state="new">Finished</target>
3335 <context-group purpose="location">
3336 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3337 <context context-type="linenumber">45</context>
3338 </context-group>
3339 </trans-unit><trans-unit id="64b582e0d8e3a28331a14d2a1017fa5d6ffb8d93" datatype="html">
3340 <source>Failed</source><target state="new">Failed</target>
3341 <context-group purpose="location">
3342 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3343 <context context-type="linenumber">46</context>
3344 </context-group>
3214 </trans-unit> 3345 </trans-unit>
3215 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3346 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3216 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3347 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3217 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 建立</target> 3348 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 建立</target>
3218 <context-group name="null"> 3349 <context-group name="null">
3219 <context context-type="linenumber">11</context> 3350 <context context-type="linenumber">11</context>
3220 </context-group> 3351 </context-group>
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group> 3352
3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group> 3353
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group> 3354
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group> 3355
3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">33</context></context-group> 3356
3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group> 3357
3227 </trans-unit> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">32</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
3228 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3359 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3229 <source>Accepted</source> 3360 <source>Accepted</source>
3230 <target>已接受</target> 3361 <target>已接受</target>
@@ -3270,8 +3401,8 @@
3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3271 </trans-unit> 3402 </trans-unit>
3272 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3403 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3273 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3404 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3274 <target state="translated">允許冗餘 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3405 <target state="translated">允許冗餘 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3275 <context-group purpose="location"> 3406 <context-group purpose="location">
3276 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3407 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3277 <context context-type="linenumber">21</context> 3408 <context context-type="linenumber">21</context>
@@ -3335,9 +3466,12 @@
3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group> 3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group>
3336 </trans-unit> 3467 </trans-unit>
3337 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345"> 3468 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
3338 <source>Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3469 <source>
3470 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3471 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3472 </source>
3339 <target> 3473 <target>
3340 伺服器已啟用轉換編碼。影片配額僅考慮 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 影片。 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3474 伺服器已啟用轉換編碼。影片配額僅考慮 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 影片。 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3341 這個使用者最多可以使用 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 3475 這個使用者最多可以使用 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。
3342 </target> 3476 </target>
3343 <context-group name="null"> 3477 <context-group name="null">
@@ -3433,16 +3567,16 @@
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group> 3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group>
3434 </trans-unit> 3568 </trans-unit>
3435 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3569 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3436 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3570 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3437 <target>使用者名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3571 <target>使用者名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3438 <context-group name="null"> 3572 <context-group name="null">
3439 <context context-type="linenumber">40</context> 3573 <context context-type="linenumber">40</context>
3440 </context-group> 3574 </context-group>
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group> 3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group>
3442 </trans-unit> 3576 </trans-unit>
3443 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3577 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3444 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3578 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3445 <target>影片配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3579 <target>影片配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3446 <context-group name="null"> 3580 <context-group name="null">
3447 <context context-type="linenumber">42</context> 3581 <context context-type="linenumber">42</context>
3448 </context-group> 3582 </context-group>
@@ -3530,8 +3664,8 @@
3530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3531 </trans-unit> 3665 </trans-unit>
3532 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3666 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3533 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3667 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3534 <target>影片名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3668 <target>影片名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3535 <context-group name="null"> 3669 <context-group name="null">
3536 <context context-type="linenumber">8</context> 3670 <context context-type="linenumber">8</context>
3537 </context-group> 3671 </context-group>
@@ -3554,8 +3688,8 @@
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group>
3555 </trans-unit> 3689 </trans-unit>
3556 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3690 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3557 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3691 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3558 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3692 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3559 <context-group name="null"> 3693 <context-group name="null">
3560 <context context-type="linenumber">11</context> 3694 <context context-type="linenumber">11</context>
3561 </context-group> 3695 </context-group>
@@ -3633,8 +3767,8 @@
3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group> 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group>
3634 </trans-unit> 3768 </trans-unit>
3635 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3769 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3636 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3770 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3637 <target>陳述 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3771 <target>陳述 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3638 <context-group name="null"> 3772 <context-group name="null">
3639 <context context-type="linenumber">11</context> 3773 <context context-type="linenumber">11</context>
3640 </context-group> 3774 </context-group>
@@ -3643,8 +3777,8 @@
3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group> 3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">11</context></context-group>
3644 </trans-unit> 3778 </trans-unit>
3645 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3779 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3646 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3780 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3647 <target state="translated">分數 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3781 <target state="translated">分數 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3648 <context-group purpose="location"> 3782 <context-group purpose="location">
3649 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3783 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3650 <context context-type="linenumber">18</context> 3784 <context context-type="linenumber">18</context>
@@ -3696,8 +3830,8 @@
3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3697 </trans-unit> 3831 </trans-unit>
3698 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3832 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3699 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 3833 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3700 <target>靜音於 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3834 <target>靜音於 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3701 <context-group name="null"> 3835 <context-group name="null">
3702 <context context-type="linenumber">13</context> 3836 <context context-type="linenumber">13</context>
3703 </context-group> 3837 </context-group>
@@ -3877,6 +4011,18 @@
3877 <context context-type="linenumber">2</context> 4011 <context context-type="linenumber">2</context>
3878 </context-group> 4012 </context-group>
3879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group> 4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">2</context></context-group>
4014 </trans-unit><trans-unit id="555ae4dbd23d5056aeafc8f3f31ebbab170bb917" datatype="html">
4015 <source>Job type</source><target state="new">Job type</target>
4016 <context-group purpose="location">
4017 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4018 <context context-type="linenumber">5</context>
4019 </context-group>
4020 </trans-unit><trans-unit id="723c95b5d673a557fa120aa65814a9f05c03e610" datatype="html">
4021 <source>Job state</source><target state="new">Job state</target>
4022 <context-group purpose="location">
4023 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
4024 <context context-type="linenumber">14</context>
4025 </context-group>
3880 </trans-unit> 4026 </trans-unit>
3881 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc"> 4027 <trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc">
3882 <source>Type</source> 4028 <source>Type</source>
@@ -3886,22 +4032,8 @@
3886 </context-group> 4032 </context-group>
3887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group>
3888 </trans-unit> 4034 </trans-unit>
3889 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 4035
3890 <source>Processed on</source> 4036
3891 <target>已處理在</target>
3892 <context-group name="null">
3893 <context context-type="linenumber">22</context>
3894 </context-group>
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">34</context></context-group>
3896 </trans-unit>
3897 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3898 <source>Finished on</source>
3899 <target>已結束在</target>
3900 <context-group name="null">
3901 <context context-type="linenumber">23</context>
3902 </context-group>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">35</context></context-group>
3904 </trans-unit>
3905 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a"> 4037 <trans-unit id="c8d1785038d461ec66b5799db21864182b35900a">
3906 <source>Refresh</source> 4038 <source>Refresh</source>
3907 <target>重新整理</target> 4039 <target>重新整理</target>
@@ -3911,8 +4043,8 @@
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group> 4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">20</context></context-group>
3912 </trans-unit> 4044 </trans-unit>
3913 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4045 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
3914 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4046 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
3915 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4047 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
3916 <context-group purpose="location"> 4048 <context-group purpose="location">
3917 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4049 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3918 <context context-type="linenumber">32</context> 4050 <context context-type="linenumber">32</context>
@@ -3979,9 +4111,12 @@
3979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group> 4111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group>
3980 </trans-unit> 4112 </trans-unit>
3981 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c"> 4113 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c">
3982 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4114 <source>
4115 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4116 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4117 </source>
3983 <target> 4118 <target>
3984 啟用它會讓其他管理員知道您的站臺主要是託管敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4119 啟用它會讓其他管理員知道您的站臺主要是託管敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3985 此外,預設將會勾選影片上傳過程中的 NSFW 勾選框。 4120 此外,預設將會勾選影片上傳過程中的 NSFW 勾選框。
3986 </target> 4121 </target>
3987 <context-group name="null"> 4122 <context-group name="null">
@@ -3998,9 +4133,9 @@
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group> 4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group>
3999 </trans-unit> 4134 </trans-unit>
4000 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc"> 4135 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc">
4001 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4136 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4002 <target> 4137 <target>
4003 帶有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列入清單<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊的縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,觀看影片時必須經過確認。 4138 帶有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>不要列入清單<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>模糊的縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,觀看影片時必須經過確認。
4004 </target> 4139 </target>
4005 <context-group name="null"> 4140 <context-group name="null">
4006 <context context-type="linenumber">85</context> 4141 <context context-type="linenumber">85</context>
@@ -4409,12 +4544,18 @@
4409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group> 4544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group>
4410 </trans-unit> 4545 </trans-unit>
4411 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6"> 4546 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6">
4412 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4547 <source>
4548 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4549 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4550 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4551 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4552 to see if you instance is whitelisted.
4553 </source>
4413 <target> 4554 <target>
4414 如果您的站臺被 Twitter 列入白名單,推文中將會出現 PeerTube 影片分享的影片播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4555 如果您的站臺被 Twitter 列入白名單,推文中將會出現 PeerTube 影片分享的影片播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4415 如果站臺並未在白名單中,我們會使用圖片連結卡片來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4556 如果站臺並未在白名單中,我們會使用圖片連結卡片來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4416 勾選此勾選框,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla) 測試位置位於 4557 勾選此勾選框,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla) 測試位置位於
4417 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4558 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4418 來檢視您的站臺是否在白名單中。 4559 來檢視您的站臺是否在白名單中。
4419 </target> 4560 </target>
4420 <context-group name="null"> 4561 <context-group name="null">
@@ -4485,15 +4626,30 @@
4485 <context context-type="linenumber">486</context> 4626 <context context-type="linenumber">486</context>
4486 </context-group> 4627 </context-group>
4487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group> 4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group>
4488 </trans-unit> 4629 </trans-unit><trans-unit id="3306994fe0385ec78055ef979450e171f8a2396e" datatype="html">
4489 <trans-unit id="631774aeff17de6c2ba2f017144150b8cfc63e6c" datatype="html"> 4630 <source>
4490 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4631 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4491 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實驗性,目前我們建議您不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>如果您也啟用了 HLS 支援,則影片需要的儲存空間將會乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4632
4633 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4634
4635 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4636
4637 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4638 </source><target state="new">
4639 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4640
4641 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4642
4643 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4644
4645 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4646 </target>
4492 <context-group purpose="location"> 4647 <context-group purpose="location">
4493 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4648 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4494 <context context-type="linenumber">501</context> 4649 <context context-type="linenumber">501</context>
4495 </context-group> 4650 </context-group>
4496 </trans-unit> 4651 </trans-unit>
4652
4497 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4653 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4498 <source>WebTorrent support enabled</source> 4654 <source>WebTorrent support enabled</source>
4499 <target state="translated">WebTorrent 支援已啟用</target> 4655 <target state="translated">WebTorrent 支援已啟用</target>
@@ -4503,115 +4659,135 @@
4503 </context-group> 4659 </context-group>
4504 </trans-unit> 4660 </trans-unit>
4505 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html"> 4661 <trans-unit id="582131f33901c4fd4438e91550add8231d0648a3" datatype="html">
4506 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4662 <source>
4507 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>需要 ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>生成 HLS 播放清單並將 MP4 檔案分割以取得比目前預設的播放器更好的播放效果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>解析度變更較平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放速度更快,尤其在長影片時<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>更穩定的播放(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>若您也啟用了 WebTorrent 支援,其它將會讓影片的儲存空間變為 2 倍<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 4663 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4508 <context-group purpose="location"> 4664
4509 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4665 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4510 <context context-type="linenumber">518</context> 4666 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4511 </context-group> 4667 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4512 </trans-unit> 4668 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4669 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4670 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4671
4672 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4673 </source>
4674 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>需要 ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>生成 HLS 播放清單並將 MP4 檔案分割以取得比目前預設的播放器更好的播放效果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>解析度變更較平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>播放速度更快,尤其在長影片時<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>更穩定的播放(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>若您也啟用了 WebTorrent 支援,其它將會讓影片的儲存空間變為 2 倍<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4675
4676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">522</context></context-group></trans-unit>
4513 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 4677 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
4514 <source>HLS support enabled</source> 4678 <source>HLS support enabled</source>
4515 <target>已啟用 HLS 支援</target> 4679 <target>已啟用 HLS 支援</target>
4516 <context-group name="null"> 4680 <context-group name="null">
4517 <context context-type="linenumber">498</context> 4681 <context context-type="linenumber">498</context>
4518 </context-group> 4682 </context-group>
4519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">515</context></context-group> 4683
4520 </trans-unit> 4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">519</context></context-group></trans-unit>
4521 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4685 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4522 <source>Transcoding threads</source> 4686 <source>Transcoding threads</source>
4523 <target>轉換編碼執行緒</target> 4687 <target>轉換編碼執行緒</target>
4524 <context-group name="null"> 4688 <context-group name="null">
4525 <context context-type="linenumber">517</context> 4689 <context context-type="linenumber">517</context>
4526 </context-group> 4690 </context-group>
4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">536</context></context-group> 4691
4528 </trans-unit> 4692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">540</context></context-group></trans-unit>
4529 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 4693 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
4530 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 4694 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4531 <target>解析度 <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> 已啟用</target> 4695 <target>解析度 <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> 已啟用</target>
4532 <context-group name="null"> 4696 <context-group name="null">
4533 <context context-type="linenumber">532</context> 4697 <context context-type="linenumber">532</context>
4534 </context-group> 4698 </context-group>
4535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">551</context></context-group> 4699
4536 </trans-unit> 4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">555</context></context-group></trans-unit>
4537 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38"> 4701 <trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38">
4538 <source>Cache</source> 4702 <source>Cache</source>
4539 <target>快取</target> 4703 <target>快取</target>
4540 <context-group name="null"> 4704 <context-group name="null">
4541 <context context-type="linenumber">541</context> 4705 <context context-type="linenumber">541</context>
4542 </context-group> 4706 </context-group>
4543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">560</context></context-group> 4707
4544 </trans-unit> 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">568</context></context-group></trans-unit>
4545 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0"> 4709 <trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0">
4546 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source> 4710 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4547 <target>有一些檔案並未聯盟化(預覽、字幕)。我們會直接從原始實體擷取它們並快取。</target> 4711 <target>有一些檔案並未聯盟化(預覽、字幕)。我們會直接從原始實體擷取它們並快取。</target>
4548 <context-group name="null"> 4712 <context-group name="null">
4549 <context context-type="linenumber">545</context> 4713 <context context-type="linenumber">545</context>
4550 </context-group> 4714 </context-group>
4551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group> 4715
4552 </trans-unit> 4716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">572</context></context-group></trans-unit>
4553 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7"> 4717 <trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7">
4554 <source>Previews cache size</source> 4718 <source>Previews cache size</source>
4555 <target>預覽快取大小</target> 4719 <target>預覽快取大小</target>
4556 <context-group name="null"> 4720 <context-group name="null">
4557 <context context-type="linenumber">552</context> 4721 <context context-type="linenumber">552</context>
4558 </context-group> 4722 </context-group>
4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">571</context></context-group> 4723
4560 </trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit>
4561 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607"> 4725 <trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607">
4562 <source>Video captions cache size</source> 4726 <source>Video captions cache size</source>
4563 <target>影片字幕快取大小</target> 4727 <target>影片字幕快取大小</target>
4564 <context-group name="null"> 4728 <context-group name="null">
4565 <context context-type="linenumber">561</context> 4729 <context context-type="linenumber">561</context>
4566 </context-group> 4730 </context-group>
4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">580</context></context-group> 4731
4568 </trans-unit> 4732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">588</context></context-group></trans-unit>
4569 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c"> 4733 <trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c">
4570 <source>Customizations</source> 4734 <source>Customizations</source>
4571 <target>自訂</target> 4735 <target>自訂</target>
4572 <context-group name="null"> 4736 <context-group name="null">
4573 <context context-type="linenumber">570</context> 4737 <context context-type="linenumber">570</context>
4574 </context-group> 4738 </context-group>
4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">589</context></context-group> 4739
4576 </trans-unit> 4740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4577 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4741 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4578 <source>JavaScript</source> 4742 <source>JavaScript</source>
4579 <target>JavaScript</target> 4743 <target>JavaScript</target>
4580 <context-group name="null"> 4744 <context-group name="null">
4581 <context context-type="linenumber">575</context> 4745 <context context-type="linenumber">575</context>
4582 </context-group> 4746 </context-group>
4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group> 4747
4584 </trans-unit> 4748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit>
4585 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c"> 4749 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c">
4586 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4750 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4587 <target> 4751 <target>
4588 直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4752 直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4589 </target> 4753 </target>
4590 <context-group name="null"> 4754 <context-group name="null">
4591 <context context-type="linenumber">578</context> 4755 <context context-type="linenumber">578</context>
4592 </context-group> 4756 </context-group>
4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group> 4757
4594 </trans-unit> 4758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit>
4595 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02"> 4759 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02">
4596 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4760 <source>
4761 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4762<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4763 color: red;
4764<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4765<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4766
4767 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4768<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4769 color: red;
4770<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4771<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4772 </source>
4597 <target> 4773 <target>
4598 直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4774 直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4599<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4775<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4600 color: red; 4776 color: red;
4601<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4777<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4602<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4778<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4603 4779
4604 加上前綴 <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> 以蓋過樣式。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4780 加上前綴 <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> 以蓋過樣式。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4605<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4781<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4606 color: red; 4782 color: red;
4607<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4783<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4608<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4784<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4609 </target> 4785 </target>
4610 <context-group name="null"> 4786 <context-group name="null">
4611 <context context-type="linenumber">597</context> 4787 <context context-type="linenumber">597</context>
4612 </context-group> 4788 </context-group>
4613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">616</context></context-group> 4789
4614 </trans-unit> 4790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">624</context></context-group></trans-unit>
4615 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4791 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4616 <source>Advanced configuration</source> 4792 <source>Advanced configuration</source>
4617 <target>進階設定</target> 4793 <target>進階設定</target>
@@ -4626,16 +4802,16 @@
4626 <context-group name="null"> 4802 <context-group name="null">
4627 <context context-type="linenumber">628</context> 4803 <context context-type="linenumber">628</context>
4628 </context-group> 4804 </context-group>
4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">647</context></context-group> 4805
4630 </trans-unit> 4806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">655</context></context-group></trans-unit>
4631 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 4807 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
4632 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4808 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4633 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target> 4809 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target>
4634 <context-group name="null"> 4810 <context-group name="null">
4635 <context context-type="linenumber">629</context> 4811 <context context-type="linenumber">629</context>
4636 </context-group> 4812 </context-group>
4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">648</context></context-group> 4813
4638 </trans-unit> 4814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">656</context></context-group></trans-unit>
4639 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html"> 4815 <trans-unit id="14d2b18cdcc8d19927afd8922ac5f85de336fbd3" datatype="html">
4640 <source>Total video quota:</source> 4816 <source>Total video quota:</source>
4641 <target state="translated">總影片配額:</target> 4817 <target state="translated">總影片配額:</target>
@@ -4734,9 +4910,9 @@
4734 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 4910 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
4735 </trans-unit> 4911 </trans-unit>
4736 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 4912 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
4737 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4913 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4738 <target> 4914 <target>
4739 有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,觀看影片時將會要求確認。 4915 有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,觀看影片時將會要求確認。
4740 </target> 4916 </target>
4741 <context-group name="null"> 4917 <context-group name="null">
4742 <context context-type="linenumber">6</context> 4918 <context context-type="linenumber">6</context>
@@ -4792,9 +4968,9 @@
4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 4968 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group>
4793 </trans-unit> 4969 </trans-unit>
4794 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 4970 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
4795 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4971 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4796 <target> 4972 <target>
4797 您目前的電子郵件地址為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4973 您目前的電子郵件地址為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4798</target> 4974</target>
4799 <context-group name="null"> 4975 <context-group name="null">
4800 <context context-type="linenumber">4</context> 4976 <context context-type="linenumber">4</context>
@@ -4802,9 +4978,9 @@
4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 4978 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
4803 </trans-unit> 4979 </trans-unit>
4804 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 4980 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
4805 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 4981 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
4806 <target> 4982 <target>
4807 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 正在等待電子郵件驗證 4983 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 正在等待電子郵件驗證
4808</target> 4984</target>
4809 <context-group name="null"> 4985 <context-group name="null">
4810 <context context-type="linenumber">8</context> 4986 <context context-type="linenumber">8</context>
@@ -4917,10 +5093,13 @@
4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
4918 </trans-unit> 5094 </trans-unit>
4919 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5095 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
4920 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> </source> 5096 <source>
5097 Created
5098 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5099 </source>
4921 <target> 5100 <target>
4922 已建立 5101 已建立
4923 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5102 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4924 </target> 5103 </target>
4925 <context-group name="null"> 5104 <context-group name="null">
4926 <context context-type="linenumber">15</context> 5105 <context context-type="linenumber">15</context>
@@ -4998,8 +5177,9 @@
4998 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group> 5177 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">15</context></context-group>
4999 </trans-unit> 5178 </trans-unit>
5000 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 5179 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
5001 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5180 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5002 <target>簡短的文字告訴人們他們要如何支援您的頻道(會員平臺等等)。&lt;br /&gt;&lt;br /&gt;當您要上傳影片到此頻道時,影片支援欄位將會自動填入這些文字。</target> 5181When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5182 <target>簡短的文字告訴人們他們要如何支援您的頻道(會員平臺等等)。&lt;br />&lt;br />當您要上傳影片到此頻道時,影片支援欄位將會自動填入這些文字。</target>
5003 <context-group name="null"> 5183 <context-group name="null">
5004 <context context-type="linenumber">52</context> 5184 <context context-type="linenumber">52</context>
5005 </context-group> 5185 </context-group>
@@ -5106,9 +5286,12 @@
5106 </context-group> 5286 </context-group>
5107 </trans-unit> 5287 </trans-unit>
5108 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5288 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5109 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5289 <source>
5290 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5291 Delete history
5292 </source>
5110 <target> 5293 <target>
5111 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5294 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5112 刪除歷史紀錄 5295 刪除歷史紀錄
5113 </target> 5296 </target>
5114 <context-group name="null"> 5297 <context-group name="null">
@@ -5125,9 +5308,12 @@
5125 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group> 5308 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group>
5126 </trans-unit> 5309 </trans-unit>
5127 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5310 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5128 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5311 <source>
5312 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5313 Notification preferences
5314 </source>
5129 <target> 5315 <target>
5130 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5316 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5131 通知偏好設定 5317 通知偏好設定
5132 </target> 5318 </target>
5133 <context-group name="null"> 5319 <context-group name="null">
@@ -5138,11 +5324,8 @@
5138 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html"> 5324 <trans-unit id="58479ebfcc980e1ee37a8102bc4f9a35eca2f680" datatype="html">
5139 <source>All read</source> 5325 <source>All read</source>
5140 <target state="translated">全部已讀</target> 5326 <target state="translated">全部已讀</target>
5141 <context-group purpose="location"> 5327
5142 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
5143 <context context-type="linenumber">12</context>
5144 </context-group>
5145 </trans-unit>
5146 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 5329 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
5147 <source>Activities</source> 5330 <source>Activities</source>
5148 <target>活動</target> 5331 <target>活動</target>
@@ -5203,9 +5386,9 @@
5203 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 5386 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
5204 </trans-unit> 5387 </trans-unit>
5205 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 5388 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5206 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5389 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5207 <target> 5390 <target>
5208 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 5391 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。
5209 </target> 5392 </target>
5210 <context-group name="null"> 5393 <context-group name="null">
5211 <context context-type="linenumber">13</context> 5394 <context context-type="linenumber">13</context>
@@ -5223,7 +5406,7 @@
5223 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">2</context></context-group> 5406 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">2</context></context-group>
5224 </trans-unit> 5407 </trans-unit>
5225 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf"> 5408 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf">
5226 <source></source> 5409 <source/>
5227 <target> 5410 <target>
5228 </target> 5411 </target>
5229 <context-group name="null"> 5412 <context-group name="null">
@@ -5602,23 +5785,27 @@
5602 </context-group> 5785 </context-group>
5603 </trans-unit> 5786 </trans-unit>
5604 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5787 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5605 <source>It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5788 <source>
5606 <target state="translated">這是自由與開放原始碼軟體,以 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 授權。 </target> 5789 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5790 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5791 </source>
5792 <target state="translated">這是自由與開放原始碼軟體,以 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 授權。 </target>
5607 <context-group purpose="location"> 5793 <context-group purpose="location">
5608 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5794 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5609 <context context-type="linenumber">13</context> 5795 <context context-type="linenumber">13</context>
5610 </context-group> 5796 </context-group>
5611 </trans-unit> 5797 </trans-unit>
5612 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 5798 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5613 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5799 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5614 <target state="translated">要取得更多資訊,請造訪 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 5800 <target state="translated">要取得更多資訊,請造訪 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
5615 <context-group purpose="location"> 5801 <context-group purpose="location">
5616 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5802 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5617 <context context-type="linenumber">18</context> 5803 <context context-type="linenumber">18</context>
5618 </context-group> 5804 </context-group>
5619 </trans-unit> 5805 </trans-unit>
5620 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 5806 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
5621 <source>Use PeerTube documentation</source> 5807 <source>Use PeerTube
5808 documentation</source>
5622 <target state="translated">使用 PeerTube 文件</target> 5809 <target state="translated">使用 PeerTube 文件</target>
5623 <context-group purpose="location"> 5810 <context-group purpose="location">
5624 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5811 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5634,7 +5821,8 @@
5634 </context-group> 5821 </context-group>
5635 </trans-unit> 5822 </trans-unit>
5636 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 5823 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
5637 <source>PeerTube Applications</source> 5824 <source>PeerTube
5825 Applications</source>
5638 <target state="translated">PeerTube 應用程式</target> 5826 <target state="translated">PeerTube 應用程式</target>
5639 <context-group purpose="location"> 5827 <context-group purpose="location">
5640 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5828 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5650,7 +5838,8 @@
5650 </context-group> 5838 </context-group>
5651 </trans-unit> 5839 </trans-unit>
5652 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 5840 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
5653 <source>Contribute on PeerTube</source> 5841 <source>Contribute on
5842 PeerTube</source>
5654 <target state="translated">在 PeerTube 上貢獻</target> 5843 <target state="translated">在 PeerTube 上貢獻</target>
5655 <context-group purpose="location"> 5844 <context-group purpose="location">
5656 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5845 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5674,7 +5863,10 @@
5674 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group> 5863 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group>
5675 </trans-unit> 5864 </trans-unit>
5676 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html"> 5865 <trans-unit id="0dcd37e1600ea24299e1c2daa14869568ea33785" datatype="html">
5677 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users. This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.</source> 5866 <source>
5867 PeerTube uses the BitTorrent protocol to share bandwidth between users.
5868 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
5869 </source>
5678 <target state="translated">PeerTube 使用 BitTorrent 協定在使用者間分享頻寬。這代表了您只要下載或觀看影片就會讓您的 IP 位置儲存在站臺的 BItTorrent 追蹤器。</target> 5870 <target state="translated">PeerTube 使用 BitTorrent 協定在使用者間分享頻寬。這代表了您只要下載或觀看影片就會讓您的 IP 位置儲存在站臺的 BItTorrent 追蹤器。</target>
5679 <context-group purpose="location"> 5871 <context-group purpose="location">
5680 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5872 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5690,7 +5882,10 @@
5690 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group> 5882 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group>
5691 </trans-unit> 5883 </trans-unit>
5692 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 5884 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
5693 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 5885 <source>
5886 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
5887 In practice, this is much more difficult because:
5888 </source>
5694 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target> 5889 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target>
5695 <context-group purpose="location"> 5890 <context-group purpose="location">
5696 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5891 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5698,7 +5893,10 @@
5698 </context-group> 5893 </context-group>
5699 </trans-unit> 5894 </trans-unit>
5700 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 5895 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
5701 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 5896 <source>
5897 An HTTP request has to be sent on each tracker for each video to spy.
5898 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
5899 </source>
5702 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target> 5900 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target>
5703 <context-group purpose="location"> 5901 <context-group purpose="location">
5704 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5902 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5706,7 +5904,11 @@
5706 </context-group> 5904 </context-group>
5707 </trans-unit> 5905 </trans-unit>
5708 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html"> 5906 <trans-unit id="bf2148ec3190556873bd0ca0c805de3a608b10cc" datatype="html">
5709 <source>For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm</source> 5907 <source>
5908 For each request sent, the tracker returns random peers at a limited number.
5909 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50
5910 requests sent to know every peers in the swarm
5911 </source>
5710 <target state="translated">對每個傳送的請求,追蹤器都會傳回有限的數量給隨機的 peer。舉例來說,如果群體中有 1000 個 peer,而追蹤器僅會對每個請求傳送給 peer,您就必須傳送至少 50 個請求以得知群體中的每個 peer</target> 5912 <target state="translated">對每個傳送的請求,追蹤器都會傳回有限的數量給隨機的 peer。舉例來說,如果群體中有 1000 個 peer,而追蹤器僅會對每個請求傳送給 peer,您就必須傳送至少 50 個請求以得知群體中的每個 peer</target>
5711 <context-group purpose="location"> 5913 <context-group purpose="location">
5712 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5914 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5722,7 +5924,10 @@
5722 </context-group> 5924 </context-group>
5723 </trans-unit> 5925 </trans-unit>
5724 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 5926 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
5725 <source>If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video</source> 5927 <source>
5928 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the
5929 video
5930 </source>
5726 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target> 5931 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target>
5727 <context-group purpose="location"> 5932 <context-group purpose="location">
5728 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5933 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5738,15 +5943,24 @@
5738 </context-group> 5943 </context-group>
5739 </trans-unit> 5944 </trans-unit>
5740 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 5945 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
5741 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information </source> 5946 <source>
5742 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來取得更多資訊 </target> 5947 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
5948 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5949 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
5950 to forward the information to.
5951 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
5952 </source>
5953 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來取得更多資訊 </target>
5743 <context-group purpose="location"> 5954 <context-group purpose="location">
5744 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5955 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5745 <context context-type="linenumber">108</context> 5956 <context context-type="linenumber">108</context>
5746 </context-group> 5957 </context-group>
5747 </trans-unit> 5958 </trans-unit>
5748 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 5959 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
5749 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 5960 <source>
5961 The worst-case scenario of an average person spying on their friends is quite unlikely.
5962 There are much more effective ways to get that kind of information.
5963 </source>
5750 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target> 5964 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target>
5751 <context-group purpose="location"> 5965 <context-group purpose="location">
5752 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5966 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5762,7 +5976,11 @@
5762 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group> 5976 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">122</context></context-group>
5763 </trans-unit> 5977 </trans-unit>
5764 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html"> 5978 <trans-unit id="1a834063d0b70b0e4f29fd9d685838fee7034099" datatype="html">
5765 <source>The threats to privacy in YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 5979 <source>
5980 The threats to privacy in YouTube are different from PeerTube's.
5981 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
5982 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
5983 </source>
5766 <target state="translated">YouTube 中的隱私威脅與 PeerTube 不同。在 YouTube 中,平台會蒐集大量的個人資訊(不只是您的 IP)以分析它們並追蹤您。此外,YouTube 被 Google/Alphabet,公司可透過 AdSense 或 Google Analytics 來在許多網頁上追蹤您。</target> 5984 <target state="translated">YouTube 中的隱私威脅與 PeerTube 不同。在 YouTube 中,平台會蒐集大量的個人資訊(不只是您的 IP)以分析它們並追蹤您。此外,YouTube 被 Google/Alphabet,公司可透過 AdSense 或 Google Analytics 來在許多網頁上追蹤您。</target>
5767 <context-group purpose="location"> 5985 <context-group purpose="location">
5768 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5986 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5778,7 +5996,12 @@
5778 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group> 5996 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">130</context></context-group>
5779 </trans-unit> 5997 </trans-unit>
5780 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 5998 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
5781 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 5999 <source>
6000 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing
6001 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6002 PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
6003 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6004 </source>
5782 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target> 6005 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target>
5783 <context-group purpose="location"> 6006 <context-group purpose="location">
5784 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6007 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5794,7 +6017,10 @@
5794 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6017 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
5795 </trans-unit> 6018 </trans-unit>
5796 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html"> 6019 <trans-unit id="9e3dbfc740e16e7ba825649779271ef987619d06" datatype="html">
5797 <source>PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. In the meantime, we want to test different ideas related to this issue:</source> 6020 <source>
6021 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
6022 In the meantime, we want to test different ideas related to this issue:
6023 </source>
5798 <target state="translated">PeerTube 尚處於很早期的階段,希望在發布穩定版時盡可能提供最佳對策。同時,我們想測試與此問題相關的不同想法:</target> 6024 <target state="translated">PeerTube 尚處於很早期的階段,希望在發布穩定版時盡可能提供最佳對策。同時,我們想測試與此問題相關的不同想法:</target>
5799 <context-group purpose="location"> 6025 <context-group purpose="location">
5800 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6026 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5834,7 +6060,9 @@
5834 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6060 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
5835 </trans-unit> 6061 </trans-unit>
5836 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html"> 6062 <trans-unit id="7572e6867edf041215b9986a272e5db7967e94d6" datatype="html">
5837 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source> 6063 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the
6064 automatized program
6065 </source>
5838 <target state="translated">自動影片冗餘程式:我們沒辦法知道 IP 是故意下載影片還是自動化程式</target> 6066 <target state="translated">自動影片冗餘程式:我們沒辦法知道 IP 是故意下載影片還是自動化程式</target>
5839 <context-group purpose="location"> 6067 <context-group purpose="location">
5840 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6068 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5874,8 +6102,8 @@
5874 </context-group> 6102 </context-group>
5875 </trans-unit> 6103 </trans-unit>
5876 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6104 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
5877 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6105 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
5878 <target state="translated">由帶著 ❤ 的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 開發</target> 6106 <target state="translated">由帶著 ❤ 的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 開發</target>
5879 <context-group purpose="location"> 6107 <context-group purpose="location">
5880 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6108 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5881 <context context-type="linenumber">3</context> 6109 <context context-type="linenumber">3</context>
@@ -5956,9 +6184,12 @@
5956 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6184 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
5957 </trans-unit> 6185 </trans-unit>
5958 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6186 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
5959 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6187 <source>
6188 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6189 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6190 </source>
5960 <target> 6191 <target>
5961 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6192 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5962 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。 6193 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。
5963 </target> 6194 </target>
5964 <context-group name="null"> 6195 <context-group name="null">
@@ -6039,11 +6270,16 @@
6039 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group> 6270 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group>
6040 </trans-unit> 6271 </trans-unit>
6041 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6272 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6042 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6273 <source>
6274 I am at least 16 years old and agree
6275 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6276 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6277 of this instance
6278 </source>
6043 <target> 6279 <target>
6044 我至少 16 歲並同意此站臺的 6280 我至少 16 歲並同意此站臺的
6045 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6281 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6046 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6282 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6047 </target> 6283 </target>
6048 <context-group name="null"> 6284 <context-group name="null">
6049 <context context-type="linenumber">65</context> 6285 <context context-type="linenumber">65</context>
@@ -6118,6 +6354,12 @@
6118 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6354 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6119 <context context-type="linenumber">1</context> 6355 <context context-type="linenumber">1</context>
6120 </context-group> 6356 </context-group>
6357 </trans-unit><trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6358 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source><target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6359 <context-group purpose="location">
6360 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6361 <context context-type="linenumber">1</context>
6362 </context-group>
6121 </trans-unit> 6363 </trans-unit>
6122 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 6364 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
6123 <source>240p</source> 6365 <source>240p</source>
@@ -6376,8 +6618,8 @@
6376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group> 6618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group>
6377 </trans-unit> 6619 </trans-unit>
6378 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 6620 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
6379 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source> 6621 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
6380 <target>若您確認,您將會傳送追蹤請求給:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </target> 6622 <target>若您確認,您將會傳送追蹤請求給:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
6381 <context-group name="null"> 6623 <context-group name="null">
6382 <context context-type="linenumber">1</context> 6624 <context context-type="linenumber">1</context>
6383 </context-group> 6625 </context-group>
@@ -7634,7 +7876,7 @@
7634 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 7876 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
7635 </trans-unit> 7877 </trans-unit>
7636 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 7878 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
7637 <source>Long (&gt; 10 min)</source> 7879 <source>Long (> 10 min)</source>
7638 <target>長(大於 10 分鐘)</target> 7880 <target>長(大於 10 分鐘)</target>
7639 <context-group name="null"> 7881 <context-group name="null">
7640 <context context-type="linenumber">1</context> 7882 <context context-type="linenumber">1</context>
@@ -8962,8 +9204,8 @@
8962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9204 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
8963 </trans-unit> 9205 </trans-unit>
8964 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9206 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
8965 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9207 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
8966 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 相容支援:</target> 9208 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 相容支援:</target>
8967 <context-group name="null"> 9209 <context-group name="null">
8968 <context context-type="linenumber">1</context> 9210 <context context-type="linenumber">1</context>
8969 </context-group> 9211 </context-group>
@@ -9240,6 +9482,12 @@
9240 <context context-type="linenumber">1</context> 9482 <context context-type="linenumber">1</context>
9241 </context-group> 9483 </context-group>
9242 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group> 9484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group>
9485 </trans-unit><trans-unit id="71470cde6d46e469ed84c0c77b9662685cc830ab" datatype="html">
9486 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</source><target state="new">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/>. You will be notified of all their new videos.</target>
9487 <context-group purpose="location">
9488 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
9489 <context context-type="linenumber">1</context>
9490 </context-group>
9243 </trans-unit> 9491 </trans-unit>
9244 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 9492 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
9245 <source>Subscribed</source> 9493 <source>Subscribed</source>
@@ -9428,6 +9676,18 @@
9428 <context context-type="linenumber">1</context> 9676 <context context-type="linenumber">1</context>
9429 </context-group> 9677 </context-group>
9430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group> 9678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group>
9679 </trans-unit><trans-unit id="b41da527dd2f804519e13b78b5dae42897213545" datatype="html">
9680 <source>Add to watch later</source><target state="new">Add to watch later</target>
9681 <context-group purpose="location">
9682 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9683 <context context-type="linenumber">1</context>
9684 </context-group>
9685 </trans-unit><trans-unit id="2660edf82b9bf5d6ee25fbefd3bbb23172687ccc" datatype="html">
9686 <source>Remove from watch later</source><target state="new">Remove from watch later</target>
9687 <context-group purpose="location">
9688 <context context-type="sourcefile">src/app/shared/video/video-thumbnail.component.ts</context>
9689 <context context-type="linenumber">1</context>
9690 </context-group>
9431 </trans-unit> 9691 </trans-unit>
9432 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 9692 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
9433 <source>Only I can see this video</source> 9693 <source>Only I can see this video</source>